@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700|Slabo+27px);
@import url(https://fonts.googleapis.com/css?family=La+Belle+Aurore|Indie+Flower|Amatic+SC);
@import url(https://fonts.googleapis.com/css?family=Bad+Script);
@import url(https://fonts.googleapis.com/css?family=Bad+Script|Poiret+One);
@import url(https://fonts.googleapis.com/css?family=Calligraffitti);
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0;
  font-size: 1em;
  font-family: "adelle-condensed", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  background-color: #fefef6;
  background-image: url(../img/bg/body-bg.svg);
  background-repeat: repeat;
  background-size: 400px auto;
  color: #022e42; }
  body.no-scroll {
    overflow: hidden; }
  body.woocommerce {
    background: #fff; }

::selection {
  background: #9b9a9a;
  color: #fff;
  text-shadow: none; }

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle; }

img.full-width {
  width: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  color: #474747;
  font-weight: 700;
  margin: 0; }

h1 {
  font-size: 5em; }

h2 {
  font-size: 4.25em; }

h3 {
  font-size: 3.5em; }

h4 {
  font-size: 2.75em; }

h5 {
  font-size: 2em; }

h6 {
  font-size: 1.25em; }

p {
  font-size: 1.5em;
  line-height: 1.875em;
  font-weight: 300;
  margin: 0 0 1.25em 0; }
  @media only screen and (max-width: 50em) {
    p {
      font-size: 1.35em; } }
  @media only screen and (max-width: 40.625em) {
    p {
      font-size: 1.2em; } }
  @media only screen and (max-width: 30em) {
    p {
      font-size: 1.125em; } }
  @media only screen and (max-width: 20em) {
    p {
      font-size: 1.05em; } }

address {
  font-size: 1.5em;
  line-height: 1.875em;
  font-weight: 300;
  font-style: normal;
  margin: 0 0 1.25em 0; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }
  ul.no-style li {
    list-style: none; }

a {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 1em;
  color: #1e2a42;
  text-decoration: none;
  cursor: pointer; }
  a.no-style {
    text-decoration: none; }
  a.text-link {
    font-size: 1.5em;
    line-height: 1.875em;
    font-weight: 300;
    margin: 0 0 1.25em 0; }
  a:hover {
    text-decoration: none; }

.lg-container {
  max-width: 80em; }

.md-container {
  max-width: 66.5em; }

.sm-container {
  max-width: 60em; }

.clearfix {
  *zoom: 1; }
  .clearfix:before {
    content: " ";
    display: table; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

.row {
  *zoom: 1;
  width: 100%;
  margin: 0 auto; }
  .row:before {
    content: " ";
    display: table; }
  .row:after {
    content: "";
    display: table;
    clear: both; }

.center {
  text-align: center; }

.relative-position {
  position: relative; }

/*********************************/
/**=============================**/
/**** Start Building the Grid ****/
/**=============================**/
/*********************************/
.flex-row-container.col-800 {
  display: block;
  position: relative; }
  @media only screen and (min-width: 801px) {
    .flex-row-container.col-800 {
      display: table; } }
  @media only screen and (min-width: 801px) {
    .flexbox .flex-row-container.col-800 {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start; } }

.flex-row-item.col-half.col-800 {
  position: relative;
  width: auto; }
  @media only screen and (min-width: 801px) {
    .flex-row-item.col-half.col-800 {
      display: table-cell;
      width: 50%;
      float: left; } }
  @media only screen and (min-width: 801px) {
    .flexbox .flex-row-item.col-half.col-800 {
      flex: 0 0 50%; } }

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12 {
  float: left;
  margin: 1.25%;
  min-height: 1px; }

.grid-12 {
  float: none; }

.grid-1 {
  width: 5.8333333333%; }

.grid-2 {
  width: 14.1666666667%; }

.grid-3 {
  width: 22.5%; }

.grid-4 {
  width: 30.8333333333%; }

.grid-5 {
  width: 39.1666666667%; }

.grid-6 {
  width: 47.5%; }

.grid-7 {
  width: 55.8333333333%; }

.grid-8 {
  width: 64.1666666667%; }

.grid-9 {
  width: 72.5%; }

.grid-10 {
  width: 80.8333333333%; }

.grid-11 {
  width: 89.1666666667%; }

.grid-12 {
  width: 97.5%; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  float: left;
  min-height: 1px; }

.col-1 {
  width: 8.3333333333%; }

.col-2 {
  width: 16.6666666667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.3333333333%; }

.col-5 {
  width: 41.6666666667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.3333333333%; }

.col-8 {
  width: 66.6666666667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.3333333333%; }

.col-11 {
  width: 91.6666666667%; }

.col-12 {
  width: 100%; 
  margin-top: -.25em;
  margin-bottom: -.25em;
}

.float-right {
  float: right; }

.float-left {
  float: left; }

.block-item-container {
  display: block; }
  @media only screen and (min-width: 50.0625em) {
    .block-item-container.b-col-800 {
      width: 100%;
      display: table;
      height: 100%; } }
  .block-item-container:nth-of-type(even) .block-push-50 {
    left: 50%; }
  .block-item-container:nth-of-type(even) .block-pull-50 {
    right: 50%; }
  @media only screen and (min-width: 37.5625em) {
    .block-item-container.b-col-600 {
      width: 100%;
      display: table;
      height: 100%; } }
  .block-item-container:nth-of-type(even) .block-push-50 {
    left: 50%; }
  .block-item-container:nth-of-type(even) .block-pull-50 {
    right: 50%; }

.block-10 {
  position: relative;
  display: table-cell;
  width: 83.3333333333%;
  vertical-align: middle;
  float: none; }

.block-8.b-col-800 {
  width: 100%;
  clear: both; }
  @media only screen and (min-width: 50.0625em) {
    .block-8.b-col-800 {
      display: table-cell;
      width: 66.6666666667%;
      vertical-align: middle;
      float: none; } }

.block-6.b-col-600 {
  width: 100%; }
  @media only screen and (min-width: 37.5625em) {
    .block-6.b-col-600 {
      display: table-cell;
      width: 50%;
      vertical-align: middle;
      float: none; } }

.block-4.b-col-800 {
  width: 100%;
  clear: both; }
  @media only screen and (min-width: 50.0625em) {
    .block-4.b-col-800 {
      display: table-cell;
      width: 33.3333333333%;
      vertical-align: middle;
      float: none; } }

.block-6.b-col-800 {
  width: 100%;
  clear: both; }
  @media only screen and (min-width: 50.0625em) {
    .block-6.b-col-800 {
      display: table-cell;
      width: 50%;
      vertical-align: middle;
      float: none; } }

.block-3 {
  position: relative;
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  float: none; }

.block-2 {
  position: relative;
  display: table-cell;
  width: 16.6666666667%;
  vertical-align: middle;
  float: none; }

@media only screen and (max-width: 60em) {
  .collapse-up-1-2-960 {
    width: 50%; } }

@media only screen and (max-width: 56.25em) {
  .collapse-up-1-2-900 {
    width: 50%; } }

@media only screen and (max-width: 768px) {
  .collapse-up-1-2-768 {
    width: 47%; } }

@media only screen and (max-width: 767px) {
  .collapse-up-1-2-767 {
    width: 47%; } }

@media only screen and (max-width: 48em) {
  .collapse-half-flex-48m {
    width: 48%;
    -webkit-flex: 48%;
    flex: 48%; } }

@media only screen and (max-width: 65em) {
  .collapse-65m {
    width: auto;
    float: none; } }

@media only screen and (max-width: 65.625em) {
  .collapse-1050 {
    width: auto;
    float: none; } }

@media only screen and (max-width: 60em) {
  .collapse-60m {
    width: auto;
    float: none; } }

@media only screen and (max-width: 56.25em) {
  .collapse-900 {
    width: auto;
    float: none; } }

@media only screen and (max-width: 53.125em) {
  .collapse-850 {
    width: auto;
    float: none; } }

@media only screen and (max-width: 50em) {
  .collapse-800 {
    width: auto;
    float: none; } }

@media only screen and (max-width: 47.8125em) {
  .collapse-765 {
    width: 100%;
    float: none; } }

@media only screen and (max-width: 48em) {
  .collapse-48m {
    width: 100%;
    float: none; } }

@media only screen and (max-width: 45em) {
  .collapse-45m {
    width: 100%;
    float: none; } }

@media only screen and (max-width: 37.5em) {
  .collapse-600 {
    width: 100%;
    float: none; } }

@media only screen and (max-width: 30em) {
  .collapse-30m {
    width: 100%;
    float: none; } }

@media only screen and (max-width: 37.5em) {
  .center-600 {
    text-align: center; } }

@media only screen and (max-width: 37.5em) {
  .collapse-flex-600 {
    width: 100%;
    float: none;
    -webkit-flex: 100%;
    flex: 100%; } }

@media only screen and (max-width: 767px) {
  .collapse-1-3-767 {
    width: 30.83333%; } }

@media only screen and (max-width: 767px) {
  .collapse-1-2-767 {
    width: 47%; } }

@media only screen and (max-width: 650px) {
  .collapse-1-2-650 {
    width: 47%; } }

/*********************************/
/**=============================**/
/******* Some Global Styles ******/
/**=============================**/
/*********************************/
/***==== Spacing ====***/
.block-text {
  padding: 1.25em; }

.block-item {
  padding: 5em; }
  @media only screen and (min-width: 801px) {
    .block-item.reset-800 {
      padding: 2.5em; } }

.block-section {
  padding: .5em 0; }
  @media only screen and (max-width: 37.5em) {
    .block-section.clear-600 {
      padding: 0; } }
  .block-section.no-reset {
    padding: 5em 0; }

.block-section-top {
  padding-top: 2.5em; }

.block-section-bottom {
  padding-bottom: 2.5em; }

.gutter-top {
  padding-top: 1.25em; }

.gutter-bottom {
  padding-bottom: 1.25em; }

.gutter-left {
  padding-left: 1.25em; }

.gutter-right {
  padding-right: 1.25em; }

.lg-gutter-top {
  padding-top: 5%; }

.lg-gutter-bottom {
  padding-bottom: 5%; }

.lg-gutter-left {
  padding-left: 10%; }

.lg-gutter-right {
  padding-right: 10%; }

.space-top {
  margin-top: 1.25em; }

.space-bottom {
  margin-bottom: 1.25em; }

.space-left {
  margin-left: 1.25em; }

.space-right {
  margin-right: 1.25em; }

.section-container {
  padding: 1.25em; }
  @media only screen and (max-width: 50em) {
    .section-container.reset-800 {
      padding: 0; } }
  @media only screen and (max-width: 47.8125em) {
    .section-container.reset-765 {
      padding: 0; } }

.no-margin {
  margin: 0; }

.min-ht-md {
  min-height: 250px; }

.link-container {
  padding: 2.5em 0; }

/***==== Pagination ====***/
.pagination {
  position: relative;
  margin: 0 auto;
  text-align: center; }

.page-numbers {
  display: inline;
  width: 100%; }
  .page-numbers li {
    display: inline-block; }

/***==== Buttons ====***/
.primary {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 0.35em 1em;
  max-width: 12.75em;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  color: #a1a79d;
  border: 2px solid #e7ebd0;
  text-transform: uppercase;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */ }
  .primary:hover, .primary:focus {
    background: #e7ebd0; }
  .primary.red {
    color: #e16144;
    border-color: #e16144; }
    .primary.red:hover, .primary.red:focus {
      color: #fff;
      background: #e16144; }
  .primary.light {
    color: #fefef6;
    border-color: #fefef6; }
    .primary.light:hover, .primary.light:focus {
      color: #1e2a42;
      background: #fefef6; }
  .primary.blue {
    color: #1e2a42;
    background-color: #fefef6; }
  .primary.list-button {
    margin-bottom: 0.75em; }
  .primary.left {
    margin-left: 0; }
  .primary.right {
    margin-right: 0; }
  @media only screen and (min-width: 37.5625em) {
    .primary.right-600 {
      margin-right: 0; } }

.icon-button {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0.5em 1em;
  padding-left: 3em;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  color: #a1a79d;
  border: 2px solid #a1a79d;
  text-transform: uppercase;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  .icon-button.red {
    color: #e16144;
    border: 2px solid #e16144; }
  .icon-button.right {
    margin-right: 0; }
  .icon-button:after {
    content: "";
    position: absolute;
    width: 1.5625em;
    height: 1.5625em;
    left: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center center;
    background-size: 1.5625em;
    background-repeat: no-repeat; }
  .icon-button.daytrips:after {
    background-image: url(../img/icons/daytrips-button-icon.svg); }
  .icon-button.podcasts:after {
    background-image: url(../img/icons/podcasts-button-icon.svg); }
  .icon-button.episodes:after {
    background-image: url(../img/icons/episodes-button-icon.svg); }
  .icon-button.blog:after {
    background-image: url(../img/icons/blog-button-icon.svg); }
  .icon-button.red-flag:after {
    background-image: url(../img/icons/orange-flag-button-icon.svg); }

.hover-scale {
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */ }
  .hover-scale:hover, .hover-scale:focus {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.scroll-dwn-arrow {
  position: relative; }
  .scroll-dwn-arrow:after {
    content: ">";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1em;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 1.25em; }

.podcast-subscribe-link {
  position: relative;
  display: block;
  border: 1px solid #f1f1f1;
  padding: 0.5em 0; }
  .podcast-subscribe-link:before {
    content: "";
    position: absolute;
    right: 0;
    width: 40px;
    height: 100%;
    top: 0;
    bottom: 0;
    background: #d8d7d7; }

.post-categories, .article-category-list {
  display: inline; }
  .post-categories li, .article-category-list li {
    display: inline-block;
    margin: 0 0.5em; }
  .post-categories a, .article-category-list a {
    position: relative;
    display: block;
    font-size: 1.25em;
    font-family: "franklin-gothic-urw-comp", sans-serif;
    color: #1e2a42;
    border-bottom: 2px solid #1e2a42;
    padding: 0.5em;
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    /* easeOutQuart */ }
    .post-categories a:hover, .post-categories a:focus, .article-category-list a:hover, .article-category-list a:focus {
      color: #fff;
      background-color: #1e2a42; }

.article-category-link {
  position: relative;
  display: block;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  color: #1e2a42;
  border-bottom: 2px solid #1e2a42;
  padding: 0.5em; }

.load_more {
  max-width: 25em;
  padding: 0.5em;
  font-size: 1.5em;
  color: #1e2a42;
  border: 2px solid #1e2a42; }
  .load_more:hover, .load_more:focus {
    color: #fff;
    background: #1e2a42; }

.close-toggle {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5em;
  padding: 0.15em 0.5em;
  background: #e7ebd0; }

.dashboard-link {
  display: block;
  padding: 0.5em;
  border: 3px solid #a1a79d;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .dashboard-link:hover, .dashboard-link:focus {
    background-color: #a1a79d;
    color: #fff; }

/***==== Alignment ====***/
.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

/***==== Titles ====***/
.title-mega {
  font-family: "brothers", sans-serif;
  font-size: 11.625em;
  font-weight: 700;
  line-height: 0.76em;
  color: #1e2a42;
  margin: 0;
  text-transform: uppercase; }
  @media only screen and (max-width: 50em) {
    .title-mega {
      font-size: 10.4625em; } }
  @media only screen and (max-width: 40.625em) {
    .title-mega {
      font-size: 9.3em; } }
  @media only screen and (max-width: 30em) {
    .title-mega {
      font-size: 8.71875em; } }

.title-alpha {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 4.5em;
  font-weight: 700;
  line-height: 1.25em;
  color: #1e2a42;
  margin: 0;
  text-transform: uppercase; }
  @media only screen and (max-width: 50em) {
    .title-alpha {
      font-size: 4.05em; } }
  @media only screen and (max-width: 40.625em) {
    .title-alpha {
      font-size: 3.6em; } }
  @media only screen and (max-width: 30em) {
    .title-alpha {
      font-size: 2.925em; } }

.title-beta {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.25em;
  font-weight: 400;
  color: #1e2a42;
  margin: 0;
  text-transform: uppercase; }
  @media only screen and (max-width: 50em) {
    .title-beta {
      font-size: 2.25em; } }
  @media only screen and (max-width: 40.625em) {
    .title-beta {
      font-size: 2em; } }
  @media only screen and (max-width: 30em) {
    .title-beta {
      font-size: 1.625em; } }

.title-meta {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25em;
  color: #1e2a42;
  margin: 0;
  text-transform: uppercase; }
  @media only screen and (max-width: 50em) {
    .title-meta {
      font-size: 1.125em; } }

.header-font {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-weight: 300; }

/***==== Font Sizes ====***/
.large-text {
  font-size: 1.875em; }
  @media only screen and (max-width: 50em) {
    .large-text {
      font-size: 1.6875em; } }
  @media only screen and (max-width: 40.625em) {
    .large-text {
      font-size: 1.5em; } }
  @media only screen and (max-width: 30em) {
    .large-text {
      font-size: 1.40625em; } }
  @media only screen and (max-width: 20em) {
    .large-text {
      font-size: 1.3125em; } }

.medium-text {
  font-size: 1.275em; }
  @media only screen and (max-width: 50em) {
    .medium-text {
      font-size: 1.1475em; } }
  @media only screen and (max-width: 40.625em) {
    .medium-text {
      font-size: 1.02em; } }
  @media only screen and (max-width: 30em) {
    .medium-text {
      font-size: 0.95625em; } }
  @media only screen and (max-width: 20em) {
    .medium-text {
      font-size: 0.8925em; } }

.small-text {
  font-size: 1.125em; }
  @media only screen and (max-width: 50em) {
    .small-text {
      font-size: 1.0125em; } }
  @media only screen and (max-width: 40.625em) {
    .small-text {
      font-size: 0.9em; } }
  @media only screen and (max-width: 30em) {
    .small-text {
      font-size: 0.84375em; } }
  @media only screen and (max-width: 20em) {
    .small-text {
      font-size: 0.7875em; } }

.strong-text {
  color: #022e42; }

.body-font {
  font-family: "adelle-condensed", serif; }

/***==== Fonts ====***/
.header-text {
  font-family: "franklin-gothic-urw-comp", sans-serif; }

.bold-header-text {
  font-family: "brothers", sans-serif; }

.body-text {
  font-family: "adelle-condensed", serif; }

.uppercase-text {
  text-transform: uppercase; }

.lowercase-text {
  text-transform: none; }

.bold {
  font-weight: 700;
  text-transform: uppercase; }

.white-text {
  color: #fff; }

.light-text {
  color: #fefef6; }

.blue-text {
  color: #1e2a42; }

.green-text {
  color: #a1a79d; }

.red-text {
  color: #e16144; }

.black-text {
  color: #0b111d; }

.pink-text {
  color: #f2a4b0; }

.thin-text {
  font-weight: 200; }

.title-border {
  position: relative;
  display: inline-block;
  padding-bottom: 0.25em; }
  .title-border:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #e16144;
    bottom: 0; }

/***==== Backgrounds ====***/
.white-background {
  background-color: #ffffff; }

.green-background {
  background-color: #a1a79d; }

.blue-background {
  background-color: #1e2a42; }

.light-background {
  background-color: #fefef6; }

.beige-background {
  background-color: #e7ebd0; }

.tan-background {
  background-color: #cfcba1; }

.article-item-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #a1a79d;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center top;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */ }

.article-item-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center top;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */ }

/***==== Divider / Point ====***/
.border-bottom {
  border-bottom: 1px solid #e1e1e1; }

.red-border-bottom {
  border-bottom: 2px solid #e16144; }

.red-border-top {
  border-top: 2px solid #e16144; }

.red-border-left {
  border-left: 2px solid #e16144; }

.green-border-bottom {
  border-bottom: 2px solid #a1a79d; }

.green-border-left {
  border-left: 2px solid #a1a79d; }

.light-border-bottom {
  border-bottom: 2px solid #e7ebd0; }

.light-border-top {
  border-top: 2px solid #e7ebd0; }

.inline-red-border-right {
  border-right: 2px solid #e16144;
  padding-right: 0.20em; }

.lg-tri-bullet {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 0 100px 150px;
  border-color: transparent transparent transparent #dfdfdf; }

/***==== Backgrounds Colors & Borders ====***/
/***==== Images ====***/
.circle-image {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

/***==== Misc ====***/
.hide-at-600 {
  display: none; }
  @media only screen and (min-width: 37.5625em) {
    .hide-at-600 {
      display: block; } }

.show-at-600 {
  display: block; }
  @media only screen and (min-width: 37.5625em) {
    .show-at-600 {
      display: none; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 70px;
  width: 35px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-position: center center;
  background-size: 35px 70px;
  background-repeat: no-repeat;
  padding: 0;
  border: none;
  outline: none;
  z-index: 10; }
  @media only screen and (min-width: 481px) {
    .slick-prev,
    .slick-next {
      height: 100px;
      width: 50px;
      background-size: 50px 100px; } }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0.5;
    cursor: default; }

.slick-prev {
  left: 0;
  background-image: url(../img/icons/previous-carousel-button-alt.svg); }
  @media only screen and (min-width: 481px) {
    .slick-prev {
      background-image: url(../img/icons/previous-carousel-button.svg);
      left: 5px; } }

.slick-next {
  right: 0;
  background-image: url(../img/icons/next-carousel-button-alt.svg); }
  @media only screen and (min-width: 481px) {
    .slick-next {
      right: 5px;
      background-image: url(../img/icons/next-carousel-button.svg); } }

/*********************************/
/**=============================**/
/********* Header + Nav **********/
/**=============================**/
/*********************************/
.main-header {
  position: relative;
  background-color: #fefef6;
  z-index: 1001;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */ }
  .main-header:after {
    content: "";
    position: absolute;
    background-image: url(../img/bg/nav-torn-edge.svg);
    background-size: auto 25px;
    background-repeat: repeat-x;
    background-position: center bottom;
    width: 100%;
    height: 15px;
    left: 0;
    right: 0;
    bottom: -5px;
    z-index: 100; }
  .main-header.blur {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px); }

.header-upper {
  position: relative;
  padding: 0 1.25em;
  height: 50px;
  background-color: #a1a79d; }

.header-logo-container {
  width: 100%;
  float: left;
  display: none; }
  @media only screen and (min-width: 50.0625em) {
    .header-logo-container {
      width: 50%;
      display: block; } }
  .header-logo-container a {
    line-height: 75px;
    font-size: 1.5em;
    font-family: "franklin-gothic-urw-comp", sans-serif;
    color: #fefef6;
    padding-left: 1.5em;
    text-transform: uppercase;
    background-image: url(../img/icons/header-logo.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 30px; }
    @media only screen and (min-width: 50.0625em) {
      .header-logo-container a {
        line-height: 50px;
        color: #1e2a42; } }

.header-meta-container {
  width: 100%;
  float: left;
  height: 50px;
  padding-right: 5.9375em;
  text-align: left;
  overflow: hidden;
  margin-top: 5px;}
  @media only screen and (min-width: 50.0625em) {
    .header-meta-container {
      width: 50%;
      float: left;
      display: block;
      padding-right: 8.125em;
      text-align: right; } }
  .header-meta-container .sign-in, .header-meta-container .search .mailcon, .header-meta-container .search{
    display: none;
    position: relative;
    width: 25px;
    height: 25px;
    top: 50%;
    text-indent: 100em;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .header-meta-container .sign-in.top-align{
    top: 0.5em;
    margin-right: 10px;}
  .primary-searchform.form-header-search{
    display: inline-block;
  }
  .primary-searchform.form-header-search .txt-search-header{
    width: 200px;
    display: inline-block;
    padding: 4px;
  }
  .primary-searchform.form-header-search #searchsubmit{
    display: inline-block;
    width: 80px;
    padding: 5px;
    margin-top: 0.5em;
   }
  .orange-text{
    z-index: 100;
    position: relative;
    color: #e16144;
  }
  @media only screen and (min-width: 50.0625em) {
    .header-meta-container .sign-in, .header-meta-container .search .mailcon{
      display: inline-block; }
  }
  .header-meta-container .sign-in {
    background-image: url(../img/icons/header-account-icon.png); }
  .header-meta-container .search {
    /*margin-left: 1em;*/
    background-image: url(../img/icons/header-search-icon.png);
    display: inline-block;
    top: 1.2em;}
  .header-meta-container .mailcon {
    margin-left: 1em;
    background-image: url(../img/icons/header-search-icon.png); }

@media screen and (max-width: 830px) {
  .form-header-search{display:none !important;}
}

.header-cart-container {
  position: absolute;
  text-align: center;
  right: 0;
  top: 0;
  width: 5.5em;
  height: 100%;
  background: #1e2a42;
  overflow: hidden; }
  @media only screen and (min-width: 50.0625em) {
    .header-cart-container {
      width: 9.375em; } }
  .header-cart-container:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: #a1a79d;
    left: -30px;
    top: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
    @media only screen and (min-width: 50.0625em) {
      .header-cart-container:before {
        width: 50px;
        height: 50px;
        left: -35px;
        top: 0; } }
  .header-cart-container a {
    position: relative;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-left: 20px;
    top: 50%;
    text-indent: 100em;
    background-image: url(../img/icons/header-cart-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (min-width: 50.0625em) {
      .header-cart-container a {
        margin-left: 0px; } }

.header-lower {
  position: relative; }

.lower-nav-logo {
  position: relative;
  padding: 1.5em 0;
  text-align: center; }
  @media only screen and (min-width: 50.0625em) {
    .lower-nav-logo {
      display: none; } }
  .lower-nav-logo a {
    font-size: 1.5em;
    padding: 0.5em 0;
    text-transform: uppercase;
    background-image: url(../img/icons/header-logo.svg);
    background-repeat: no-repeat;
    background-position: center center; }

.header-nav-toggle-container {
  position: absolute;
  width: auto;
  left: 0;
  top: 0;
  height: 5.0625em;
  padding: 0 1.25em;
  overflow: hidden;
  z-index: 1001; }
  @media only screen and (min-width: 50.0625em) {
    .header-nav-toggle-container {
      display: none; } }
  .header-nav-toggle-container a {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center; }
  .header-nav-toggle-container ul {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .header-nav-toggle-container .toggle-nav-bar {
    width: 2em;
    height: 0.20em;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0.5em;
    background-color: #1e2a42;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

.close-nav .toggle-nav-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: translateY(100%) rotate(-45deg);
  margin: 0; }

.close-nav .toggle-nav-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(45deg);
  margin: 0; }

.main-navigation {
  position: absolute;
  display: none;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-image: url(../img/bg/body-bg.svg);
  background-repeat: repeat;
  background-size: 400px auto;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }
  @media only screen and (min-width: 801px) {
    .main-navigation {
      display: block;
      position: relative;
      max-height: 50em;
      background: none;
      -webkit-transform: translateX(0%);
      -moz-transform: translateX(0%);
      -o-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); } }
  .main-navigation ul {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center; }
  .main-navigation li {
    width: 100%;
    padding: 0;
    display: inline-block; }
    @media only screen and (min-width: 801px) {
      .main-navigation li {
        display: inline-block;
        float: none;
        width: auto;
        padding: 0 0.625em; }
        .main-navigation li:last-child {
          width: auto; } }
  .main-navigation a {
    display: block;
    padding: 1.25em;
    color: #1e2a42;
    font-family: "franklin-gothic-urw-comp", sans-serif;
    font-size: 1.25em;
    text-transform: uppercase;
    background-color: #e7ebd0;
    border-bottom: 2px solid #a1a79d; }
    @media only screen and (min-width: 801px) {
      .main-navigation a {
        color: #a1a79d;
        border-top: 2px solid #fefef6;
        border-bottom: 2px solid #fefef6;
        background: none; } }
    .main-navigation a:hover, .main-navigation a:focus {
      color: #1e2a42;
      border-bottom: 2px solid #1e2a42; }
  .main-navigation .m-search-signin {
    display: inline; }
    @media only screen and (min-width: 801px) {
      .main-navigation .m-search-signin {
        display: none; } }
    .main-navigation .m-search-signin li {
      width: 50%;
      float: left; }
    .main-navigation .m-search-signin .sign-in {
      border-right: 1px solid #a1a79d; }
    .main-navigation .m-search-signin .search {
      border-left: 1px solid #a1a79d; }

/****************************************/
/**====================================**/
/************* Page Styles **************/
/**====================================**/
/****************************************/
.slide-content {
  position: fixed;
  display: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 4999;
  background-color: #a1a79d;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */ }

.header-drawer {
  display: none;
  position: fixed;
  width: 310px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 5001;
  padding: 2.5em 0;
  text-align: center;
  background-color: #fefef6;
  background-image: url(../img/bg/body-bg.svg);
  background-repeat: repeat;
  background-size: 400px auto;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateX(310px);
  -moz-transform: translateX(310px);
  -o-transform: translateX(310px);
  -ms-transform: translateX(310px);
  transform: translateX(310px);
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.page-header {
  position: relative;
  width: 100%;
  background-color: #a1a79d;
  background-image: url(../img/bg/index-bg-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center; }
  .page-header .page-header_inner {
    padding: 5em 1.25em; }
    @media only screen and (min-width: 43.8125em) {
      .page-header .page-header_inner {
        padding: 8em 0; } }
  .page-header .title-mega {
    position: relative; }
    @media only screen and (min-width: 43.8125em) {
      .page-header .title-mega {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 0; } }

.single-article-cta {
  display: table;
  width: 100%; }

.cta-grid-left {
  display: table-cell;
  width: 60%;
  vertical-align: middle; }

.cta-grid-left_one {
  border: 1.25em solid #f1f1f1; }

.cta-grid-left_two {
  border-left: 1.25em solid #f1f1f1;
  border-right: 1.25em solid #f1f1f1; }

.cta-grid-right {
  display: table-cell;
  width: 40%;
  vertical-align: middle;
  text-align: center;
  background-color: #fff;
  border-top: 1.25em solid #f1f1f1;
  border-right: 1.25em solid #f1f1f1; }

.comments-container-toggle {
  font-size: 2em;
  padding: 0.5em 0.875em;
  margin: 0.875em;
  display: inline-block;
  color: #a1a79d;
  background-color: #fefef6;
  border: 2px solid #e7ebd0;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.comments-container-inner {
  position: relative;
  max-height: 0em;
  overflow: hidden; }
  .comments-container-inner.active {
    max-height: 10000em; }

.about-intro {
  display: block;
  position: relative;
  border-top: 5px solid #fff; }
  @media only screen and (min-width: 59.4375em) {
    .flexbox .about-intro {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      align-content: center;
      align-items: center; } }

@media only screen and (min-width: 59.4375em) {
  .flexbox .about-intro-col {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    width: 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .about-intro-col.w-border {
    border-left: 5px solid #fff; } }

.about-intro-col-content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-flex;
  background-color: #a1a79d;
  background-blend-mode: multiply; }
  .about-intro-col-content.w-border {
    border-bottom: 5px solid #fff; }

.about-content-section {
  padding: 2.5em 1.25em; }
  @media only screen and (min-width: 37.5625em) {
    .about-content-section {
      padding: 3.75em 1.25em;
      padding-left: 6.25em; } }

.about-content-title-container {
  text-align: center; }
  @media only screen and (min-width: 37.5625em) {
    .about-content-title-container {
      text-align: left; } }

.about-content-item {
  position: relative;
  display: inline-block;
  padding: 4.75em 1.25em 1.25em 1.25em;
  margin: 5em 0;
  background-color: #fff;
  background-image: url(../img/bg/dash-border-horizontal.png);
  background-position: left top;
  background-repeat: repeat-x; }
  @media only screen and (min-width: 37.5625em) {
    .about-content-item {
      padding: 1.25em 1.25em 1.25em 6.25em;
      margin: 2.5em 0;
      background-image: url(../img/bg/dash-border-vertical.png);
      background-repeat: repeat-y; } }

.about-content-item_title {
  padding-bottom: 0.5em;
  position: relative; }
  @media only screen and (min-width: 37.5625em) {
    .about-content-item_title {
      padding-right: 0.375em; } }

.about-link-list {
  display: inline-block;
  padding-bottom: 1em; }
  @media only screen and (min-width: 37.5625em) {
    .about-link-list {
      position: absolute;
      top: 0;
      right: 0;
      padding: 1.25em;
      padding-top: 2em; } }
  .about-link-list li {
    display: inline-block; }
  .about-link-list a {
    display: block;
    width: 25px;
    height: 25px;
    text-indent: 1000em;
    background-size: 25px auto;
    background-repeat: no-repeat;
    overflow: hidden; }
    .about-link-list a.social-instagram {
      background-image: url(../img/icons/instagram-icon.png); }
    .about-link-list a.social-facebook {
      background-image: url(../img/icons/facebook-icon.png); }
    .about-link-list a.social-twitter {
      background-image: url(../img/icons/twitter-icon.png); }

.about-content-item_icon {
  position: absolute;
  width: 10em;
  height: 10em;
  left: 0;
  right: 0;
  top: -5em;
  margin: 0 auto;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  @media only screen and (min-width: 37.5625em) {
    .about-content-item_icon {
      position: absolute;
      left: -5em;
      right: auto;
      top: 50%;
      margin-top: -5em; } }
  .about-content-item_icon img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #fff; }

.about-content-item_icon_inner {
  width: 4.75em;
  position: relative;
  height: 4.75em;
  border: 2px solid #e16144;
  background-color: #ffffff;
  background-size: 3em;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0.125em;
  top: 0.125em;
  border-radius: 50%; }
  .about-content-item_icon_inner.icon-culture {
    background-image: url(../img/icons/dt-culture-icon-orange.svg); }
  .about-content-item_icon_inner.icon-food {
    background-image: url(../img/icons/dt-food-icon-orange.svg); }
  .about-content-item_icon_inner.icon-outdoors {
    background-image: url(../img/icons/dt-outdoors-icon-orange.svg); }

.about-content-item_body > p {
  margin: 0;
  color: #a1a79d; }

.image-grid-container {
  margin: 2.5em 0; }

.gallery-image-container {
  display: inline-block;
  background-color: #ffffff; }

.gallery-image-container_item {
  display: inline-block;
  float: left; }
  .gallery-image-container_item.gallery-image-four {
    border-bottom: 5px solid #fff; }
    .gallery-image-container_item.gallery-image-four:last-child {
      border: none; }
    @media only screen and (min-width: 37.5625em) {
      .gallery-image-container_item.gallery-image-four {
        width: 50%;
        height: 40vh;
        border: none; }
        .gallery-image-container_item.gallery-image-four img {
          width: 50vw;
          height: calc(40vh - 5px);
          object-fit: cover;
          object-position: 5px 5px; }
        .gallery-image-container_item.gallery-image-four:nth-of-type(1) img {
          object-position: 0 5px; }
        .gallery-image-container_item.gallery-image-four:nth-of-type(3) img {
          object-position: 0; }
        .gallery-image-container_item.gallery-image-four:nth-of-type(4) img {
          object-position: 5px 0; } }
  .gallery-image-container_item.gallery-image-two {
    border-bottom: 5px solid #fff; }
    .gallery-image-container_item.gallery-image-two:last-child {
      border: none; }
    @media only screen and (min-width: 37.5625em) {
      .gallery-image-container_item.gallery-image-two {
        width: 50%;
        height: 80vh;
        border: none; }
        .gallery-image-container_item.gallery-image-two:nth-of-type(1) img {
          width: 50vw;
          height: calc(80vh - 5px);
          object-fit: cover;
          object-position: 0 5px; }
        .gallery-image-container_item.gallery-image-two:nth-of-type(2) img {
          width: 50vw;
          height: calc(80vh - 5px);
          object-fit: cover;
          object-position: 5px 5px; } }
  .gallery-image-container_item.gallery-image-three {
    border-bottom: 5px solid #fff; }
    .gallery-image-container_item.gallery-image-three:last-child {
      border: none; }
    @media only screen and (min-width: 37.5625em) {
      .gallery-image-container_item.gallery-image-three {
        width: 50%;
        border: none; }
        .gallery-image-container_item.gallery-image-three:nth-child(1) {
          height: 80vh; }
          .gallery-image-container_item.gallery-image-three:nth-child(1) img {
            width: 50vw;
            height: calc(80vh - 5px);
            object-fit: cover;
            object-position: 0px 5px; }
        .gallery-image-container_item.gallery-image-three:nth-child(2) {
          height: 40vh; }
          .gallery-image-container_item.gallery-image-three:nth-child(2) img {
            width: 50vw;
            height: calc(40vh - 5px);
            object-fit: cover;
            object-position: 5px 5px; }
        .gallery-image-container_item.gallery-image-three:nth-child(3) {
          height: 40vh; }
          .gallery-image-container_item.gallery-image-three:nth-child(3) img {
            width: 50vw;
            height: calc(40vh - 5px);
            object-fit: cover;
            object-position: 5px 0px; } }

.primary-searchform {
  max-width: 30em;
  margin: 0 auto; }
  .primary-searchform label {
    display: none; }
  .primary-searchform input {
    width: 100%;
    padding: 0.625em 0.25em;
    border: 2px solid #a1a79d;
    color: #a1a79d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    outline: none; }
  .primary-searchform button {
    display: block;
    width: 100%;
    background: #e7ebd0;
    font-family: "franklin-gothic-urw-comp", sans-serif;
    padding: 0.5em 1.25em;
    margin-top: 1.25em;
    text-transform: uppercase;
    color: #1e2a42;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

.search-form label {
  position: relative;
  float: left;
  width: 75%; }

.search-form .search-field {
  width: 100%;
  padding: 0.5em;
  border: 2px solid #e7ebd0;
  font-size: 1.25em;
  color: #a1a79d;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none; }

.search-form .search-submit {
  width: 25%;
  float: left;
  padding: 0.70em 0;
  background-color: #e7ebd0;
  font-size: 1.25em;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  color: #a1a79d;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-transform: uppercase;
  -webkit-appearance: none;
  border: none;
  outline: none; }

.related-article-item-container {
  display: block;
  position: relative;
  padding-top: 0.3125em; }
  @media only screen and (min-width: 40.6875em) {
    .flexbox .related-article-item-container {
      -webkit-display: flex;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: center;
      justify-content: center; } }

.related-article-item {
  position: relative;
  padding: 0.3125em 0.625em; }
  @media only screen and (min-width: 40.6875em) {
    .flexbox .related-article-item {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      width: 100%;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
  @media only screen and (min-width: 50.0625em) {
    .related-article-item {
      padding: 1.25em; } }
  .related-article-item a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center top; }
    .related-article-item a:hover .article-item-overlay, .related-article-item a:focus .article-item-overlay {
      -webkit-filter: blur(2px);
      -moz-filter: blur(2px);
      -o-filter: blur(2px);
      -ms-filter: blur(2px);
      filter: blur(2px);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .related-article-item a:hover .related-article-icon, .related-article-item a:focus .related-article-icon {
      background-image: none; }
      .related-article-item a:hover .related-article-icon > p, .related-article-item a:focus .related-article-icon > p {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }

.related-article-item_inner {
  position: relative;
  padding: 1.25em;
  min-height: 300px;
  overflow: hidden; }
  @media only screen and (min-width: 50.0625em) {
    .related-article-item_inner {
      min-height: 350px; } }

.related-article-inner_content {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 1.25em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10; }
  @media only screen and (min-width: 50.0625em) {
    .related-article-inner_content {
      padding: 1.25em 5em; } }

.related-article-inner_title {
  position: relative;
  display: inline-block; }

.related-article-icon {
  display: inline-block;
  padding: 0.625em;
  margin-bottom: 0.625em;
  border-bottom: 2px solid #e16144;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */
  background-size: 35px;
  background-position: center;
  background-repeat: no-repeat; }
  .related-article-icon.related-blog {
    background-image: url(../img/icons/related-blog-icon.svg); }
  .related-article-icon.related-podcast {
    background-image: url(../img/icons/related-podcast-icon.svg); }
  .related-article-icon.related-episode {
    background-image: url(../img/icons/related-episode-icon.svg); }
  .related-article-icon.related-daytrip {
    background-image: url(../img/icons/related-daytrip-icon.svg); }
  .related-article-icon > p {
    opacity: 0;
    -webkit-transform: translateY(35px);
    -moz-transform: translateY(35px);
    -o-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    /* easeOutQuart */ }

.list-shop-cats {
  display: inline-block;
  width: 100%;
  height: 100%; }

.list-shop-cats_title {
  padding: 2.5em;
  background-color: #1e2a42;
  background-image: url(../img/bg/noise-pattern-bg.svg);
  background-repeat: repeat;
  background-size: 400px 400px; }
  @media only screen and (min-width: 56.3125em) {
    .list-shop-cats_title {
      width: 25%;
      float: left; } }
  .list-shop-cats_title img {
    width: 320px; }

.list-shop-cats_carousel {
  padding: 3.5em 2.5em; }
  @media only screen and (min-width: 56.3125em) {
    .list-shop-cats_carousel {
      width: 75%;
      float: left; } }

.list-shop-cats_item .archive-product_inner {
  border-right: 2px solid #e16144; }

.list-shop-cats_item img {
  margin: 0 auto; }

.search-article-item-container {
  display: block;
  position: relative;
  padding-top: 0.3125em; }
  @media only screen and (min-width: 40.6875em) {
    .flexbox .search-article-item-container {
      -webkit-display: flex;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: wrap;
      justify-content: wrap; } }

.search-article-item {
  position: relative;
  padding: 0.3125em 0.625em; }
  @media only screen and (min-width: 40.6875em) {
    .flexbox .search-article-item {
      -webkit-box-flex: 0 0 50%;
      -moz-box-flex: 0 0 50%;
      width: 50%;
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; } }
  @media only screen and (min-width: 56.3125em) {
    .flexbox .search-article-item {
      -webkit-box-flex: 0 0 33.333%;
      -moz-box-flex: 0 0 33.333%;
      width: 33.333%;
      -webkit-flex: 0 0 33.333%;
      -ms-flex: 0 0 33.333%;
      flex: 0 0 33.333%; } }
  @media only screen and (min-width: 50.0625em) {
    .search-article-item {
      padding: 1.25em; } }
  .search-article-item a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center top; }
    .search-article-item a:hover .article-item-overlay, .search-article-item a:focus .article-item-overlay {
      -webkit-filter: blur(2px);
      -moz-filter: blur(2px);
      -o-filter: blur(2px);
      -ms-filter: blur(2px);
      filter: blur(2px);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .search-article-item a:hover .related-article-icon, .search-article-item a:focus .related-article-icon {
      background-image: none; }
      .search-article-item a:hover .related-article-icon > p, .search-article-item a:focus .related-article-icon > p {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }

.flex-col-2-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: center; }
  .flex-col-2-container .flex-col-2 {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    width: 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }

#team-daytripper {
  background-image: url(../img/bg/team-dt-header.jpg);
  background-position: center top;
  background-size: cover;
  background-blend-mode: multiply; }
  @media only screen and (min-width: 43.8125em) {
    #team-daytripper .page-header_inner {
      padding: 15em 1.25em; } }

.td-benefits-table {
  position: relative; }
  .td-benefits-table .td-benefits-row {
    position: relative;
    display: table;
    width: 100%;
    padding: 1.25em;
    border-bottom: 1px solid #e16144; }
    @media only screen and (min-width: 31.3125em) {
      .td-benefits-table .td-benefits-row {
        display: table;
        padding: 0; } }
    .td-benefits-table .td-benefits-row:last-child {
      border: none; }
  .td-benefits-table .td-benefits-col {
    display: block; }
    @media only screen and (min-width: 31.3125em) {
      .td-benefits-table .td-benefits-col {
        padding: 1.25em;
        display: table-cell;
        vertical-align: middle; } }
    .td-benefits-table .td-benefits-col.col-title {
      text-align: center; }
      @media only screen and (min-width: 31.3125em) {
        .td-benefits-table .td-benefits-col.col-title {
          width: 50%;
          text-align: right; } }
    .td-benefits-table .td-benefits-col.col-content {
      text-align: center; }
      @media only screen and (min-width: 31.3125em) {
        .td-benefits-table .td-benefits-col.col-content {
          width: 50%;
          text-align: left;
          border-left: 1px solid #e16144; } }

.error404 .compass-container {
  position: relative; }

.error404 .compass-container .needle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  -webkit-transform: rotate(97deg); }

.animated.spinNeedle {
  -webkit-animation: spinNeedle 10s infinite;
  -moz-animation: spinNeedle 10s infinite;
  -o-animation: spinNeedle 10s infinite;
  animation: spinNeedle 10s infinite; }

.animated {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes spinNeedle {
  0% {
    -webkit-transform: rotate(15deg); }
  10% {
    -webkit-transform: rotate(-5deg); }
  20% {
    -webkit-transform: rotate(45deg); }
  30% {
    -webkit-transform: rotate(-45deg); }
  40% {
    -webkit-transform: rotate(24deg); }
  50% {
    -webkit-transform: rotate(-240deg); }
  60% {
    -webkit-transform: rotate(24deg); }
  70% {
    -webkit-transform: rotate(-36deg); }
  80% {
    -webkit-transform: rotate(-10deg); }
  90% {
    -webkit-transform: rotate(10deg); }
  100% {
    -webkit-transform: rotate(25deg); } }

@-moz-keyframes spinNeedle {
  0% {
    -moz-transform: rotate(15deg); }
  10% {
    -moz-transform: rotate(-15deg); }
  30% {
    -moz-transform: rotate(-45deg); }
  60% {
    -moz-transform: rotate(45deg); }
  75% {
    -moz-transform: rotate(90deg); }
  100% {
    -moz-transform: rotate(25deg); } }

@-o-keyframes spinNeedle {
  0% {
    -o-transform: rotate(15deg); }
  10% {
    -o-transform: rotate(-15deg); }
  30% {
    -o-transform: rotate(-45deg); }
  60% {
    -o-transform: rotate(45deg); }
  75% {
    -o-transform: rotate(90deg); }
  100% {
    -o-transform: rotate(25deg); } }

@keyframes spinNeedle {
  0% {
    transform: rotate(15deg); }
  10% {
    transform: rotate(-15deg); }
  30% {
    transform: rotate(-45deg); }
  60% {
    transform: rotate(45deg); }
  75% {
    transform: rotate(90deg); }
  100% {
    transform: rotate(25deg); } }

.animated.spinNeedle {
  -webkit-animation: spinNeedle 10s infinite;
  -moz-animation: spinNeedle 10s infinite;
  -o-animation: spinNeedle 10s infinite;
  animation: spinNeedle 10s infinite; }

/****************************************/
/**====================================**/
/************* Store Styles **************/
/**====================================**/
/****************************************/
/************* Sign In Form **************/
.woocommerce-form-login, .lost_reset_password {
  max-width: 500px;
  margin: 0 auto;
  padding: 2.5em;
  border: 2px solid #e7ebd0;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

#customer_login h2 {
  display: none; }

/************* Header Sign In Form **************/
.login input {
  width: 100%;
  padding: 0.25em;
  border: 2px solid #a1a79d;
  color: #a1a79d;
  box-sizing: border-box;
  outline: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .login input:focus {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); }

.login label {
  display: inline-block;
  text-align: left;
  font-size: 0.75em;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  color: #1e2a42; }

.login .form-row, .login .woocommerce-LostPassword {
  margin: 0 auto; }

.login .woocommerce-FormRow, .login .woocommerce-form-row {
  padding-bottom: 1.25em; }
  .login .woocommerce-FormRow label, .login .woocommerce-form-row label {
    display: none; }

.login .woocommerce-Button {
  background: #e7ebd0;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  text-transform: uppercase;
  color: #1e2a42;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.login .woocommerce-Input--checkbox, .login .woocommerce-form__input-checkbox {
  width: 15px; }

.woocommerce-ResetPassword p {
  text-align: center;
  font-size: 1.15em;
  font-family: "franklin-gothic-urw-comp", sans-serif; }

.woocommerce-ResetPassword .woocommerce-form-row {
  font-size: 1.5em;
  text-align: left; }

.woocommerce-ResetPassword input {
  width: 100%;
  padding: 0.25em;
  border: 2px solid #a1a79d;
  color: #a1a79d;
  box-sizing: border-box;
  outline: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .woocommerce-ResetPassword input:focus {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); }

.woocommerce-ResetPassword label {
  display: inline-block;
  text-align: left;
  font-size: 0.75em;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  color: #1e2a42; }

.woocommerce-ResetPassword .woocommerce-Button {
  background: #e7ebd0;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  text-transform: uppercase;
  color: #1e2a42;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.product-cats-nav {
  padding: 1.25em 0;
  text-align: center;
  background-color: #1e2a42; }
  .product-cats-nav ul {
    display: block;
    max-height: 0;
    overflow: hidden; }
    .product-cats-nav ul.active {
      max-height: 1000em; }
    @media only screen and (min-width: 37.5625em) {
      .product-cats-nav ul {
        display: inline;
        max-height: auto; } }
  @media only screen and (min-width: 37.5625em) {
    .product-cats-nav li {
      display: inline-block;
      margin: 0 0.5em; } }
  .product-cats-nav a {
    display: block;
    padding: 1em 0.5em;
    font-size: 1.25em;
    color: #e16144;
    text-transform: uppercase;
    border-bottom: 1px solid #e7ebd0; }
    .product-cats-nav a.active {
      color: #a1a79d;
      border-bottom: 1px solid #e7ebd0 !important; }
    @media only screen and (min-width: 37.5625em) {
      .product-cats-nav a {
        padding: 0.5em;
        border: none; } }
  .product-cats-nav .toggle-cat-nav {
    border: none;
    padding: 0.5em; }
    .product-cats-nav .toggle-cat-nav.active {
      border: none !important;
      color: #e16144; }
    @media only screen and (min-width: 37.5625em) {
      .product-cats-nav .toggle-cat-nav {
        display: none; } }

.shop-page-carousel {
  position: relative;
  display: block;
  min-height: 175px;
  background-color: #a1a79d;
  border: none;
  bottom: 16%;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }
  @media only screen and (min-width: 25.0625em) {
    .shop-page-carousel {
      min-height: 400px; } }
  @media only screen and (min-width: 42.5625em) {
    .shop-page-carousel {
      min-height: 400px; } }
  @media only screen and (min-width: 56.3125em) {
    .shop-page-carousel {
      min-height: 450px; } }
  .shop-page-carousel .slides {
    display: none;
    width: 100%;
    height: 100%; }
    .shop-page-carousel .slides li {
      min-height: 450px; }
      @media only screen and (min-width: 25.0625em) {
        .shop-page-carousel .slides li {
          min-height: 400px; } }
      @media only screen and (min-width: 42.5625em) {
        .shop-page-carousel .slides li {
          min-height: 400px; } }
      @media only screen and (min-width: 56.3125em) {
        .shop-page-carousel .slides li {
          min-height: 450px; } }

.shop-page-carousel-banner {
  position: absolute;
  padding: 0 2.5em;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 6%;
  margin: 0 auto;
  text-align: center;
  height: auto;
}
.shop-page-carousel-banner .text-title-blue{
  background: #1e2a42;
  z-index: 90;
  position: relative;
  width: 56%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}
@media only screen and (max-width: 1350px) {
  .shop-page-carousel-banner .text-title-blue{
    width: 80%;
  }
}
@media only screen and (max-width: 1200px) {
  .shop-page-carousel-banner .text-title-blue{
    width: 90%;
  }
}
@media only screen and (max-width: 991px) {
  .shop-page-carousel-banner .text-title-blue{
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .shop-page-carousel-banner {
    bottom: 10%;
  }
}
.shop-page-carousel-banner img {
  position: relative;
  z-index: 50;
  margin-bottom: 10px;
}

.shop-page-carousel-banner p{
  z-index: 100;
  position: relative;
  color: #fff;

  margin: 0;
  text-transform: uppercase;
  line-height: 1.25em;
  font-weight: 400;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 1.7em;
}

.shop-page-carousel-banner p a{
  display: inline-block;
  color: #fff;
  background-color: #e16144;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.7em;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 0.8px;
}

.shop-page-carousel-banner p a:hover{
  background-color: #fff;
  color: #e16144;
}

.archive-products {
  padding: 2.5em 0; }
  @media only screen and (min-width: 40.6875em) {
    .flexbox .archive-products {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }

.archive-product {
  position: relative;
  padding: 1.25em 0; }
  @media only screen and (min-width: 40.6875em) {
    .flexbox .archive-product {
      -webkit-box-flex: 0 0 50%;
      -moz-box-flex: 0 0 50%;
      width: 50%;
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; } }
  @media only screen and (min-width: 56.3125em) {
    .flexbox .archive-product {
      -webkit-box-flex: 0 0 33.333%;
      -moz-box-flex: 0 0 33.333%;
      width: 33.333%;
      -webkit-flex: 0 0 33.333%;
      -ms-flex: 0 0 33.333%;
      flex: 0 0 33.333%; } }
  .archive-product:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1px;
    background: #e7ebd0;
    background: -moz-linear-gradient(left, rgba(231, 235, 208, 0) 0%, #e7ebd0 45%, #e7ebd0 55%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #e7ebd0 45%, #e7ebd0 55%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #e7ebd0 45%, #e7ebd0 55%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    /* easeOutQuart */ }

.archive-product_inner {
  padding: 0 1.25em; }
  @media only screen and (min-width: 40.6875em) {
    .archive-product_inner:after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 1px;
      right: 0;
      height: 100%;
      background: #e7ebd0;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e7ebd0 45%, #e7ebd0 55%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e7ebd0 45%, #e7ebd0 55%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e7ebd0 45%, #e7ebd0 55%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; } }
  .archive-product_inner .archive-product_sale-container {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    .archive-product_inner .archive-product_sale-container .onsale {
      font-size: 1.5em;
      text-transform: uppercase;
      color: #e16144; }

@media only screen and (min-width: 40.6875em) {
  .archive-product:nth-of-type(even) .archive-product_inner:after {
    display: none; } }

@media only screen and (min-width: 56.3125em) {
  .archive-product:nth-of-type(even) .archive-product_inner:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 1px;
    right: 0;
    height: 100%;
    background: #e7ebd0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e7ebd0 45%, #e7ebd0 55%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e7ebd0 45%, #e7ebd0 55%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e7ebd0 45%, #e7ebd0 55%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .archive-product:nth-of-type(3n) .archive-product_inner:after {
    display: none; } }

.archive-product_thumbnail-container {
  padding-bottom: 1.25em;
  -webkit-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */ }

.archive-product_title-container, .archive-product_price-container {
  display: inline-block;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */ }

.archive-product_price-container {
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
  -o-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */ }
  .archive-product_price-container .price del {
    display: none; }
  .archive-product_price-container .price ins {
    color: #e16144; }
  .archive-product_price-container .expand-view-product {
    display: block;
    opacity: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    /* easeOutQuart */ }

.archive-product_title-container {
  border-right: 1px solid #e16144;
  padding-right: 0.5em;
  margin-right: 0.25em; }

.faux-view-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */ }

.woocommerce-LoopProduct-link {
  position: relative;
  display: block;
  padding: 1.25em 0; }
  .woocommerce-LoopProduct-link:hover .archive-product:after, .woocommerce-LoopProduct-link:focus .archive-product:after {
    width: 75%; }
  .woocommerce-LoopProduct-link:hover .archive-product_price-container, .woocommerce-LoopProduct-link:focus .archive-product_price-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
    .woocommerce-LoopProduct-link:hover .archive-product_price-container .price, .woocommerce-LoopProduct-link:focus .archive-product_price-container .price {
      opacity: 0; }
    .woocommerce-LoopProduct-link:hover .archive-product_price-container .expand-view-product, .woocommerce-LoopProduct-link:focus .archive-product_price-container .expand-view-product {
      opacity: 1; }

.back-to-shop {
  background-color: #1e2a42;
  padding: 1.25em; }
  .back-to-shop a {
    color: #e16144;
    text-transform: uppercase; }

.single-product .onsale {
  display: none; }

.single-product .images {
  width: 100%; }
  @media only screen and (min-width: 50.0625em) {
    .single-product .images {
      width: 65%;
      float: left;
      padding: 1.25em; } }
  @media only screen and (min-width: 53.8125em) {
    .single-product .images {
      padding: 2.5em; } }
  .single-product .images .images-inner {
    display: none;
    background-color: #fefef6;
    background-image: url(../img/bg/body-bg.svg);
    background-repeat: repeat;
    background-size: 400px auto; }
    @media only screen and (min-width: 46.9375em) {
      .single-product .images .images-inner {
        background-color: #e7ebd0; } }
    .single-product .images .images-inner img {
      display: block;
      width: 100%;
      height: auto;
      box-shadow: none; }
    .single-product .images .images-inner li {
      padding: 1.25em; }
      .single-product .images .images-inner li.wc-product-video {
        padding: 0; }
  .single-product .images .flexslider {
    margin: 0;
    background: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none; }
  .single-product .images .flex-direction-nav a {
    height: 70px;
    width: 35px;
    line-height: 0px;
    font-size: 0px;
    background: transparent;
    background-position: center center;
    background-size: 35px 70px;
    background-repeat: no-repeat;
    color: transparent;
    opacity: 1;
    text-shadow: none; }
  .single-product .images .flex-direction-nav .flex-prev {
    left: 0;
    background-image: url(../img/icons/previous-carousel-button-alt.svg); }
    .single-product .images .flex-direction-nav .flex-prev:before {
      display: none; }
  .single-product .images .flex-direction-nav .flex-next {
    right: 0;
    background-image: url(../img/icons/next-carousel-button-alt.svg); }
    .single-product .images .flex-direction-nav .flex-next:before {
      display: none; }

.woocommerce-main-image.zoom {
  cursor: default; }

.single-product_description-container p {
  margin: 0; }

.single-product_price-container {
  padding-bottom: 2.5em; }


.single-product_price-container .price del {display: none}

.single-product_price-container .price ins {text-decoration: none}

.stock.in-stock {display: none}

.single-product .summary {
  width: 100%;
  padding: 1.25em; }
  @media only screen and (min-width: 50.0625em) {
    .single-product .summary {
      width: 35%;
      float: left;
      padding: 1.25em;
      padding-left: 0; } }
  @media only screen and (min-width: 53.8125em) {
    .single-product .summary {
      padding: 2.5em 1.25em;
      padding-right: 3.75em; } }

.single-product_title-container {
  padding-bottom: 1.25em; }
  .single-product_title-container > * {
    font-size: 2em; }

.single-product_price-container .price {
  margin: 0; }

.single-product_description-container {
  padding: 1.25em 0;
  clear: both; }
  .single-product_description-container p {
    font-size: 1.15em; }

table.variations {
  display: block;
  width: 100%; }
  table.variations tbody {
    display: block;
    width: 100%; }
  table.variations tr {
    display: inline-block;
    width: 100%;
    padding: 1.25em 0;
    padding-top: 0; }
  table.variations td.label {
    display: none; }
  table.variations td.value {
    position: relative;
    width: 100%;
    float: left; }
    table.variations td.value:after {
      content: "";
      position: absolute;
      right: 1em;
      top: 50%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #a1a79d transparent transparent transparent;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    table.variations td.value select {
      width: 100%;
      height: 45px;
      padding: 0 0.5em;
      background: #fff;
      border: 2px solid #a1a79d;
      color: #1e2a42;
      font-family: "franklin-gothic-urw-comp", sans-serif;
      text-transform: uppercase;
      -webkit-appearance: none; }
  table.variations .reset_variations {
    display: none !important; }

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.woocommerce-variation.single_variation {
  display: none !important; }

single_variation_wrap {
  display: inline-block;
  width: 100%;
  padding: 1.25em 0; }

.single-product .quantity {
  position: relative;
  width: 35%;
  float: left;
  padding-right: 1.25em; }
  .single-product .quantity input {
    width: 50%;
    float: left;
    height: 46px;
    text-align: center;
    font-family: "franklin-gothic-urw-comp", sans-serif;
    border: 0;
    border-top: 2px solid #a1a79d;
    border-bottom: 2px solid #a1a79d;
    -webkit-appearance: none;
    outline: none; }
  .single-product .quantity .inc-quantity, .single-product .quantity .dec-quantity {
    width: 25%;
    float: left;
    color: #a1a79d;
    text-align: center;
    font-size: 1.5em;
    line-height: 42px;
    border: 2px solid #a1a79d;
    cursor: pointer; }
  .single-product .quantity .dec-quantity {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }
  .single-product .quantity .inc-quantity {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; }
  .single-product .quantity .screen-reader-text {display: none}

.single-product .single_add_to_cart_button {
  position: relative;
  width: 65%;
  float: left;
  padding: 0.75em;
  color: #1e2a42;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  text-transform: uppercase;
  background-color: #e7ebd0;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-appearance: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  outline: none; }
  .single-product .single_add_to_cart_button.run:before {
    content: "";
    position: absolute;
    left: 0.5em;
    width: 20px;
    height: 20px;
    border: 1px solid #e16144;
    border-left: none;
    border-radius: 50%;
    -webkit-animation: loadingSpin 0.5s linear infinite; }
  .single-product .single_add_to_cart_button.loading, .single-product .single_add_to_cart_button.run, .single-product .single_add_to_cart_button.wc-variation-selection-needed {
    opacity: 0.35;
    cursor: default; }

.single-product .added_to_cart {
  display: none; }

.wc-tabs-wrapper {
  padding: 1.25em 0; }

.wc-tabs {
  display: inline-block;
  width: 100%; }
  .wc-tabs li {
    display: inline-block;
    padding: 0; }
    .wc-tabs li:nth-child(2) {
      padding: 0.5em 1.25em; }
  .wc-tabs .active a {
    border-bottom: 2px solid #e16144; }

.wc-tab {
  padding: 1.25em 0; }

.product-tab-li {
  position: relative;
  list-style: none;
  padding-left: 0.5em;
  margin-bottom: 0.625em; }
  .product-tab-li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #a1a79d;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

.single-related-products-container {
  width: 100%;
  padding-top: 4em;
  display: block;
  clear: both; }

.single-related-products {
  padding-bottom: 0; }

.single-related-product {
  position: relative;
  padding: 1.25em 0; }
  @media only screen and (min-width: 40.6875em) {
    .flexbox .single-related-product {
      -webkit-box-flex: 0 0 50%;
      -moz-box-flex: 0 0 50%;
      width: 50%;
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; } }
  @media only screen and (min-width: 63.4375em) {
    .flexbox .single-related-product {
      -webkit-box-flex: 0 0 25%;
      -moz-box-flex: 0 0 25%;
      width: 25%;
      -webkit-flex: 25%;
      -ms-flex: 25%;
      flex: 25%; } }
  .single-related-product:nth-of-type(even) .archive-product_inner:after {
    display: none; }
  @media only screen and (min-width: 63.4375em) {
    .single-related-product:nth-child(3n) .archive-product_inner:before {
      content: "";
      display: block;
      position: absolute;
      width: 2px;
      height: 15%;
      left: 0;
      top: 50%;
      bottom: auto;
      background: #e16144;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .single-related-product:nth-child(3n) .archive-product_inner:after {
      content: "";
      display: block;
      position: absolute;
      width: 2px;
      height: 15%;
      right: 0;
      top: 50%;
      bottom: auto;
      background: #e16144;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }

.single-related-product_title {
  background-color: #1e2a42;
  background-image: url(../img/bg/noise-pattern-bg.svg);
  background-repeat: repeat;
  background-size: 400px 400px; }
  .single-related-product_title .archive-product_inner {
    padding: 2.5em;
    position: relative; }
    @media only screen and (min-width: 40.6875em) {
      .single-related-product_title .archive-product_inner {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }

.pb-ad-slider {
  position: relative; }
  .pb-ad-slider li {
    position: relative;
    min-height: 300px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 50.0625em) {
      .pb-ad-slider li {
        min-height: 350px; } }
  .pb-ad-slider .pb-ad-slider_content {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35); }
    .pb-ad-slider .pb-ad-slider_content .pb-ad-slider_content-inner {
      position: relative;
      padding: 0 1.25em;
      text-align: center;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .pb-ad-slider .flex-control-paging {
    position: absolute;
    left: 0;
    bottom: 1em;
    margin: 0 auto;
    height: 15px;
    list-style: none;
    display: block;
    padding: 0; }
    .pb-ad-slider .flex-control-paging li {
      display: inline-block;
      margin-top: 1.25em;
      margin: 0 1em; }
      .pb-ad-slider .flex-control-paging li a {
        display: block;
        width: 15px;
        height: 15px;
        background-color: #fff;
        border: 3px solid #a1a79d;
        text-indent: -10000em;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
        .pb-ad-slider .flex-control-paging li a.flex-active {
          border-color: #e16144; }

/************* Cart **************/
.cart-section-container {
  padding: 0 1.25em 4em 1.25em; }
  @media only screen and (min-width: 601px) {
    .cart-section-container {
      padding: 4em 1.25em; } }

.woocommerce table.shop_table {
  position: relative;
  margin: 0;
  text-align: left;
  width: 100%;
  border-collapse: separate; }

.woocommerce table.shop_table th {
  border-top: 2px solid #e7ebd0;
  border-bottom: 2px solid #e7ebd0;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  padding: 1em 0.5em;
  text-align: center; }
  @media only screen and (max-width: 600px) {
    .woocommerce table.shop_table th {
      display: none; } }
  .woocommerce table.shop_table th.product-remove {
    position: absolute;
    left: 0;
    padding: 0; }
  .woocommerce table.shop_table th.product-thumbnail {
    text-align: center;
    border-right: 2px solid #e7ebd0; }

@media only screen and (max-width: 600px) {
  .woocommerce table.shop_table tr.cart-subtotal td {
    display: inline-block;
    width: 100%; } }

.woocommerce table.shop_table td {
  border-bottom: 2px solid #e7ebd0;
  padding: 1.25em 0.625em;
  vertical-align: middle;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 1.25em;
  text-align: center; }
  @media only screen and (max-width: 600px) {
    .woocommerce table.shop_table td {
      display: inline-block;
      width: 100%; } }
  .woocommerce table.shop_table td.product-remove {
    position: absolute;
    left: 0;
    width: auto;
    padding: 0.10em 0.5em;
    border: none;
    background-color: #e7ebd0; }
  .woocommerce table.shop_table td.product-thumbnail {
    text-align: center; }
    @media only screen and (min-width: 601px) {
      .woocommerce table.shop_table td.product-thumbnail {
        border-right: 2px solid #e7ebd0; }
        .woocommerce table.shop_table td.product-thumbnail img {
          width: 125px; } }
    @media only screen and (max-width: 600px) {
      .woocommerce table.shop_table td.product-thumbnail {
        padding: 2em 0.5em; } }
  @media only screen and (max-width: 600px) {
    .woocommerce table.shop_table td.product-name {
      padding: 0.5em; } }
  .woocommerce table.shop_table td.product-name a {
    display: block;
    text-transform: uppercase; }
  .woocommerce table.shop_table td.product-name span {
    font-size: 0.75em;
    color: #a1a79d; }
  .woocommerce table.shop_table td.product-price {
    color: #a1a79d; }
    @media only screen and (max-width: 600px) {
      .woocommerce table.shop_table td.product-price {
        width: 33.333%;
        float: left;
        color: #1e2a42;
        padding: 0.5em;
        margin-top: 1px; }
        .woocommerce table.shop_table td.product-price:before {
          content: attr(data-title) ": ";
          display: block;
          font-size: 0.65em;
          color: #a1a79d;
          margin-bottom: 0.25em; } }
  @media only screen and (max-width: 600px) {
    .woocommerce table.shop_table td.product-quantity {
      width: 33.333%;
      float: left;
      color: #1e2a42;
      padding: 0.5em;
      border-left: 2px solid #e7ebd0;
      border-right: 2px solid #e7ebd0; }
      .woocommerce table.shop_table td.product-quantity:before {
        content: attr(data-title) ": ";
        display: block;
        font-size: 0.65em;
        color: #a1a79d;
        margin-bottom: 0.25em; } }
  .woocommerce table.shop_table td.product-quantity input {
    width: 65px;
    color: #a1a79d;
    border: 1px solid #a1a79d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center; }
  @media only screen and (max-width: 600px) {
    .woocommerce table.shop_table td.product-subtotal {
      width: 33.333%;
      float: left;
      color: #1e2a42;
      padding: 0.5em;
      margin-top: 1px; }
      .woocommerce table.shop_table td.product-subtotal:before {
        content: attr(data-title) ": ";
        display: block;
        font-size: 0.65em;
        color: #a1a79d;
        margin-bottom: 0.25em; } }

.woocommerce table.shop_table .button {
  background-color: #e7ebd0;
  color: #a1a79d;
  border: none;
  padding: 0.5em; }
  @media only screen and (max-width: 600px) {
    .woocommerce table.shop_table .button {
      width: 100%; } }

.woocommerce table.shop_table td.actions {
  padding: 1.25em 0; }

.woocommerce table.shop_table .coupon {
  width: 75%;
  float: left;
  text-align: left; }
  @media only screen and (max-width: 600px) {
    .woocommerce table.shop_table .coupon {
      width: 100%;
      margin-bottom: 1.25em; } }
  .woocommerce table.shop_table .coupon label {
    display: none; }
  .woocommerce table.shop_table .coupon .input-text {
    width: 65%;
    float: left;
    color: #a1a79d;
    border: 1px solid #e7ebd0;
    padding: 0.45em; }
    @media only screen and (max-width: 600px) {
      .woocommerce table.shop_table .coupon .input-text {
        width: 60%; } }
  .woocommerce table.shop_table .coupon .button {
    width: 35%;
    float: left; }
    @media only screen and (max-width: 600px) {
      .woocommerce table.shop_table .coupon .button {
        width: 40%; } }

.cart-collaterals {
  width: 350px;
  float: right; }
  @media only screen and (max-width: 600px) {
    .cart-collaterals {
      width: 100%;
      float: none; } }
  .cart-collaterals h2 {
    display: none; }

@media only screen and (max-width: 600px) {
  .woocommerce table.shop_table tr.cart-subtotal {
    width: 100%;
    padding: 0; }
    .woocommerce table.shop_table tr.cart-subtotal td:before {
      content: attr(data-title) ": ";
      display: block;
      font-size: 0.65em;
      color: #a1a79d;
      margin-bottom: 0.25em; }
    .woocommerce table.shop_table tr.cart-subtotal .woocommerce-Price-amount:before {
      content: "Subtotal";
      display: block;
      font-size: 0.65em;
      color: #a1a79d;
      margin-bottom: 0.25em; } }

@media only screen and (max-width: 600px) {
  .woocommerce table.shop_table tr.shipping td:before {
    content: attr(data-title) ": ";
    display: block;
    font-size: 0.65em;
    color: #a1a79d;
    margin-bottom: 0.25em; } }

@media only screen and (max-width: 600px) {
  .woocommerce table.shop_table tr.order-total {
    width: 100%;
    padding: 0; }
    .woocommerce table.shop_table tr.order-total td:before {
      content: attr(data-title) ": ";
      display: block;
      font-size: 0.65em;
      color: #a1a79d;
      margin-bottom: 0.25em; }
    .woocommerce table.shop_table tr.order-total .woocommerce-Price-amount:before {
      content: "Total";
      display: block;
      font-size: 0.65em;
      color: #a1a79d;
      margin-bottom: 0.25em; } }

.woocommerce .wc-proceed-to-checkout {
  margin-top: 1.25em; }
  .woocommerce .wc-proceed-to-checkout .checkout-button {
    display: block;
    padding: 1em 0.5em;
    text-align: center;
    background-color: #1e2a42;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }

.woocommerce table.shop_table td small {
  font-weight: 400; }

.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
  border-top: 0; }

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.woocommerce table.my_account_orders {
  font-size: .85em; }

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
  padding: 4px 8px;
  vertical-align: middle; }

.woocommerce table.my_account_orders .button {
  white-space: nowrap; }

.woocommerce table.my_account_orders .order-actions {
  text-align: right; }

.woocommerce table.my_account_orders .order-actions .button {
  margin: .125em 0 .125em .25em; }

.woocommerce td.product-name dl.variation {
  margin: .25em 0; }

.woocommerce td.product-name dl.variation:after, .woocommerce td.product-name dl.variation:before {
  content: " ";
  display: table; }

.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
  display: inline-block;
  float: left;
  margin-bottom: 1em; }

.woocommerce td.product-name dl.variation dt {
  font-weight: 700;
  padding: 0 0 .25em;
  margin: 0 4px 0 0;
  clear: left; }

.woocommerce ul.cart_list li dl:after, .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li dl:after, .woocommerce ul.product_list_widget li:after {
  clear: both; }

.woocommerce td.product-name dl.variation dd {
  padding: 0 0 .25em; }

.woocommerce td.product-name dl.variation dd p:last-child {
  margin-bottom: 0; }

.woocommerce td.product-name p.backorder_notification {
  font-size: .83em; }

.woocommerce td.product-quantity {
  min-width: 80px; }

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
  list-style: none;
  padding: 0;
  margin: 0; }

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
  padding: 4px 0;
  margin: 0;
  list-style: none; }

.woocommerce ul.cart_list li:after, .woocommerce ul.cart_list li:before, .woocommerce ul.product_list_widget li:after, .woocommerce ul.product_list_widget li:before {
  content: " ";
  display: table; }

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 700; }

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  /**
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  box-shadow: none; 
  */}

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1); }

.woocommerce ul.cart_list li dl:after, .woocommerce ul.cart_list li dl:before, .woocommerce ul.product_list_widget li dl:after, .woocommerce ul.product_list_widget li dl:before {
  content: " ";
  display: table; }

.woocommerce ul.cart_list li dl dd, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt {
  display: inline-block;
  float: left;
  margin-bottom: 1em; }

.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 .25em;
  margin: 0 4px 0 0;
  clear: left; }

#add_payment_method .wc-proceed-to-checkout:after, .woocommerce .order_details:after, .woocommerce .widget_layered_nav ul li:after, .woocommerce .widget_rating_filter ul li:after, .woocommerce .widget_shopping_cart .buttons:after, .woocommerce-account .addresses .title:after, .woocommerce-account .woocommerce:after, .woocommerce-cart .wc-proceed-to-checkout:after, .woocommerce-checkout .wc-proceed-to-checkout:after, .woocommerce-error:after, .woocommerce-info:after, .woocommerce-message:after, .woocommerce.widget_shopping_cart .buttons:after {
  clear: both; }

.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
  padding: 0 0 .25em; }

.woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0; }

.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
  float: none; }

/************* Mini-Cart **************/
/************* Checkout **************/
form.woocommerce-checkout .col-1, form.woocommerce-checkout .col-2 {
  width: 100%; }

form.woocommerce-checkout .woocommerce-error {
  padding: 1.25em 0;
  text-align: center;
  background-color: #fefef6; }
  form.woocommerce-checkout .woocommerce-error li {
    display: inline-block;
    padding: 0.5em;
    margin: 0.3125em;
    color: #e16144;
    font-family: "franklin-gothic-urw-comp", sans-serif;
    font-size: 1.15em;
    border: 1px solid #e16144;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

.woocommerce-checkout .form-row {
  margin: 0;
  padding-bottom: 1.25em;
  font-size: 1em; }

.woocommerce-checkout .form-row-wide {
  width: 100%;
  clear: both; }

.woocommerce-checkout .form-row-first, .woocommerce-checkout .form-row-last {
  display: block;
  width: 100%; }
  @media only screen and (min-width: 30.0625em) {
    .woocommerce-checkout .form-row-first, .woocommerce-checkout .form-row-last {
      width: 50%;
      float: left; } }

@media only screen and (min-width: 30.0625em) {
  .woocommerce-checkout .form-row-first {
    padding-right: 0.625em; } }

@media only screen and (min-width: 30.0625em) {
  .woocommerce-checkout .form-row-last {
    padding-left: 0.625em; } }

.woocommerce-checkout #billing_email_field {
  width: 100%;
  padding-left: 0; }

.woocommerce-checkout #billing_address_1_field {
  width: 100%;
  display: block; }
  @media only screen and (min-width: 37.5625em) {
    .woocommerce-checkout #billing_address_1_field {
      width: 65%;
      float: left;
      clear: none;
      padding-right: 0.625em; } }

.woocommerce-checkout #billing_address_2_field {
  width: 100%;
  display: block; }
  @media only screen and (min-width: 37.5625em) {
    .woocommerce-checkout #billing_address_2_field {
      width: 35%;
      float: left;
      clear: none;
      padding-left: 0.625em; } }

.woocommerce-checkout #billing_city_field {
  width: 100%;
  display: block; }
  @media only screen and (min-width: 37.5625em) {
    .woocommerce-checkout #billing_city_field {
      width: 33.333%;
      float: left;
      clear: none; } }

.woocommerce-checkout #billing_state_field {
  width: 100%;
  display: block; }
  @media only screen and (min-width: 37.5625em) {
    .woocommerce-checkout #billing_state_field {
      width: 33.333%;
      float: left;
      clear: none;
      padding: 0 1.25em 1.25em 1.25em; } }

.woocommerce-checkout .select2-container--default .select2-selection--single {
  height: 48px; }

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 1.25em;
  color: #1e2a42; }

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px; }

.woocommerce-checkout #select2-billing_state-container:before {
  content: "State:";
  margin-right: 0.25em;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  color: #a1a79d;
  line-height: 48px; }

.woocommerce-checkout .select2-container .select2-choice {
  padding: 0.5em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.woocommerce-checkout .select2-container--default .select2-selection--single {
  border: 2px solid #a1a79d; }

.woocommerce-checkout #billing_postcode_field {
  width: 100%;
  display: block; }
  @media only screen and (min-width: 37.5625em) {
    .woocommerce-checkout #billing_postcode_field {
      width: 33.333%;
      float: left;
      clear: none; } }

.woocommerce-checkout .form-row label {
  display: none;
  color: #1e2a42;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  text-transform: uppercase; }

.woocommerce-checkout .form-row input {
  width: 100%;
  padding: 0.5em 0.25em;
  color: #1e2a42;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 1.25em;
  border: 2px solid #a1a79d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  outline: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .woocommerce-checkout .form-row input:focus {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); }

.woocommerce-checkout .wc-credit-card-form-card-cvc {
  width: 100%; }

.woocommerce-checkout .create-account {
  display: inline-block;
  width: 100%; }
  .woocommerce-checkout .create-account label {
    display: inline-block; }
  .woocommerce-checkout .create-account input {
    display: inline-block;
    width: 100%; }

.woocommerce-checkout p.create-account #createaccount {
  width: 15px;
  -webkit-appearance: checkbox; }

.woocommerce-checkout .woocommerce-password-strength.short, .woocommerce-checkout .woocommerce-password-strength.bad {
  color: #e16144; }

.woocommerce-checkout h3 {
  color: #1e2a42;
  font-size: 2.25em; }
  .woocommerce-checkout h3 span {
    font-size: 0.75em; }

.woocommerce-checkout .checkout-remodal {
  max-width: 21.875em; }
  .woocommerce-checkout .checkout-remodal .woocommerce-message {
    display: inline-block;
    padding: 1.25em 0;
    padding-bottom: 2.5em;
    font-family: "franklin-gothic-urw-comp", sans-serif;
    color: #a1a79d;
    text-transform: uppercase; }

.woocommerce-checkout .remodal {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fefef6;
  background-image: url(../img/bg/body-bg.svg);
  background-repeat: repeat;
  background-size: 400px auto; }
  .woocommerce-checkout .remodal .form-row-first, .woocommerce-checkout .remodal .form-row-last {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .woocommerce-checkout .remodal .form-row-first label, .woocommerce-checkout .remodal .form-row-last label {
    display: block; }
  .woocommerce-checkout .remodal .button {
    background: #e7ebd0;
    font-family: "franklin-gothic-urw-comp", sans-serif;
    text-transform: uppercase;
    color: #1e2a42;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .woocommerce-checkout .remodal .checkout_coupon {
    display: block !important; }

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
  text-align: left; }

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
  text-align: right; }

.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal th, .woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th, .woocommerce-checkout .woocommerce-checkout-review-order-table .shipping th {
  text-align: left; }

.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal td, .woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td, .woocommerce-checkout .woocommerce-checkout-review-order-table .shipping td {
  text-align: right; }

.woocommerce-checkout .woocommerce-checkout-payment {
  padding: 1.25em;
  margin-top: 1.25em;
  background: #fff; }
  .woocommerce-checkout .woocommerce-checkout-payment:before {
    content: "Payment Methods";
    display: block;
    padding-bottom: 0.5em;
    font-family: "franklin-gothic-urw-comp", sans-serif;
    font-size: 1.5em;
    text-transform: uppercase; }

.woocommerce-checkout .wc_payment_method {
  padding: 2.5em 0;
  border-top: 2px solid #a1a79d; }
  .woocommerce-checkout .wc_payment_method label {
    font-family: "franklin-gothic-urw-comp", sans-serif; }

.woocommerce-checkout .wc-credit-card-form {
  padding: 0;
  margin: 0;
  border: none; }
  .woocommerce-checkout .wc-credit-card-form label {
    display: block; }

.woocommerce-checkout #place_order {
  position: relative;
  border: none;
  background-color: #e16144;
  width: 100%;
	padding: 0.5em 0.25em;
	color: #fff;
	font-family: "franklin-gothic-urw-comp", sans-serif;
	font-size: 1.25em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
	outline: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
  	}

.woocommerce-checkout .wc-saved-payment-methods li {
  padding: 1em 0;
  border-top: 2px solid #e7ebd0; }

.woocommerce-checkout #wc-stripe-new-payment-method {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  appearance: checkbox; }

.woocommerce-checkout #payment .place-order {
  position: relative; }

.woocommerce-checkout.processing .place-order {
  opacity: 0.5; }
  .woocommerce-checkout.processing .place-order:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    border-top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: loadingSpin 0.5s linear infinite;
    -moz-animation: loadingSpin 0.5s linear infinite;
    -ms-animation: loadingSpin 0.5s linear infinite;
    animation: loadingSpin 0.5s linear infinite;
    z-index: 10; }

.woocommerce-checkout .woocommerce-SavedPaymentMethods-saveNew {
  padding-bottom: 0; }

.woocommerce-checkout #wc-stripe-cc-form {
  padding-top: 1.25em; width: 100%; }

.wc-stripe-elements-field {
	width: 100%;
    padding: 0.5em 0.25em;
    color: #1e2a42;
    font-family: "franklin-gothic-urw-comp", sans-serif;
    font-size: 1.25em;
    border: 2px solid #a1a79d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: none;
    outline: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.woocommerce-checkout #payment .payment_method_stripe label[for=payment_method_stripe] {
	position: absolute;
	width: 100%;
	top: 5px;
	left: 0;
}

#add_payment_method #payment ul.payment_methods li img.stripe-icon, .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
	float: left;
}
.page-template-page-checkout .woocommerce-form-coupon-toggle {
	display: inline;
}
.woocommerce-checkout .payment_method_paypal a {
  display: none; }

.blockUI.blockOverlay {
	z-index: 1001 !important;
    position: fixed !important;
    background: #a1a79d !important;
    opacity: 0.75 !important; }

.blockUI.blockOverlay:after {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: red;
}

.col2-set {
  width: 100%;
  display: inline-block;
  padding: 2.5em 1.25em; }
  @media only screen and (min-width: 58.8125em) {
    .col2-set {
      width: 65%;
      float: left;
      padding: 2.5em; } }

.woocommerce-checkout-review-order {
  width: 100%;
  display: inline-block;
  padding: 2.5em 1.25em;
  background-color: #fefef6;
  background-image: url(../img/bg/body-bg.svg);
  background-repeat: repeat;
  background-size: 400px auto; }
  @media only screen and (min-width: 58.8125em) {
    .woocommerce-checkout-review-order {
      width: 35%;
      float: left;
      padding: 2.5em; } }

#order_review_heading {
  display: none; }

.wc-info-container {
  width: 65%;
  margin-left: 0;
  padding: 0 2.5em;
  padding-top: 1.25em; }
  .wc-info-container .woocommerce-info {
    background-color: #e7ebd0;
    padding: 1.25em;
    margin-bottom: 0.625em; }

/************* User Account **************/
#logged-out {
  text-align: center; }
  #logged-out .woocommerce {
    max-width: 60em;
    margin: 0 auto;
    padding: 1.25em;
    text-align: center; }
  #logged-out h2 {
    display: none; }

.woocommerce-account .woocommerce {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%; }

.woocommerce-account .episodes-item {
  padding: 0.5em; }
  @media only screen and (min-width: 40.6875em) {
    .woocommerce-account .episodes-item {
      width: 50%;
      float: left; } }

.woocommerce-account .article-item-overlay {
  background-color: #a1a79d; }

.woocommerce-MyAccount-navigation {
  max-height: 0;
  position: relative;
  text-align: center;
  overflow: hidden; }
  .woocommerce-MyAccount-navigation.active {
    max-height: 1000em; }
  @media only screen and (min-width: 60.0625em) {
    .woocommerce-MyAccount-navigation {
      max-height: 100em;
      width: 25%;
      float: left;
      padding: 1.25em;
      padding-top: 0; } }
  .woocommerce-MyAccount-navigation a {
    display: block;
    padding: 0.625em 0;
    font-size: 1.25em;
    text-transform: uppercase;
    border-bottom: 1px solid #e7ebd0; }
    .woocommerce-MyAccount-navigation a:hover, .woocommerce-MyAccount-navigation a:focus {
      color: #e16144; }
  .woocommerce-MyAccount-navigation .is-active a {
    color: #e16144; }

.expand-account-nav {
  text-align: center;
  border-bottom: 1px solid #a1a79d; }
  @media only screen and (min-width: 60.0625em) {
    .expand-account-nav {
      display: none; } }

.toggle-account-nav {
  position: relative;
  margin: 0 auto;
  display: inline-block;
  padding: 0.625em 0;
  padding-right: 1.25em;
  font-size: 1.25em;
  text-transform: uppercase;
  text-align: center; }
  .toggle-account-nav:before {
    content: "";
    position: absolute;
    right: 0;
    top: 16.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #e16144; }

.woocommerce-MyAccount-content {
  padding: 0 1.25em 2.5em 1.25em;
  border-left: 2px solid #e7ebd0; }
  @media only screen and (min-width: 60.0625em) {
    .woocommerce-MyAccount-content {
      width: 75%;
      float: left;
      padding: 2.5em 1.25em; } }
  .woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content h3 {
    margin-top: 1.25em;
    color: #1e2a42;
    font-size: 2.25em; }
  .woocommerce-MyAccount-content .button, .woocommerce-MyAccount-content .edit {
    color: #e16144; }
  .woocommerce-MyAccount-content .woocommerce-Addresses {
    width: 100%;
    float: none;
    padding: 0; }
    .woocommerce-MyAccount-content .woocommerce-Addresses .col-1, .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 {
      width: 100%; }

.woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
  display: block;
  padding: 1.25em 0;
  margin: 0;
  font-size: 1em; }

.woocommerce-MyAccount-content .woocommerce-address-fields .form-row-first, .woocommerce-MyAccount-content .woocommerce-address-fields .form-row-last {
  width: 50%;
  float: left; }

.woocommerce-MyAccount-content .woocommerce-address-fields .form-row-first {
  padding-right: 0.625em; }

.woocommerce-MyAccount-content .woocommerce-address-fields .form-row-last {
  padding-left: 0.625em; }

.woocommerce-MyAccount-content .woocommerce-address-fields label {
  display: block;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  text-transform: uppercase; }

.woocommerce-MyAccount-content .woocommerce-address-fields input {
  width: 100%;
  padding: 0.5em 0.25em;
  color: #a1a79d;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 1.25em;
  border: 2px solid #a1a79d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none; }
  .woocommerce-MyAccount-content .woocommerce-address-fields input[type="submit"] {
    border: none;
    background-color: #e16144;
    color: #fff; }

.woocommerce-MyAccount-content .woocommerce-address-fields fieldset {
  padding: 0;
  margin: 0;
  margin-top: 1.25em;
  border: none;
  border-top: 1px solid #a1a79d; }

.woocommerce-MyAccount-content #update_all_subscriptions_addresses_field label {
  padding-left: 0.625em; }

.woocommerce-MyAccount-content #update_all_subscriptions_addresses_field input[type="checkbox"] {
  display: inline-block;
  width: 14px;
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  appearance: checkbox; }

.woocommerce-EditAccountForm .woocommerce-form-row {
  display: block;
  padding: 1.25em 0;
  margin: 0;
  font-size: 1em; }

.woocommerce-EditAccountForm .form-row-first, .woocommerce-EditAccountForm .form-row-last {
  width: 50%;
  float: left; }

.woocommerce-EditAccountForm .form-row-first {
  padding-right: 0.625em; }

.woocommerce-EditAccountForm .form-row-last {
  padding-left: 0.625em; }

.woocommerce-EditAccountForm label {
  display: block;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  text-transform: uppercase; }

.woocommerce-EditAccountForm input {
  width: 100%;
  padding: 0.5em 0.25em;
  color: #a1a79d;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 1.25em;
  border: 2px solid #a1a79d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-appearance: none; }
  .woocommerce-EditAccountForm input[type="submit"] {
    border: none;
    background-color: #e16144;
    color: #fff; }

.woocommerce-EditAccountForm fieldset {
  padding: 0;
  margin: 0;
  margin-top: 1.25em;
  border: none;
  border-top: 1px solid #a1a79d; }

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
  padding: 1em 0.5em; }

.woocommerce-account .woocommerce table.shop_table td {
  text-align: left; }

.woocommerce-account .woocommerce table.shop_table td.download-file a {
  color: #e16144;
  background-image: url(../img/icons/download-icon.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  background-size: 15px 15px; }

.woocommerce-account .woocommerce table.shop_table th {
  text-align: left; }

.woocommerce table.shop_table .button {
  color: #fff;
  background-color: #e16144; }

.woocommerce-order-received .woocommerce {
  max-width: 60em;
  margin: 0 auto; }

.woocommerce-order-received .woocommerce-order {
  padding: 2.5em 0; }

.woocommerce-order-received .woocommerce-notice {
  margin: 0;
  color: #e16144;
  font-size: 2.5em;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  text-align: center; }

.woocommerce-order-received .woocommerce-order-overview {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  .woocommerce-order-received .woocommerce-order-overview li {
    display: inline-block;
    text-align: center;
    padding: 0 0.5em;
    border-right: 1px solid #e16144; }
    .woocommerce-order-received .woocommerce-order-overview li:first-child {
      border-left: 1px solid #e16144; }

.woocommerce-order-received .woocommerce-order-details {
  padding-top: 2.5em; }

.woocommerce-order-received h2 {
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 2.25em;
  color: #1e2a42; }

/****************************************/
/**====================================**/
/************* Blog Styles **************/
/**====================================**/
/****************************************/
.blog-article-item-container {
  display: block;
  position: relative;
  padding-top: 0.3125em; }
  @media only screen and (min-width: 40.6875em) {
    .flexbox .blog-article-item-container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }

.blog-article-item {
  position: relative; }
  @media only screen and (min-width: 40.6875em) {
    .flexbox .blog-article-item {
      -webkit-box-flex: 0 0 50%;
      -moz-box-flex: 0 0 50%;
      width: 50%;
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; } }
  @media only screen and (min-width: 56.3125em) {
    .flexbox .blog-article-item {
      -webkit-box-flex: 0 0 33.333%;
      -moz-box-flex: 0 0 33.333%;
      width: 33.333%;
      -webkit-flex: 0 0 33.333%;
      -ms-flex: 0 0 33.333%;
      flex: 0 0 33.333%; }
    .flexbox .blog-article-item.ad-item {
      -webkit-box-flex: 0 0 33.333%;
      -moz-box-flex: 0 0 33.333%;
      width: 33.333%;
      -webkit-flex: 0 0 33.333%;
      -ms-flex: 0 0 33.333%;
      flex: 0 0 66.666%; } }
  .blog-article-item .blog-article-item_gutter {
    padding: 0.3125em 0.625em; }
    @media only screen and (min-width: 50.0625em) {
      .blog-article-item .blog-article-item_gutter {
        padding: 1.25em; } }
  .blog-article-item a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center top; }
    .blog-article-item a:hover .article-item-overlay, .blog-article-item a:focus .article-item-overlay {
      -webkit-filter: blur(2px);
      -moz-filter: blur(2px);
      -o-filter: blur(2px);
      -ms-filter: blur(2px);
      filter: blur(2px);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .blog-article-item a:hover .blog-article-date .title-date, .blog-article-item a:focus .blog-article-date .title-date {
      opacity: 0; }
    .blog-article-item a:hover .blog-article-date .sub-title, .blog-article-item a:focus .blog-article-date .sub-title {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }

.blog-article-item_inner {
  position: relative;
  padding: 1.25em;
  min-height: 300px;
  overflow: hidden; }
  @media only screen and (min-width: 50.0625em) {
    .blog-article-item_inner {
      min-height: 350px; } }

.blog-article-inner_content {
  position: relative;
  display: inline-block;
  height: auto;
  padding: 1.25em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10; }

.blog-article-inner_title {
  position: relative;
  display: inline-block; }

.blog-article-date {
  display: inline-block;
  padding-bottom: 0.625em;
  margin-bottom: 0.625em;
  border-bottom: 2px solid #e16144;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */ }
  .blog-article-date .sub-title {
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transform: translateY(35px);
    -moz-transform: translateY(35px);
    -o-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    /* easeOutQuart */ }

.blog-article-header {
  padding: 2.5em 0; }

.blog-article-content {
  padding: 2.5em 0; }
  .blog-article-content h1, .blog-article-content h2, .blog-article-content h3, .blog-article-content h4, .blog-article-content h5, .blog-article-content h6 {
    color: #1e2a42; }
  .blog-article-content p {
    color: #a1a79d; }

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe {
  width: 100% !important;
  margin-top: 0 !important; }

.blog-content strong {
  font-weight: 800; }

.wp-caption {
  width: auto !important; }

.wp-caption-text {
  margin: 0;
  background: #fefef6;
  color: #a1a79d;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  font-size: 1.15em;
  padding: 0.5em;
  text-align: left; }

.aligncenter {
  text-align: center;
  display: block;
  clear: both;
  margin: 0 auto; }

.alignright {
  float: right;
  margin: 0 0 1em 1em; }

.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.alignright,
img.alignleft,
img.aligncenter {
  margin-top: 1.25em;
  margin-bottom: 1.25em; }

/****************************************/
/**====================================**/
/************* Podcast Styles **************/
/**====================================**/
/****************************************/
.podcast-article-item-container {
  display: block;
  position: relative;
  padding-top: 0.3125em; }
  @media only screen and (min-width: 40.6875em) {
    .flexbox .podcast-article-item-container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }

.podcast-article-item {
  position: relative; }
  @media only screen and (min-width: 40.6875em) {
    .flexbox .podcast-article-item {
      -webkit-box-flex: 0 0 50%;
      -moz-box-flex: 0 0 50%;
      width: 50%;
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; } }
  .podcast-article-item .podcast-article-item_gutter {
    padding: 0.3125em 0.625em; }
    @media only screen and (min-width: 50.0625em) {
      .podcast-article-item .podcast-article-item_gutter {
        padding: 1.25em; } }
  .podcast-article-item a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center top; }
    .podcast-article-item a:hover .article-item-overlay, .podcast-article-item a:focus .article-item-overlay {
      -webkit-filter: blur(2px);
      -moz-filter: blur(2px);
      -o-filter: blur(2px);
      -ms-filter: blur(2px);
      filter: blur(2px);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .podcast-article-item a:hover .podcast-article-inner_title .title-beta, .podcast-article-item a:focus .podcast-article-inner_title .title-beta {
      -webkit-transform: translateY(50%);
      -moz-transform: translateY(50%);
      -o-transform: translateY(50%);
      -ms-transform: translateY(50%);
      transform: translateY(50%); }
    .podcast-article-item a:hover .podcast-article-inner_title .sub-title, .podcast-article-item a:focus .podcast-article-inner_title .sub-title {
      opacity: 1;
      -webkit-transform: translateY(0%);
      -moz-transform: translateY(0%);
      -o-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }

.podcast-article-item_inner {
  position: relative;
  padding: 1.25em;
  min-height: 300px;
  overflow: hidden; }
  @media only screen and (min-width: 50.0625em) {
    .podcast-article-item_inner {
      min-height: 350px; } }

.podcast-article-inner_content {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
  z-index: 10; }

.podcast-article-inner_title {
  position: relative;
  top: 50%;
  padding: 1.25em 2em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media only screen and (min-width: 50.0625em) {
    .podcast-article-inner_title {
      padding: 1.25em 5em; } }
  .podcast-article-inner_title .title-beta {
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    /* easeOutQuart */ }
  .podcast-article-inner_title .sub-title {
    opacity: 0;
    position: absolute;
    padding-right: 0.25em;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    /* easeOutQuart */ }

.podcast-episode-number {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.5em 1em;
  border-left: 2px solid #e16144; }

.tax-talkin-texas_title {
  text-align: center; }
  .tax-talkin-texas_title img {
    max-width: 70%; }

.talkin-texas-podcast-episode-number {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.5em 0; }
  .talkin-texas-podcast-episode-number .ep-date {
    padding: 0 1em;
    border-right: 2px solid #e16144; }
  .talkin-texas-podcast-episode-number .ep-number {
    padding: 0 1em; }

.podcast-article-header {
  padding: 2.5em 1.25em;
  text-align: center; }
  @media only screen and (min-width: 43.8125em) {
    .podcast-article-header {
      padding: 0 1.25em 4em 1.25em;
      text-align: left; } }

@media only screen and (min-width: 43.8125em) {
  .podcast-article-title_container {
    display: table; } }

@media only screen and (min-width: 43.8125em) {
  .podcast-article-title_title {
    display: table-cell;
    width: 75%;
    vertical-align: middle; } }

.podcast-article-title_sponsor {
  padding: 2.5em 1.25em;
  background-color: #fefef6; }
  @media only screen and (min-width: 43.8125em) {
    .podcast-article-title_sponsor {
      display: table-cell;
      width: 25%;
      vertical-align: middle; } }

.podcast-content {
  border-right: 1px solid #f1f1f1; }

.podcast-aside {
  padding: 1.25em; }

.podcast-section {
  padding: 1.25em;
  border-bottom: 1px solid #f1f1f1; }

.podcast-section_title {
  margin: 0; }

.podcast-subscribe-list li {
  margin-bottom: 0.5em; }
  .podcast-subscribe-list li:last-child {
    margin-bottom: 0; }

.mejs-container {
  height: 75px;
  min-width: 1px !important;
  max-width: 100%;
  opacity: 0.90; }
  
 .mejs-container.wp-video-shortcode {
	 min-width: 1px !important;
 }
 .wp-video {
    max-width: 100%;
}

.mejs-container .mejs-controls {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 50px;
  width: 100%;
  background-color: #a1a79d; }
  @media only screen and (min-width: 34.4375em) {
    .mejs-container .mejs-controls {
      height: 75px; } }

.mejs-container.mejs-video .mejs-controls {
	transform: translateY(-75px);
	-webkit-transform: translateY(-75px);
	-moz-transform: translateY(-75px);
	-o-transform: translateY(-75px);
	-ms-transform: translateY(-75px);
}

.mejs-controls.mejs-offscreen {opacity: 1 !important}

.mejs-playpause-button,
.mejs-currenttime-container,
.mejs-duration-container,
.mejs-volume-button {
  position: relative;
  width: 10%;
  float: left;
  padding: 0;
  height: 50px; }
  @media only screen and (min-width: 34.4375em) {
    .mejs-playpause-button,
    .mejs-currenttime-container,
    .mejs-duration-container,
    .mejs-volume-button {
      height: 75px; } }

.mejs-button.mejs-fullscreen-button {display: none}

.mejs-playpause-button, .mejs-volume-button {
  background-color: #1e2a42;
  text-align: center; }

.mejs-controls .mejs-button button {
  position: relative;
  height: 25px;
  width: 25px;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media only screen and (min-width: 34.4375em) {
    .mejs-controls .mejs-button button {
      height: 50px;
      width: 50px; } }

.mejs-controls .mejs-button button:focus {
  outline: none; }

.mejs-controls .mejs-play button, .mejs-controls .mejs-replay button {
  background-color: transparent;
  background-image: url(../img/icons/dt-player-icon.svg);
  background-size: auto 25px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  border: none;
  outline: none; }
  @media only screen and (min-width: 34.4375em) {
    .mejs-controls .mejs-play button {
      background-size: auto 50px; } }

.mejs-controls .mejs-pause button {
  background-color: transparent;
  background-image: url(../img/icons/dt-pause-icon.svg);
  background-size: auto 25px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  border: none;
  outline: none; }
  @media only screen and (min-width: 34.4375em) {
    .mejs-controls .mejs-pause button {
      background-size: auto 50px; } }

.mejs-controls .mejs-mute button {
  background-color: transparent;
  background-image: url(../img/icons/dt-mute-icon.svg);
  background-size: auto 25px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  border: none;
  outline: none; }
  @media only screen and (min-width: 34.4375em) {
    .mejs-controls .mejs-mute button {
      background-size: auto 50px; } }

.mejs-controls .mejs-unmute button {
  background-color: transparent;
  background-image: url(../img/icons/dt-unmute-icon.svg);
  background-size: auto 25px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  border: none;
  outline: none; }
  @media only screen and (min-width: 34.4375em) {
    .mejs-controls .mejs-unmute button {
      background-size: auto 50px; } }

.mejs-container .mejs-controls .mejs-time {
  text-align: center;
  font-size: 0.85em;
  font-family: "franklin-gothic-urw-comp", sans-serif;
  color: #fff;
  height: auto;
  line-height: 50px;
  background-color: #a1a79d; }
  @media only screen and (min-width: 34.4375em) {
    .mejs-container .mejs-controls .mejs-time {
      line-height: 75px; } }

.mejs-controls a.mejs-horizontal-volume-slider {
  display: none; }

.mejs-time-rail {
  position: relative;
  width: 60% !important;
  float: left;
  height: 50px;
  padding: 20px 0 0 0;
  background-color: #a1a79d; }
  @media only screen and (min-width: 34.4375em) {
    .mejs-time-rail {
      height: 75px;
      padding: 30px 0 0 0; } }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: #e7ebd0; }

.mejs-controls .mejs-time-rail .mejs-time-total {
  width: 100% !important;
  background-color: #fefef6; }

.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
  height: 15px;
  margin: 0; }

.mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: #e16144; }

.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
  display: block;
  position: absolute;
  width: 0;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer; }

.mejs-time-float {
  display: none !important; }

.mejs-offscreen {
  display: none; }

.mejs-volume-total {display: none}

/****************************************/
/**====================================**/
/************* Daytrip Styles **************/
/**====================================**/
/****************************************/
/****** Archive *******/
.category-content-container {
  position: relative; }

.category-left-container {
  position: relative;
  background-color: #ffffff; }
  @media only screen and (min-width: 1001px) {
    .category-left-container {
      position: absolute;
      width: 290px;
      height: 100%;
      left: 0;
      top: 0;
      bottom: 0; } }

.content-right-container {
  position: relative; }
  @media only screen and (min-width: 1001px) {
    .content-right-container {
      padding-left: 290px; } }

.category-list {
  position: relative;
  padding: 0;
  background-color: #1e2a42;
  max-height: 72px;
  overflow: hidden;
  z-index: 100; }
  @media only screen and (min-width: 1001px) {
    .category-list {
      max-height: 1000em;
      background-color: #fff;
      padding: 0 1.25em; } }
  .category-list.active {
    max-height: 500em; }
  @media only screen and (min-width: 1001px) {
    .category-list.fixed {
      position: fixed;
      width: 290px;
      top: 0; } }
  .category-list li {
    background-color: #fff;
    padding: 1.25em 0;
    border-bottom: 2px solid #e7ebd0; }

.category-list_title {
  display: none;
  background: url(../img/bg/cat-list-title-bg.png) center no-repeat;
  padding: 3.75em 0 2.5em 0; }
  @media only screen and (min-width: 1001px) {
    .category-list_title {
      display: block; } }

.toggle-category-list {
  position: relative;
  display: block;
  line-height: 50px;
  padding: 0.625em;
  padding-left: 2.5em;
  background-image: url(../img/icons/toggle-cat-list-icon.svg);
  background-position: 1.25em center;
  background-repeat: no-repeat;
  background-size: 15px; }
  @media only screen and (min-width: 1001px) {
    .toggle-category-list {
      display: none; } }

.daytrip-article-item-container {
  display: inline-block;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 40.6875em) {
    .flexbox .daytrip-article-item-container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }

.daytrip-article-item_inner {
  position: relative;
  padding: 1.25em;
  min-height: 300px;
  overflow: hidden; }

.daytrip-article-inner_content {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  height: auto;
  top: 50%;
  margin-top: -54px;
  z-index: 10; }

.daytrip-article-item {
  position: relative; }
  @media only screen and (min-width: 40.6875em) {
    .flexbox .daytrip-article-item {
      -webkit-box-flex: 0 0 50%;
      -moz-box-flex: 0 0 50%;
      width: 50%;
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; } }
  .daytrip-article-item .daytrip-article-item_gutter {
    padding: 0.3125em 0.625em; }
    @media only screen and (min-width: 50.0625em) {
      .daytrip-article-item .daytrip-article-item_gutter {
        padding: 1.25em; } }
  .daytrip-article-item a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }
    .daytrip-article-item a:hover .article-item-overlay, .daytrip-article-item a:focus .article-item-overlay {
      -webkit-filter: blur(2px);
      -moz-filter: blur(2px);
      -o-filter: blur(2px);
      -ms-filter: blur(2px);
      filter: blur(2px);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .daytrip-article-item a:hover .daytrip-article-inner_title, .daytrip-article-item a:focus .daytrip-article-inner_title {
      background: none; }
      .daytrip-article-item a:hover .daytrip-article-inner_title:after, .daytrip-article-item a:focus .daytrip-article-inner_title:after {
        top: 1.75em; }

.daytrip-article-inner_title {
  position: relative;
  padding: 2em 0 2em 6.5em;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 88px;
  background-image: url(../img/icons/region-cat-icon_big-bend.png);
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */ }
  .daytrip-article-inner_title.big-bend-country {
    background-image: url(../img/icons/region-cat-big-bend-country.svg); }
  .daytrip-article-inner_title.gulf-coast {
    background-image: url(../img/icons/region-cat-gulf-coast.svg); }
  .daytrip-article-inner_title.hill-country {
    background-image: url(../img/icons/region-cat-hill-country.svg); }
  .daytrip-article-inner_title.panhandle-plains {
    background-image: url(../img/icons/region-cat-panhandle-plains.svg); }
  .daytrip-article-inner_title.piney-woods {
    background-image: url(../img/icons/region-cat-pineywoods.svg); }
  .daytrip-article-inner_title.prairies-and-lakes {
    background-image: url(../img/icons/region-cat-prairies-lakes.svg); }
  .daytrip-article-inner_title.south-texas-plains {
    background-image: url(../img/icons/region-cat-south-plains.svg); }
  .daytrip-article-inner_title:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 50%;
    top: 25%;
    bottom: 0;
    left: 6em;
    background-color: #e16144; }
  .daytrip-article-inner_title:after {
    content: "explore";
    position: absolute;
    left: 1.15em;
    top: 100%;
    color: #fff;
    font-size: 1.5em;
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    /* easeOutQuart */ }

.daytrip-loading-bar {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 150px;
  height: 150px;
  border: 5px solid #fefef6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  .daytrip-loading-bar .daytrip-loading-bar_inner {
    position: absolute;
    width: 140px;
    height: 140px;
    background-image: url(../img/icons/loading-compass-needle.svg);
    background-position: center center;
    background-size: 90px;
    background-repeat: no-repeat;
    animation: loadingSpin 0.75s linear infinite; }

.featured-video-container {
  position: relative;
  background: #e7ebd0;
  padding: 1.25em;
  height: 12em;
  overflow: hidden;
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out; }
  @media only screen and (min-width: 37.5625em) {
    .featured-video-container {
      height: 32em; } }

.featured-video-container.playing {
  height: auto; }

.featured-video_loading {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background-color: #4da7ae;
  z-index: 500; }

.featured-video_loading.ready {
  -webkit-animation: loadVideo ease 3s;
  -moz-animation: loadVideo ease 3s;
  animation: loadVideo ease 3s;
  opacity: 0;
  z-index: 0; }

.featured-video_overlay {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .js .featured-video_overlay {
    opacity: 0; }

.featured-video_play {
  position: absolute;
  margin: 0 auto;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 102; }

.featured-video_play a {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: 0;
  right: 0; }

.featured-video {
  margin: 0 auto;
  max-width: 1000px;
  max-height: 563px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #4da7ae;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.featured-video_title {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2); }

.featured-video_title-inner {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.dt-intro-container {
  position: relative;
  display: block;
  width: 100%;
  z-index: 11; }
  @media only screen and (min-width: 37.5625em) {
    .dt-intro-container {
      display: table; } }

.dt-marker {
  padding: 1.25em;
  background-color: #e7ebd0;
  text-align: center; }
  @media only screen and (min-width: 37.5625em) {
    .dt-marker {
      display: table-cell;
      width: 25%;
      vertical-align: middle; } }

.dt-intro-paragraph {
  padding: 1.25em; }
  @media only screen and (min-width: 37.5625em) {
    .dt-intro-paragraph {
      display: table-cell;
      width: 75%;
      vertical-align: middle; } }

.dt-section-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  background-color: #fff;
  padding: 1.5em 1.25em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 10; }
  .dt-section-nav ul {
    width: 100%;
    display: inline-block; }
  .dt-section-nav li {
    display: block;
    width: 33.333%;
    float: left; }
    .dt-section-nav li:nth-child(2) {
      border-right: 2px solid #e7ebd0;
      border-left: 2px solid #e7ebd0; }
  .dt-section-nav a {
    position: relative;
    display: block;
    font-size: 1.25em; }
    @media only screen and (min-width: 37.5625em) {
      .dt-section-nav a {
        display: inline-block;
        padding: 0 1.85em; } }
    .dt-section-nav a:after {
      content: "";
      position: absolute;
      margin: 0 auto;
      left: 0;
      right: 0;
      top: 50%;
      width: 40px;
      height: 40px;
      opacity: 0.35;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 40px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: -1; }
      @media only screen and (min-width: 37.5625em) {
        .dt-section-nav a:after {
          opacity: 1;
          right: auto;
          width: 25px;
          height: 25px;
          top: 0;
          background-size: 25px;
          background-position: left center;
          -webkit-transform: translateY(0%);
          -moz-transform: translateY(0%);
          -o-transform: translateY(0%);
          -ms-transform: translateY(0%);
          transform: translateY(0%); } }
    .dt-section-nav a#to-dt-culture:after {
      background-image: url(../img/icons/dt-nav-culture-icon.svg); }
    .dt-section-nav a#to-dt-food:after {
      background-image: url(../img/icons/dt-nav-food-icon.svg); }
    .dt-section-nav a#to-dt-outdoors:after {
      background-image: url(../img/icons/dt-nav-outdoors-icon.svg); }
  .dt-section-nav li:last-child a {
    border-right: none; }
  .dt-section-nav.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    padding: 1.25em;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1); }

.daytrip-content-container {
  padding-top: 4em; }

.daytrip-content-section {
  padding: 2.5em 1.25em; }
  @media only screen and (min-width: 37.5625em) {
    .daytrip-content-section {
      padding: 3.75em 1.25em;
      padding-left: 3.75em; } }

.daytrip-content-title-container {
  text-align: center; }
  @media only screen and (min-width: 37.5625em) {
    .daytrip-content-title-container {
      text-align: left; } }

.daytrip-content-item {
  position: relative;
  display: inline-block;
  padding: 3.75em 1.25em 1.25em 1.25em;
  margin: 2.5em 0;
  background-color: #fff;
  background-image: url(../img/bg/dash-border-horizontal.png);
  background-position: left top;
  background-repeat: repeat-x; }
  @media only screen and (min-width: 37.5625em) {
    .daytrip-content-item {
      padding: 1.25em 1.25em 1.25em 3.75em;
      background-image: url(../img/bg/dash-border-vertical.png);
      background-repeat: repeat-y; } }

.daytrip-content-item_title {
  padding-bottom: 0.5em;
  position: relative; }
  @media only screen and (min-width: 37.5625em) {
    .daytrip-content-item_title {
      padding-right: 0.375em; } }

.attraction-link-list {
  display: inline-block;
  padding-bottom: 1em; }
  @media only screen and (min-width: 37.5625em) {
    .attraction-link-list {
      position: absolute;
      top: 0;
      right: 0;
      padding: 1.25em; } }
  .attraction-link-list li {
    display: inline-block; }
  .attraction-link-list a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: 1000em;
    background-size: 30px auto;
    background-repeat: no-repeat;
    overflow: hidden; }
    .attraction-link-list a.attraction-phone {
      background-image: url(../img/icons/dt-phone-icon.svg); }
    .attraction-link-list a.attraction-map {
      background-image: url(../img/icons/dt-map-icon.svg); }
    .attraction-link-list a.attraction-website {
      background-image: url(../img/icons/dt-website-icon.svg); }

.daytrip-content-item_icon {
  position: absolute;
  width: 5em;
  height: 5em;
  left: 0;
  right: 0;
  top: -2.5em;
  margin: 0 auto;
  width: 5em;
  height: 5em;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  @media only screen and (min-width: 37.5625em) {
    .daytrip-content-item_icon {
      position: absolute;
      left: -2.5em;
      right: auto;
      top: 50%;
      margin-top: -2.5em; } }

.daytrip-content-item_icon_inner {
  width: 4.75em;
  position: relative;
  height: 4.75em;
  border: 2px solid #e16144;
  background-color: #ffffff;
  background-size: 3em;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0.125em;
  top: 0.125em;
  border-radius: 50%; }
  .daytrip-content-item_icon_inner.icon-culture {
    background-image: url(../img/icons/dt-culture-icon-orange.svg); }
  .daytrip-content-item_icon_inner.icon-food {
    background-image: url(../img/icons/dt-food-icon-orange.svg); }
  .daytrip-content-item_icon_inner.icon-outdoors {
    background-image: url(../img/icons/dt-outdoors-icon-orange.svg); }

.daytrip-content-item_body > p {
  margin: 0;
  color: #a1a79d; }

.dt-image-grid {
  margin-top: 2.5em; }

.image-grid-container-three {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start; }

.image-grid-left {
  flex: 0 0 100%;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
  border-bottom: 0.5em solid #fefef6; }
  @media only screen and (min-width: 37.5625em) {
    .image-grid-left {
      flex: 0 0 55%;
      border-right: 0.5em solid #fefef6;
      border-bottom: 0;
      height: auto; } }

.image-right {
  flex: 0 0 100%; }
  @media only screen and (min-width: 37.5625em) {
    .image-right {
      flex: 0 0 45%; } }

.image-right-one {
  height: 100px;
  width: 50%;
  float: left;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
  border-right: 0.25em solid #fefef6; }
  @media only screen and (min-width: 481px) {
    .image-right-one {
      height: 150px; } }
  @media only screen and (min-width: 601px) {
    .image-right-one {
      width: 100%;
      height: 200px;
      float: none;
      border-bottom: 0.5em solid #fefef6;
      border-right: 0; } }
  @media only screen and (min-width: 901px) {
    .image-right-one {
      height: 310px; } }

.image-right-two {
  height: 100px;
  width: 50%;
  float: left;
  background-position: center top;
  background-size: cover;
  border-left: 0.25em solid #fefef6;
  overflow: hidden; }
  @media only screen and (min-width: 481px) {
    .image-right-two {
      height: 150px; } }
  @media only screen and (min-width: 601px) {
    .image-right-two {
      height: 200px;
      width: 100%;
      float: none;
      border-left: 0; } }
  @media only screen and (min-width: 901px) {
    .image-right-two {
      height: 310px; } }

/****************************************/
/**====================================**/
/************* Episode Styles **************/
/**====================================**/
/****************************************/
/**************** Archive *****************/
.episodes-container {
  width: 100%;
  display: block;
  position: relative; }
  @media only screen and (min-width: 481px) {
    .episodes-container {
      padding: 2em 0; } }

.episodes-item {
  position: relative;
  width: auto; }
  @media only screen and (min-width: 481px) {
    .episodes-item {
      padding: 0 0.5em; } }

.episodes-carousel {
  width: 100%;
  display: block;
  position: relative;
  padding: 0; }
  @media only screen and (min-width: 481px) {
    .episodes-carousel {
      padding: 0 3em; } }

.episode-article-item_inner {
  position: relative;
  padding: 1.25em;
  min-height: 310px;
  overflow: hidden; }

.episode-article-inner_content {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 1.25em;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10; }

.episode-article-item {
  position: relative; }
  .episode-article-item a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }
    .no-touch .episode-article-item a:hover .article-item-overlay, .episode-article-item a:focus .article-item-overlay {
      -webkit-filter: blur(2px);
      -moz-filter: blur(2px);
      -o-filter: blur(2px);
      -ms-filter: blur(2px);
      filter: blur(2px);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .no-touch .episode-article-item a:hover .episode-article-inner_title .title-beta, .episode-article-item a:focus .episode-article-inner_title .title-beta {
      opacity: 0; }
    .no-touch .episode-article-item a:hover .episode-article-inner_title .ep-play-button, .episode-article-item a:focus .episode-article-inner_title .ep-play-button {
      opacity: 1;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .no-touch .episode-article-item a:hover .episode-available-date, .episode-article-item a:focus .episode-available-date {
      opacity: 0; }

.episode-article-inner_title {
  position: relative; }
  .episode-article-inner_title .title-beta {
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    /* easeOutQuart */ }
  .episode-article-inner_title .title-span {
    padding-left: 0.25em;
    border-left: 2px solid #e16144; }
    @media only screen and (max-width: 480px) {
      .episode-article-inner_title .title-span {
        display: block;
        width: 75%;
        margin: 0 auto;
        padding: 0;
        border-left: 0;
        border-top: 2px solid #e16144; } }
  .episode-article-inner_title .ep-play-button {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    margin-top: -50px;
    background-image: url(../img/icons/play-button.svg);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    /* easeOutQuart */
    opacity: 0; }

.episode-available-date {
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(2em);
  -moz-transform: translateY(2em);
  -o-transform: translateY(2em);
  -ms-transform: translateY(2em);
  transform: translateY(2em);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  /* easeOutQuart */
  z-index: 1; }

/**************** Single Episode *****************/
.episode-player-container {
  position: relative;
  overflow: hidden; }

.ep-promo-cta {
  position: relative; }
  @media only screen and (min-width: 56.3125em) {
    .ep-promo-cta {
      height: 100%; } }
  .ep-promo-cta .ep-promo-cta-inner {
    position: relative;
    padding: 1.25em; }
    @media only screen and (min-width: 56.3125em) {
      .ep-promo-cta .ep-promo-cta-inner {
        padding: 0 1.25em;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
    .ep-promo-cta .ep-promo-cta-inner a {
      margin-top: 0.5em;
      border: 1px solid #e16144; }

.episode-video-player {
  position: relative;
  opacity: 0;
  width: 100%;
  background-color: #e7ebd0; }
  @media only screen and (min-width: 56.3125em) {
    .episode-video-player {
      width: 100%;
      float: left;
      padding-right: 22.375em;
      -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      /* easeOutQuart */ }
      .episode-video-player.episode-playing {
        padding-right: 0; } }

.episode-video-player_inner {
  position: relative; }
  .episode-video-player_inner .play-button {
    position: absolute;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    left: 0;
    right: 0;
    background-image: url(../img/icons/play-button.svg);
    background-position: center center;
    background-size: 100px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    /* easeOutQuart */ }
    .episode-video-player_inner .play-button:hover, .episode-video-player_inner .play-button:focus {
      -webkit-transform: scale(1.25);
      -moz-transform: scale(1.25);
      -o-transform: scale(1.25);
      -ms-transform: scale(1.25);
      transform: scale(1.25); }

.episode-loading-bar {
  display: none;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 150px;
  height: 150px;
  border: 5px solid #fefef6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  @media only screen and (min-width: 56.3125em) {
    .episode-loading-bar {
      left: 32%;
      right: auto; } }
  .episode-loading-bar .episode-loading-bar_inner {
    position: absolute;
    width: 140px;
    height: 140px;
    background-image: url(../img/icons/loading-compass-needle.svg);
    background-position: center center;
    background-size: 90px;
    background-repeat: no-repeat;
    animation: loadingSpin 0.75s linear infinite; }

.episode-season-list {
  position: relative;
  background-color: #fefef6;
  overflow: auto;
  padding: 0; }
  @media only screen and (min-width: 56.3125em) {
    .episode-season-list {
      position: absolute;
      width: 22.375em;
      height: 100%;
      top: 0;
      right: 0;
      padding: 0 1.25em;
      -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
      /* easeOutQuart */ }
      .episode-season-list.episode-playing {
        right: -22.375em; } }
  .episode-season-list ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    -ms-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out; }
    .episode-season-list ul.active {
      max-height: 1000em; }
    @media only screen and (min-width: 56.3125em) {
      .episode-season-list ul {
        max-height: 1000em; } }
  .episode-season-list a {
    display: block;
    padding: 0.625em 1.25em;
    border-top: 1px solid #e7ebd0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .episode-season-list a:hover, .episode-season-list a:focus {
      background-color: #e7ebd0; }
    .episode-season-list a.now-playing {
      background-color: #e7ebd0; }

.episode-season-list_header {
  position: relative;
  padding: 1.25em 0 1.25em 1.25em;
  overflow: hidden; }
  @media only screen and (min-width: 56.3125em) {
    .episode-season-list_header {
      text-align: center;
      padding: 2.5em 1.25em;
      background-image: url(../img/bg/cat-list-title-bg.png);
      background-position: center center;
      background-repeat: no-repeat; } }
  .episode-season-list_header .toggle-season-list {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background-color: #1e2a42;
    border: none;
    text-indent: 1000em; }
    @media only screen and (min-width: 56.3125em) {
      .episode-season-list_header .toggle-season-list {
        display: none; } }
    .episode-season-list_header .toggle-season-list:after {
      content: "";
      position: absolute;
      margin: 0 auto;
      margin-top: -7.5px;
      left: 0;
      right: 0;
      top: 50%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 12.5px 0 12.5px;
      border-color: #e16144 transparent transparent transparent; }

/*********************************/
/**=============================**/
/************* Home **************/
/**=============================**/
/*********************************/
.index-page-header {
  position: relative;
  width: 100%;
  background-color: #c2e2ad;
  background-image: url(../img/bg/index-bg-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center; }
  .index-page-header .page-header_inner {
    padding: 5em 0; }
    @media only screen and (min-width: 25.0625em) {
      .index-page-header .page-header_inner {
        padding: 6em 0; } }
    @media only screen and (min-width: 31.3125em) {
      .index-page-header .page-header_inner {
        padding: 8em 0; } }
    @media only screen and (min-width: 46.9375em) {
      .index-page-header .page-header_inner {
        padding: 12em 0; } }
    @media only screen and (min-width: 62.5625em) {
      .index-page-header .page-header_inner {
        padding: 15em 0; } }
  .index-page-header .index-title {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: "brothers", sans-serif;
    font-size: 6.25em;
    font-weight: 700;
    line-height: 0.76em;
    color: #fefef6;
    margin: 0;
    text-transform: uppercase; }
    @media only screen and (min-width: 25.0625em) {
      .index-page-header .index-title {
        font-size: 8em; } }
    @media only screen and (min-width: 31.3125em) {
      .index-page-header .index-title {
        font-size: 10em; } }
    @media only screen and (min-width: 46.9375em) {
      .index-page-header .index-title {
        font-size: 15em; } }
    @media only screen and (min-width: 62.5625em) {
      .index-page-header .index-title {
        font-size: 20em; } }
    .index-page-header .index-title span {
      display: block;
      font-size: 0.5em;
      line-height: 0.75em; }

.chet-profile-container {
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 37.5625em) {
    .chet-profile-container {
      overflow: visible; } }

.chet-profile-img {
  position: absolute;
  top: 0;
  opacity: 0.25; }
  @media only screen and (min-width: 37.5625em) {
    .chet-profile-img {
      position: relative;
      margin-top: -10%;
      opacity: 1; } }

.featured-item-container {
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden; }

.featured-item {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.3125em 0.625em; }
  @media only screen and (min-width: 37.5625em) {
    .featured-item {
      height: 300px;
      padding: 0; }
      .featured-item:nth-child(1) {
        width: 100%; }
      .featured-item:nth-child(2) {
        width: 50%;
        border-right: 5px solid #fff;
        border-top: 5px solid #fff; }
      .featured-item:nth-child(3) {
        width: 50%;
        border-top: 5px solid #fff; } }
  @media only screen and (min-width: 50.0625em) {
    .featured-item {
      height: 250px; }
      .featured-item:nth-child(1) {
        height: 500px;
        width: 55%; }
      .featured-item:nth-child(2) {
        width: 45%;
        border-top: none;
        border-left: 5px solid #fff; }
      .featured-item:nth-child(3) {
        width: 45%;
        border-left: 5px solid #fff;
        border-top: 5px solid #fff; } }

.featured-item_inner {
  position: relative;
  padding: 1.25em;
  min-height: 300px;
  height: 100%;
  overflow: hidden; }
  @media only screen and (min-width: 50.0625em) {
    .featured-item_inner {
      min-height: 250px; } }
  .featured-item_inner a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover; }
    .featured-item_inner a:hover .article-item-overlay, .featured-item_inner a:focus .article-item-overlay {
      -webkit-filter: blur(2px);
      -moz-filter: blur(2px);
      -o-filter: blur(2px);
      -ms-filter: blur(2px);
      filter: blur(2px);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .featured-item_inner a:hover .daytrip-article-inner_title, .featured-item_inner a:focus .daytrip-article-inner_title {
      background: none; }
      .featured-item_inner a:hover .daytrip-article-inner_title:after, .featured-item_inner a:focus .daytrip-article-inner_title:after {
        top: 1.75em; }
    .featured-item_inner a:hover .episode-article-inner_title .title-beta, .featured-item_inner a:focus .episode-article-inner_title .title-beta {
      opacity: 0; }
    .featured-item_inner a:hover .episode-article-inner_title .ep-play-button, .featured-item_inner a:focus .episode-article-inner_title .ep-play-button {
      opacity: 1;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

@media only screen and (max-width: 56.25em) {
  .featured-daytrip-item-container .blog-article-item:nth-child(3) {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    width: 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }

.index-cta_container {
  display: block;
  position: relative; }
  @media only screen and (min-width: 40.6875em) {
    .flexbox .index-cta_container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; } }

.index-cta_item {
  position: relative; }
  @media only screen and (min-width: 40.6875em) {
    .flexbox .index-cta_item {
      -webkit-box-flex: 0 0 50%;
      -moz-box-flex: 0 0 50%;
      width: 50%;
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; } }
  .index-cta_item#item-td {
    background-image: url(../img/bg/index-cta-item-td-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    border-bottom: 2px solid #fff; }
    @media only screen and (min-width: 40.6875em) {
      .index-cta_item#item-td {
        border-bottom: 0;
        border-right: 2px solid #fff; } }
  .index-cta_item#item-store {
    background-image: url(../img/bg/index-cta-item-shop-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    border-top: 2px solid #fff; }
    @media only screen and (min-width: 40.6875em) {
      .index-cta_item#item-store {
        border-top: 0;
        border-left: 2px solid #fff; } }
  .index-cta_item .index-cta_item-gutter {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 1.25em; }

/*********************************/
/**=============================**/
/********* Footer Styles *********/
/**=============================**/
/*********************************/
.footer {
  background: #1e2a42; }

.sponsor-footer {
  background-color: #e7ebd0;
  padding-top: 1.25em; }

.flexbox .sponsor-list {
  -webkit-display: flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around; }
  @media only screen and (min-width: 61.3125em) {
    .flexbox .sponsor-list {
      flex-flow: row nowrap; } }

.sponsor-list_item {
  padding: 1.25em; }
  .flexbox .sponsor-list_item {
    flex: 1 1 50%; }
    @media only screen and (min-width: 37.5625em) {
      .flexbox .sponsor-list_item {
        flex: 1 1 33.333%; } }
    @media only screen and (min-width: 61.3125em) {
      .flexbox .sponsor-list_item {
        flex: 1 1 33.333%; } }
  .sponsor-list_item a {
    display: block; }
    @media only screen and (min-width: 37.5625em) {
      .sponsor-list_item a {
        padding: 1.25em; } }

.footer-links-container {
  padding: 1.25em; }
  @media only screen and (min-width: 53.1875em) {
    .footer-links-container {
      padding: 4em 1.25em 1.25em 1.25em; } }

.footer-nav ul {
  display: inline-block;
  width: 100%;
  padding: 1.25em 0; }
  @media only screen and (min-width: 53.1875em) {
    .footer-nav ul {
      padding-top: 71px; } }

.footer-nav li {
  width: 25%;
  float: left;
  text-align: center; }

.footer-nav a {
  color: #a1a79d;
  font-size: 1.25em;
  text-transform: uppercase; }

.footer-team-dt-container {
  padding: 1.25em;
  border-top: 2px solid #e16144;
  border-bottom: 2px solid #e16144; }
  @media only screen and (min-width: 53.1875em) {
    .footer-team-dt-container {
      border: none;
      border-right: 2px solid #e16144;
      border-left: 2px solid #e16144; } }
  .footer-team-dt-container img {
    width: 130px; }

.social-nav {
  position: relative;
  overflow: hidden; }
  .social-nav ul {
    display: inline-block;
    width: 100%;
    padding: 1.25em 0; }
    @media only screen and (min-width: 53.1875em) {
      .social-nav ul {
        padding-top: 71px; } }
  .social-nav li {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.25em;
    text-align: center; }
    @media only screen and (min-width: 30.0625em) {
      .social-nav li {
        margin: 0;
        width: 35%; } }
  .social-nav a {
    color: #a1a79d;
    font-size: 1.25em;
    text-transform: uppercase;
    margin: 0 auto; }
  .social-nav .facebook, .social-nav .twitter, .social-nav .instagram, .social-nav .youtube {
    width: 20%;
    margin: 0; }
    @media only screen and (min-width: 30.0625em) {
      .social-nav .facebook, .social-nav .twitter, .social-nav .instagram, .social-nav .youtube {
        width: 15%; } }
    .social-nav .facebook a, .social-nav .twitter a, .social-nav .instagram a, .social-nav .youtube a {
      display: block;
      text-indent: 1000em;
      width: 27px;
      height: 27px;
      background-size: 27px 27px;
      background-position: center center;
      background-repeat: no-repeat; }
  .social-nav .facebook a {
    background-image: url(../img/icons/facebook-icon.png); }
  .social-nav .twitter a {
    background-image: url(../img/icons/twitter-icon.png); }
  .social-nav .instagram a {
    background-image: url(../img/icons/instagram-icon.png); }
  .social-nav .youtube a {
    background-image: url(../img/icons/youtube-icon.png); }
    
.about-social-nav {
	display: inline-block;
	overflow: hidden;
}
.about-social-nav li {
	display: inline-block;
	padding: 1.5em 1em;
}
.about-social-nav .facebook a, .about-social-nav .twitter a, .about-social-nav .instagram a, .about-social-nav .youtube a {
      display: block;
      text-indent: 1000em;
      width: 27px;
      height: 27px;
      background-size: 27px 27px;
      background-position: center center;
      background-repeat: no-repeat; }
.about-social-nav .facebook a {
background-image: url(../img/icons/facebook-icon.png); }
.about-social-nav .twitter a {
background-image: url(../img/icons/twitter-icon.png); }
.about-social-nav .instagram a {
background-image: url(../img/icons/instagram-icon.png); }
.about-social-nav .youtube a {
background-image: url(../img/icons/youtube-icon.png); }

.row-image-headquarters{
  position: relative;
  width: 100%;
  float: left;
  padding-bottom: 10px;
}
.row-image-headquarters .div-first-image-headquarters{
  float: left;
  position: relative;
  width: 60%;
}
.row-image-headquarters .div-first-image-headquarters .first-image-headquarters{
  display: block;
  position: relative;
  min-height: 450px;
  background-repeat: no-repeat;
  width: auto;
  background-size: cover;
}
.row-image-headquarters .div-second-image-headquarters{
  display: block;
  position: relative;
  width: 40%;
  float: left;
  padding-left: 10px;
}
.row-image-headquarters .div-second-image-headquarters .second-image-headquarters{
  position: relative;
  min-height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
}
.row-image-headquarters .div-third-image-headquarters{
  position: relative;
  width: 100%;
}
.row-image-headquarters .div-third-image-headquarters .third-image-headquarters{
  position: relative;
  min-height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
}
.row-image-headquarters .div-quarter-image-headquarters{
  float: left;
  position: relative;
  width: 70%;
}
.row-image-headquarters .div-quarter-image-headquarters .quarter-image-headquarters{
  position: relative;
  min-height: 450px;
  background-repeat: no-repeat;
  width: auto;
  background-size: cover;
}
.row-image-headquarters .div-fifth-image-headquarters{
  float: left;
  position: relative;
  width: 30%;
}
.row-image-headquarters .div-fifth-image-headquarters .fifth-image-headquarters{
  position: relative;
  min-height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  margin-top: -35px;
  margin-left: -55px;
}

.row-image-headquarters.first-row.inactive,
.row-image-headquarters.second-row.inactive,
.row-image-headquarters.third-row.inactive{
  opacity: 0;
}

.row-image-headquarters.first-row.active,
.row-image-headquarters.second-row.active,
.row-image-headquarters.third-row.active{
  opacity: 1;
  transition: opacity 1.1s linear;
  -o-transition: opacity 1.1s linear;
  -webkit-transition: opacity 1.1s linear;
  -moz-transition: opacity 1.1s linear;
}

.hero-headquarters{
  padding: 4.5em 1.25em;
  background-blend-mode: multiply;
}

@media screen and (max-width: 991px) {
  .row-image-headquarters{
    padding: 25px;
  }
  .row-image-headquarters .div-first-image-headquarters{
    width: 100%;
    padding-bottom: 45px;
  }
  .row-image-headquarters .div-second-image-headquarters{
    width: 100%;
    padding-left: 0;
  }
  .row-image-headquarters .div-quarter-image-headquarters{
    width: 100%;
    padding-bottom: 50px;
  }
  .row-image-headquarters .div-fifth-image-headquarters{
    width: 100%;
  }
  .row-image-headquarters .div-fifth-image-headquarters .fifth-image-headquarters{
    margin-top: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .row-image-headquarters .div-first-image-headquarters .first-image-headquarters{
    min-height: 250px;
  }
  .row-image-headquarters .div-second-image-headquarters .second-image-headquarters{
    min-height: 250px;
  }
  .row-image-headquarters .div-third-image-headquarters .third-image-headquarters{
    min-height: 250px;
  }
  .row-image-headquarters .div-quarter-image-headquarters .quarter-image-headquarters{
    min-height: 250px;
  }
  .row-image-headquarters .div-fifth-image-headquarters .fifth-image-headquarters{
    min-height: 250px;
  }
}

.top-text-padding{ margin-top: -25px; }

.column-right-headquarters{
  border-left: 2px solid #e16144;
}
.text-location-headquarters{
  padding-left: 30px;
}

@media screen and (max-width: 1460px) {
  .title-h1-headquarters{
    font-size: 150px;
  }
}

@media screen and (max-width: 1170px) {
  .title-h1-headquarters{
    font-size: 120px;
  }
}

@media screen and (max-width: 935px) {
  .title-h1-headquarters{
    font-size: 100px;
  }
}

@media screen and (max-width: 780px) {
  .title-h1-headquarters{
    font-size: 50px;
  }
  .hero-headquarters{
    padding: 0;
  }
}

@media screen and (max-width: 600px) {
  .column-right-headquarters{
    border-left: 0px solid red;
  }
  .text-location-headquarters{
    padding-left: 0px;
  }
  .div-content-headquarters .wp-block-column{
    margin-bottom: 0;
  }
}

@media screen and (max-width: 450px) {
  .title-h1-headquarters{
    font-size: 30px;
  }
}

.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px); }
  50% {
    -webkit-transform: translateY(5px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px); } }

@-webkit-keyframes growModal {
  0% {
    -webkit-transform: translateY(100px);
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

.animated.scale-modal {
  -webkit-animation: growModal 0.5s;
  -moz-animation: growModal 0.2;
  -o-animation: growModal 0.2s;
  -ms-animation: growModal 0.2s;
  animation: growModal 0.5s; }

@-webkit-keyframes loadingSpin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes loadingSpin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@-o-keyframes loadingSpin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg); } }

@-ms-keyframes loadingSpin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg); } }

@keyframes loadingSpin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes loadingSpinRev {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg); } }

@-moz-keyframes loadingSpinRev {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(-360deg); } }

@-o-keyframes loadingSpinRev {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(-360deg); } }

@-ms-keyframes loadingSpinRev {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(-360deg); } }

@keyframes loadingSpinRev {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }

@-webkit-keyframes qtyInput {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 0; } }

@-moz-keyframes qtyInput {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 0; } }

@-o-keyframes qtyInput {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 0; } }

@-ms-keyframes qtyInput {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0; } }

@keyframes qtyInput {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.25; }
  100% {
    opacity: 0; } }

.growLoad {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%; }

@-webkit-keyframes growLoad {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes growLoad {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.5); }
  100% {
    -moz-transform: scale(1); } }

@keyframes growLoad {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.animated.growLoad {
  -webkit-animation: bounce linear 1s infinite;
  -moz-animation: bounce linear 1s infinite;
  animation: bounce linear 1s infinite; }

@-webkit-keyframes dropNav {
  0% {
    max-height: 0; }
  100% {
    max-height: 50em; } }

@-moz-keyframes dropNav {
  0% {
    max-height: 0; }
  100% {
    max-height: 50em; } }

@keyframes dropNav {
  0% {
    max-height: 0; }
  100% {
    max-height: 50em; } }

@-webkit-keyframes loaderItem {
  0% {
    opacity: 0.2;
    -webkit-transform: scale(1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.15); } }

@-moz-keyframes loaderItem {
  0% {
    opacity: 0.2;
    -moz-transform: scale(1); }
  100% {
    opacity: 1;
    -moz-transform: scale(1.15); } }

@keyframes loaderItem {
  0% {
    opacity: 0.2;
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(1.15); }
  100% {
    opacity: 0.2;
    transform: scale(1); } }

@-webkit-keyframes loadingDropShadow {
  0% {
    width: 100%; }
  100% {
    width: 25%; } }

@-moz-keyframes loadingSpin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@-o-keyframes loadingSpin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg); } }

@-ms-keyframes loadingSpin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg); } }

@keyframes loadingDropShadow {
  0% {
    width: 50%; }
  100% {
    width: 100%; } }

@-webkit-keyframes loadingDrop {
  0% {
    top: 0%; }
  94% {
    -webkit-transform: scaleX(0) scaleY(0); }
  95% {
    -webkit-transform: scaleX(1.2) scaleY(1.1); }
  100% {
    top: 55%;
    -webkit-transform: scaleX(0) scaleY(0); } }

@-moz-keyframes loadingSpin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@-o-keyframes loadingSpin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg); } }

@-ms-keyframes loadingSpin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg); } }

@keyframes loadingDrop {
  0%, 10% {
    top: 0;
    height: 3em;
    width: 3em; }
  15% {
    height: 3.15em;
    width: 2.9em; }
  35% {
    height: 4em;
    width: 2.5em; }
  75% {
    height: 4em;
    width: 2.5em; }
  95% {
    height: 2em;
    width: 3.5em; }
  100% {
    top: 85%;
    height: 1em;
    width: 3em; } }

@keyframes jump {
  0% {
    top: 0; }
  50% {
    top: 50%; }
  55% {
    top: 55%; }
  65% {
    top: 45%; }
  95% {
    top: 0; }
  100% {
    top: 0; } }
