@charset "UTF-8";
/* Texas Highways styles
 * Main SCSS structure.
 */
/* Preset styles
 * Includes parent theme style or other preset styles.
 */
/* Vendors
 * Includes all third party code from external libraries and frameworks.
 * (We're not using these at this time.)
 */
/* Abstracts/utilities
 * Includes Sass tools, helper files, variables, functions, mixins and other
 * config files. These helpers should not output any CSS when compiled.
 */
/* Functions SCSS
 */
/*
 * SCSS mixin definitions
 */
/* SCSS variable definitions
 */
/* Ex.
 * @media (min-width: 64em) {
 *   // do stuff
 * }
*/
/* Boilerplate/base styles
 * Includes standard styles such as resets, typographic rules, or other styles
 * which are commonly used throughout the site.
 */
/* Reset SCSS
 */
@font-face {
  font-family: Breve Display Regular;
  src: url("../fonts/brevedisplay-regular-webfont.woff2") format("woff2");
  src: url("../fonts/brevedisplay-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Breve Text Black;
  src: url("../fonts/brevetext-black-webfont.woff2") format("woff2");
  src: url("../fonts/brevetext-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Breve Sans Text Book;
  src: url("../fonts/brevesanstext-book-webfont.woff2") format("woff2");
  src: url("../fonts/brevesanstext-book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Breve Text Book;
  src: url("../fonts/brevetext-book-webfont.woff2") format("woff2");
  src: url("../fonts/brevetext-book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Breve Text Semi Bold;
  src: url("../fonts/brevetext-semibold-webfont.woff2") format("woff2");
  src: url("../fonts/brevetext-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Breve Sans Text Black;
  src: url("../fonts/brevesanstext-black-webfont.woff2") format("woff2");
  src: url("../fonts/brevesanstext-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Breve Sans Text Semi Bold;
  src: url("../fonts/brevesanstext-semibold-webfont.woff2") format("woff2");
  src: url("../fonts/brevesanstext-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.breve-display {
  font-family: "Breve Display Regular", serif !important;
}

.breve-text-black {
  /* This one may not be used anymore — I know it was in the footer but I since changed it to hard-coded font-family because this font name does not exist */
  font-family: "Breve Text Black", serif !important;
}

.breve-sans-text-book {
  /* !important not needed, destination guide leadin has unique class */
  font-family: "Breve Sans Text Book", sans-serif !important;
}

.breve-sans-text-black {
  /* Can't find where this is used, but may need to keep !important to override element settings */
  font-family: "Breve Sans Text Black", sans-serif !important;
}

/* Typography SCSS
 *
 * Default sitewide typography definitions.
 */

body {
  font-family: 'aktiv-grotesk', sans-serif;
}

h2.xx-large {
  font-size: 3em !important;
}

h3 {
/*  font-family: "Breve Sans Text Book", sans-serif;*/
/*  font-size: 22px;*/
}

h4 {
/*  font-family: "Breve Text Book", serif;*/
/*  text-transform: uppercase;*/
}

h6 {
/*  font-family: "Breve Text Black", serif;*/
}

p {
  font-family: "Breve Text Book", serif;
}

blockquote {
  font-family: "Breve Text Semi Bold", serif;
}

blockquote p {
  font-family: "Breve Text Semi Bold", serif;
  padding-bottom: 10px;
}

blockquote h3 {
  font-family: "Breve Text Black", serif;
}

@media (min-width: 981px) {
  blockquote {
    float: right;
    width: 50%;
    margin-left: 5%;
  }
}

/* Modularized components
 * Includes all styles for buttons, carousels, sliders, and similar page
 * components (think widgets). Your project will typically contain a lot of
 * component files — as the whole site/app should be mostly composed of small
 * modules.
 */
/* Bookmarks SCSS
 */
/* .cbxwpbkmarkwrap {position: sticky; bottom: 5px; right:5px; margin-left: auto; text-align: right;} */
.cbxwpbkmarkwrap {
  position: relative;
  z-index: 99;
  margin-left: auto;
}

.cbxwpbkmarktrig {
  display: block;
  text-align: right;
}

.cbxwpbkmarktrig-label {
  display: none;
}

/* Images SCSS
 */
* {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

.featured_image_bg {
  padding-top: 320px;
  margin-bottom: 45px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.featured_image_bg.txh_post-circle .txh_post_title {
  bottom: auto;
  height: 100%;
  display: table;
}

.featured_image_bg.txh_post-circle .txh_post_title h2 {
  display: table-cell;
  vertical-align: middle;
}

.type-destinations .et_portfolio_image img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .type-destinations .et_portfolio_image img {
    width: auto;
  }
}

/* Social SCSS
 */
/* footer social */
.et_pb_social_media_follow li a {
  margin-right: 0;
}

/* footer social */
.et_pb_social_media_follow li a.icon::before {
  color: #666;
}

/* addthis social sharing */
.at-resp-share-element .at-label {
  display: none;
}

/* Widgets SCSS
 */
.widgettitle {
  display: none;
}

#covidWarning {
  padding: 0;
}

#eventSearchForm ~ #et-boc .et_pb_section.et_pb_section_0.et_section_regular {
  display: none;
}

.event-listings {
  margin-top: 53px;
  min-height: calc(100vh - 167px);
}

@media screen and (min-width: 1025px) {
  .event-listings {
    margin-top: 0;
  }
}

@media screen and (min-width: 1025px) {
  .event-listings .result-list {
    width: 33%;
    margin-left: 12%;
    min-height: 500px;
  }
}

.event-listings .result-list .et_pb_section {
  padding: 0;
}

.event-listings .result-list #covidWarning {
  padding: 0;
}

.event-listings .result-list #covidWarning .et_pb_row_1 {
  padding: 16px !important;
  margin: 0 !important;
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .event-listings .result-list #covidWarning .et_pb_row_1 {
    padding: 16px 24px !important;
  }
}

.event-listings .result-list #covidWarning .et_pb_row_1 .et_pb_with_border {
  margin: 0 !important;
}

.event-listings .result-list #covidWarning .et_pb_row_1 .et_pb_with_border .WordSection1 {
  font-size: 14px;
}

.event-listings .result-list .btn-event-goto {
  position: relative;
  display: inline-block;
  font-size: 16px;
  margin: 16px;
  font-weight: normal;
}

@media screen and (min-width: 1025px) {
  .event-listings .result-list .btn-event-goto {
    margin-left: 0;
  }
}

.event-listings .result-list .btn-event-goto:after {
  font-family: ETmodules;
  content: "3";
  font-size: 16px;
  position: absolute;
  right: -18px;
  top: 0;
  font-weight: 300;
}

.event-listings .result-list .btn-event-goto#btnEventBack {
  padding-left: 16px;
}

.event-listings .result-list .btn-event-goto#btnEventBack:after {
  content: '4';
  right: auto;
  left: 0;
}

.event-listings .result-list + .pagination {
  position: relative;
  background-color: #fff;
  padding: 16px 0;
}

.event-listings .result-list + .pagination a {
  padding: 0 8px;
}

.event-listings .result-list + .pagination a.active {
  pointer-events: none;
  background-color: #00bfd6;
  color: #fff;
}

.event-listings .result-list ~ #et-boc .et_pb_section.et_pb_section_0.et_section_regular {
  display: none;
}

.event-listings ~ #et-boc .et_pb_section.et_pb_section_0.et_section_regular {
  display: none;
}

div.map-holder {
  position: fixed;
  width: 50%;
  height: calc(100vh - 130px) !important;
  right: 0;
  top: auto;
}

/* Layouts
 * Iontains all styles involved with layout of the site, such as styles for the
 * header, footer, navigation, modular sections, or grids.
 */
/* Main CSS
 */
/* Original Texas Highways CSS
 */
/*
#post-74 .et_pb_row_0 .et_pb_column {
 margin-bottom: 17px;
 margin-top: 45px;
}
*/

.photo-credit {
  font-family: 'Breve Sans Text Semi Bold', sans-serif;
  font-size: 12px !important;
  display: block;
  text-transform: uppercase;
  text-align: right;
  margin-top: -5px;
  margin-bottom: -5px;
}

/* =Theme customizations
------------------------------------------------------- */


.hide {
  opacity: 0;
}

.wp-caption {
  margin-bottom: 2em;
}

.bg-blue a,
.bg-blue a h2 {
  color: #fff !important;
}

.pad0 {
  padding: 0;
}

.pad5 {
  padding: 5px;
}

.pad10 {
  padding: 10px;
}

.pad15 {
  padding: 15px;
}

.pad20 {
  padding: 20px;
}

.pad25 {
  padding: 25px;
}

.pad30 {
  padding: 30px;
}

.alignleft {
  margin-right: 15px;
}

.alignright {
  margin-left: 15px;
}

/* content, structure, misc */
.et_pb_row .et_pb_row {
  width: 100%;
}

.et_pb_column {
  min-height: unset;
}

.txh_post-circle,
.dp-circles .et_portfolio_image {
  max-width: 320px;
  border-radius: 160px;
  overflow: hidden;
}

.et_pb_image_wrap.txh_post-circle img,
.dp-circles .et_portfolio_image img {
  max-height: 100%;
  max-width: none;
  margin: 0 0 0 -42%;
}

/* meta and content */
.et_pb_column_1_2 .txh_post-author,
.et_pb_column_1_3 .txh_post-author {
  width: 60%;
  border: 0;
}

.et_pb_column_1_2 .txh_post-date,
.et_pb_column_1_3 .txh_post-date {
  float: none;
  text-align: right;
  border: 0;
  padding-right: 0;
  margin-right: 0;
}

.txh_post-categories {
  text-align: left;
}

.post-meta .catlink span:after {
  content: ", ";
  display: inline;
}

.post-meta .catlink:last-of-type span:after {
  content: " ";
}

.et_pb_column_1_2 .txh_post-categories,
.et_pb_column_1_3 .txh_post-categories,
.et_pb_column_1_2 .txh_post-comments,
.et_pb_column_1_3 .txh_post-comments {
  text-align: center;
}

/* multiple posts */
.multipleposts .et_pb_column:last-child {
  margin-right: 0;
}

/* DP Portfolio */
.et_pb_portfolio .et_pb_portfolio_item {
  margin-bottom: 15px;
}

.et_portfolio_image,
.et_shop_image {
  max-height: 400px;
  overflow: hidden;
}

.dp-circles .et_portfolio_image {
  display: block;
  position: relative;
}

.dp-circles .et_portfolio_image:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.dp-circles .et_portfolio_image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 0 0 -20%;
  height: 100%;
  width: auto;
}

.et_pb_dpblog_portfolio_0 .et_pb_portfolio_item h2 {
  line-height: 22px;
}

.dp-circles.et_pb_portfolio_grid .et_pb_portfolio_item h2 {
  line-height: 31px;
  text-align: center;
  text-transform: none;
}

.dp-circles h2 a {
  color: #00a1df;
}

/* archives */
p + .readmore {
  margin-top: -15px;
}

/* phones and vertical tablets */
@media (max-width: 980px) {
  #footer .et_pb_column .et_pb_widget:nth-child(n) {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
  .wherego p {
    text-align: left;
  }
  .email-signup form {
    width: 100%;
  }
  .block-subscribe {
    max-width: 420px !important;
  }
}

/* end phones and vertical tablets */
/* phones - small or vertical */
@media (max-width: 480px) {
  .email-signup img {
    width: 100px;
  }
  .email-signup input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
  }
  .block-subscribe {
    max-width: 90% !important;
  }
}

/* end phones - small or vertical */
/* larger than phones and vertical tablets */
@media (min-width: 981px) {
  .mobileonly {
    display: none;
  }
/*  .pull-left {
    float: left;
    margin: 0 25px 0 0;
    width: 50%;
  }
  .pull-right {
    float: right;
    margin: 0 0 0 25px;
    width: 25%;
  }*/
  .txh-post-content .pull-right + div h3,
  .txh-post-content .pull-left + div h3 {
    margin-top: 0;
  }
  .txh-post-content .et_pb_image {
    margin: 0 auto;
    text-align: center;
  }
  .txh-post-content .pull-left .et_pb_image,
  .txh-post-content .pull-right .et_pb_image {
    margin: 0 auto;
    text-align: center;
  }
  .pull-left blockquote,
  .pull-right blockquote {
    width: 100%;
  }
  li.icon-gift > a {
    background: url(../img/icon-gift.png) no-repeat center top;
    background-size: auto 20px;
  }
  li.icon-magazine > a {
    background: url(../img/icon-magazine.png) no-repeat center top;
    background-size: auto 19px;
  }
  li.icon-subscribe > a {
    background: url(../img/icon-subscribe.png) no-repeat center top;
    background-size: auto 19px;
  }
  .email-signup p {
    padding-right: 20px;
  }
  .et_pb_gutters3 .destination-deals .et_pb_column_1_2:first-of-type {
    margin-right: 2.75%;
    width: 50%;
  }
  .dp-circles .et_pb_portfolio_item.et_pb_grid_item,
  .dp-circles .et_pb_portfolio_item.et_pb_grid_item:nth-child(2n) {
    width: 31.3%;
    margin-right: 3%;
  }
  .dp-circles .et_pb_portfolio_item.et_pb_grid_item:nth-child(3n+3) {
    clear: none;
    margin-right: 0;
  }
  /*  .archive article, .blog article {width: 47.5%; margin-right: 3%; float: left; margin-bottom: 30px;}
    .archive article:nth-of-type(even), .blog article:nth-of-type(even) {margin-right:0;}
*/
  .archive article,
  .blog article {
    margin-bottom: 10px;
  }
  .txh-2col {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 1.6em;
            column-gap: 1.6em;
  }
  #main-content .container:before {
    right: 30.3% !important;
    background: none;
  }
}

/* end larger than phones and vertical tablets */
/* horizontal tablets */
@media (min-width: 768px) and (max-width: 1024px) {
  .container.et_menu_container {
    width: 90%;
  }
  .et_pb_text_7.email-signup {
    padding: 20px !important;
  }
  .block-subscribe {
    max-width: 420px !important;
  }
}

/* end horizontal tablets */
/* large desktop */
@media (min-width: 1200px) {
  .txh-post-content .et_pb_row {
    padding: 0 225px;
  }
  .pull-left {
    margin: 0 25px 0 -200px;
    width: 75%;
  }
/*  .pull-right {
    margin: 0 -200px 0 25px;
    width: 50%;
  }*/
  .txh-post-content .et_pb_image {
    margin: 0 -225px;
  }
}

@media only screen and (min-width: 1350px) {
  body.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
    padding-top: 30px;
  }
}

/* end large desktop */
/*----------5 Columns----------*/
.five-columns .et_pb_module {
  float: left;
  width: 20% !important;
  padding: 13px;
}

@media only screen and (max-width: 980px) {
  .five-columns .et_pb_module {
    width: 33% !important;
  }
}

@media only screen and (max-width: 479px) {
  .five-columns .et_pb_module {
    width: 50% !important;
  }
}

/*----------6 Columns----------*/
.six-columns .et_pb_module {
  float: left;
  width: 16.6% !important;
  padding: 13px;
}

@media only screen and (max-width: 980px) {
  .six-columns .et_pb_module {
    width: 33% !important;
  }
}

@media only screen and (max-width: 479px) {
  .six-columns .et_pb_module {
    width: 50% !important;
  }
}

/* Temporary(?) styles for /events-new for presentation/review */
#regions h2,
#category h2 {
  line-height: 1em;
  text-shadow: 0em 0em 0.2em #000000;
}

.et_pb_txh_post .txh_post_title {
  text-align: center;
}

.et_pb_txh_post .txh_post_title h2,
.et_pb_portfolio_item h2 {
  font-family: "Breve Sans Text Semi Bold", sans-serif;
  font-size: 1.8em !important;
}

.et_pb_txh_post .txh_post_title h2:hover {
  color: #00bfd6;
}

.meta_placement_right .et_pb_txh_post .txh_post_title h2 {
  font-size: 1.8em;
}

div.map-sticky {
  float: right;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* div#map-canvas {} */
div#single-event-mobile-map {
  display: none;
}

@media (max-width: 1024px) {
  div.event-search-map {
    display: none;
  }
  div#single-event-desktop-map {
    display: none;
  }
  div#single-event-mobile-map {
    float: none;
    display: block;
    height: 350px;
  }
  div#single-event-mobile-map div#single-event-mobile-map-holder {
    position: relative;
    width: 100%;
    height: 350px !important;
  }
  div#single-event-mobile-map .map {
    height: 350px;
  }
}

@media (max-width: 1024px) {
  #upcoming-events .upcoming-event-listings .upcoming-left-list {
    width: 100% !important;
  }
  .upcoming-event-listings div.upcoming-map-sticky {
    display: none;
  }
}

#upcoming-events .heading {
  border-bottom-width: 1px;
  border-bottom-color: #96900d;
  border-style: solid;
  margin-bottom: 25px;
}

#upcoming-events .heading h2 {
  color: #96900d !important;
  text-align: center;
}

.upcoming-event-listings .upcoming-left-list {
  float: left;
  width: 33%;
  min-height: 500px;
}

#upcoming-events .fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  width: 600px;
  height: 100vh !important;
}

div.upcoming-map-sticky {
  float: right;
  width: 600px;
  /*  height: 100%; */
}

div.upcoming-map-holder {
  width: 100%;
  height: calc(100vh - 200px);
  right: 0;
}

div.upcoming-map-holder .map {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.event-search-quick .gform_title {
  display: none;
}

@media (max-width: 1024px) {
  .event-listings .left-list {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
  }
  #single-event-desktop-map {
    display: none;
  }
}

.event-listings .pagination {
  clear: none;
}

.datefield {
  max-width: 10em;
}

.eventInfo {
  border-bottom: 1px lightblue solid;
  margin-bottom: 2.5em;
  padding-bottom: 1em;
}

.eventInfo h6 {
  font-family: 'aktiv-grotesk', sans-serif;
}

/*
.event-list-desc {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
*/
/* event result hacks */
article .et_pb_section_0,
article .et_pb_row_0 {
  padding: 0px;
}

.event-search-quick .gform_wrapper ul.gform_fields li.gfield {
  padding: 0 5% !important;
}

/* box stuff */
.txh_post_metabox {
  max-width: 80%;
  text-align: center;
  /*  background: white; */
  margin: -50px auto 0 auto;
}

.txh_post_metabox.meta_placement_overlay {
  color: #000;
  padding: 10px 20px;
}

.et_pb_module.et_pb_txh_post {
  clear: both;
}

.et_pb_module.et_pb_txh_post p {
  line-height: 1.4em;
  color: black !important;
}

.featured_image_bg.meta_placement_right {
  width: 46%;
  float: left;
}

.txh_post_metabox.meta_placement_right {
  width: 48%;
  float: right;
  margin: 0;
  padding-top: 0;
  text-align: left;
}

.meta_placement_right .txh_post_title {
  text-align: left;
}

#txh-footer a {
  color: white !important;
}

#txh-footer a:hover {
  color: #00bfd6;
}

.related_posts_area {
  position: relative;
  text-align: left;
  width: 90%;
  margin: 20px auto;
}

.container > .related_posts_area {
  width: 100%;
}

.related_posts_area h3 {
  margin-left: 25px;
}

body.search-results .more-link,
body.search-results .post-meta {
  display: none;
}

.destination_search_prefix {
  text-align: center;
}

.search-results .type-destinations h2 a::after {
  content: " Destination Guide";
}

.et_pb_image .image_caption,
.et_pb_fullwidth_image .image_caption {
  position: relative;
  width: 100%;
  margin-top: 10px;
  line-height: 12pt;
  text-align: center;
  color: #909090;
  font-size: 10pt;
}

a.search_change {
  font-size: 8pt;
}

.from_issue {
  position: relative;
  margin: 50px auto 25px auto;
  width: 100%;
  max-width: 1080px;
  font-family: 'aktiv-grotesk', sans-serif;
}

@media screen and (max-width:980px) {
  .from_issue {
    margin: 50px auto;
    max-width: 90%;
  }
}

body.et_full_width_page .from_issue {
  width: 80%;
}

.fa-calendar-alt {
  max-width: 16px;
}

.related_posts_area h3 {
  text-align: center;
}

.et_pb_divi_related_posts_module {
  margin-top: 0;
  border: none;
  max-width: 800px;
}

.et_pb_divi_related_posts_module ul li {
  list-style-type: none;
  margin-bottom: 15px;
}

.et_pb_divi_related_posts_module ul {
  padding: 0px !important;
}

@media only screen and (max-width: 478px) {
  #txh-footer .et_pb_module {
    text-align: center;
  }
  #txh-footer .et_pb_row_9 .et_pb_column {
    width: 20% !important;
    margin-right: 0px;
  }
}

.et_pb_column_1_4 .featured_image_bg {
  padding-top: 320px !important;
}

#welcome-new-site {
  position: absolute;
  top: 75px;
  left: 50px;
}

.et_pb_button {
  font-family: "Josefin Sans", Helvetica, Arial, Lucida, sans-serif !important;
}

/* front page font hacks */
.et_pb_text_12 h1,
.et_pb_text_2 .et_pb_text_inner h1 span,
.et_pb_text_5 .et_pb_text_inner h1 span,
.et_pb_text_0 .et_pb_text_inner h1 {
  font-family: "Breve Text Black", serif !important;
}

/* ------------------------------------------------------------------------------------------------------------*/
/* DIVI override CSS
 */


.related_posts_area ul {
  /* Renamed from ul.related-posts-list to increase specificity to counteract margin/padding !important */
  padding: 10px 0;
  margin: 0;
  list-style: none !important;
  /* Must keep !important above to override Divi theme style */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

ul.related-posts-list li {
  padding-bottom: 18px;
  width: calc(100% * (1/3) - 20px - 1px);
  height: 250px;
  margin: auto;
  text-align: center;
}

ul.related-posts-list li:last-child {
  display: none;
}

ul.related-posts-list li h4 {
  font-family: "Breve Sans Text Book", sans-serif;
  /* Removed !important */
  text-transform: capitalize;
  font-size: 18px;
  padding-top: 5px;
  line-height: 1.2em;
}

ul.related-posts-list li .thumb {
  height: 100%;
  width: 100%;
}

ul.related-posts-list li img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.et_pb_fullwidth_image .image_caption {
  padding: 0px 15px;
  /* Removed !important */
}

.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
  padding-top: 3rem;
}

.et_pb_section {
  padding-bottom: 10px;
}

.h-display {
  /* !important because of line 125, can remove */
  font-size: 44px !important;
}

.et_pb_text_inner h1.hero-text {
  font-family: "Breve Sans Text Black", sans-serif !important;
}

.breve-display {
  font-family: "Breve Display Regular", serif !important;
}

.breve-text-black {
  /* This one may not be used anymore — I know it was in the footer but I since changed it to hard-coded font-family because this font name does not exist */
  font-family: "Breve Text Black", serif !important;
}

.breve-sans-text-book {
  /* !important not needed, destination guide leadin has unique class */
  font-family: "Breve Sans Text Book", sans-serif !important;
}

.breve-sans-text-black {
  /* Can't find where this is used, but may need to keep !important to override element settings */
  font-family: "Breve Sans Text Black", sans-serif !important;
}

.x-large {
  font-size: x-large;
}

.xx-large {
  font-size: xx-large;
}

h2.xx-large {
  font-size: 3em !important;
}

.p-display {
  font-family: "Breve Sans Text Book", sans-serif;
  font-size: 26px;
}

p + .readmore {
  margin-top: .5em;
}

li {
  font-family: "miller-display", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

h2 {
  /* removed !important */
  font-size: 36px;
}

sup {
  font-size: xx-small;
}

.date_posted {
  color: #595959;
}

.readmore {
  margin-top: 0;
}

.et_pb_portfolio_item h2 {
  /* Not sure about usage, removing !important */
  font-family: "Breve Sans Text Book", sans-serif;
  font-size: 25px;
}

#txh-prefooter {
  padding: 0;
}

#txh-prefooter h2 {
  /* These are no longer H2 and styles are set inline */
  font-size: 1.5em;
}

.Ad-2x {
  /* approved */
  max-width: 350px;
  margin: 0 auto;
}

.sponcon {
  /* approved */
  color: #f7921d;
  display: block;
  padding-top: 5px;
  font-size: 18px;
}

/*input.text,
input.title,
input[type=text],
select {
  border: 1px solid #e5e5e5 !important;
}*/


form label {
  font-family: "Breve Sans Text Book", sans-serif !important;
  font-weight: 300;
  /* Overridden by inherit and normal on style.css:1224, form#EventSubmission label. Can we remove and drop !important? */
}

.gform_wrapper .description_above .gfield_description {
  padding-bottom: 0;
}

.gform_wrapper ul li.gfield {
  padding-bottom: 25px;
}

.et-pb-arrow-next {
  opacity: 1;
  right: 22px;
  color: #fff;
  -webkit-filter: drop-shadow(0 0 0.75rem black);
          filter: drop-shadow(0 0 0.75rem black);
  font-size: 3rem;
}

.et-pb-arrow-prev {
  opacity: 1;
  left: 22px;
  color: #fff;
  -webkit-filter: drop-shadow(0 0 0.75rem black);
          filter: drop-shadow(0 0 0.75rem black);
  font-size: 3rem;
}

.email-signup #email {
  border: 1px solid #cecece;
}

.email-signup #email,
.email-signup #submit {
  float: none;
  margin: 10px;
  display: inline-block;
  border-radius: 0;
}

.email-signup input[type=submit] {
  font-family: "Josefin Sans", Helvetica, Arial, Lucida, sans-serif;
  /* important not needed */
  background: #05abc0;
  /* important not needed, already set by style.css:332 */
  color: #fff;
  /* important not needed */
  font-size: 14px;
}

.email-signup input[type=submit]:hover,
.email-signup input[type=submit]:focus {
  background: #f7931e;
  /* !important not needed */
  color: #fff;
}

.gform_footer.top_label {
  text-align: center !important;
}

/* Not finding this */
.et_pb_txh_post .txh_post_title h2,
.et_pb_dpblog_portfolio_0 .et_pb_portfolio_item h2 {
  font-family: "Breve Sans Text Book", sans-serif !important;
  font-size: 26px !important;
}

.txh_post_metabox.meta_placement_overlay h2 {
  padding-bottom: 0;
}

#et-boc .featured_image_bg {
  padding-top: 450px;
}

.et_pb_gutters2 .et_pb_column,
.et_pb_gutters2.et_pb_row .et_pb_column {
  margin-right: .5%;
  margin-left: .5%;
}

.gform_wrapper {
  margin: 0;
}

#th-house-ad img {
  max-width: 300px;
}

h2.eventName {
  /* keep - otherwise it inherits too much and is way too big */
  font-size: 26px !important;
  font-family: 'aktiv-grotesk', sans-serif;
  text-decoration: none;
}

.txh_post_metabox {
  max-width: 98%;
}

.et_pb_post {
  margin-bottom: 0;
}

h5.issue-department {
  font-family: "Breve Sans Text Book", sans-serif;
  text-transform: uppercase;
  /* removed !important */
  font-size: 16px;
  padding: 10px;
  /* removed !important, set by .et_pb_layout_dark h5 */
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
}

.txh_post_metabox {
  max-width: 98%;
}

.ds-random-header img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 816px;
  max-width: 100%;
  background-position: center;
}

.ds-random-header .et-pb-arrow-prev,
.ds-random-header .et-pb-arrow-next,
.ds-random-header .et-pb-controllers {
  display: none;
}

.ds-random-header .et_pb_gallery_items {
  pointer-events: none;
}

.ds-random-header-cta {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.et_pb_gallery_fullwidth .et_pb_gallery_item {
  margin-right: auto;
}

.dropcap {
  font-family: "Breve Text Black", serif;
  font-size: 90px;
  float: left;
  padding: 30px 10px 20px 0px;
}

.audio-embed {
  width: 100%;
  padding: 25px;
  border: 1px solid gray;
}

.audio-embed audio {
  width: 100%;
  margin-top: 15px;
}

.audio-embed h3 {
  font-family: "Breve Sans Text Black", sans-serif;
  margin-top: 0px;
}

.audio-embed p {
  font-family: "Breve Sans Text Book", sans-serif;
  font-weight: 300;
}

.th-form-label, .e2ma_signup_form_label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  font-size: .9rem;
  line-height: 1rem;
  letter-spacing: 0px;
  color: #000;
  font-weight: 400;
  display: inline-block;
  vertical-align: initial;
  margin: 0 0 .5rem;
  line-height: 1rem;
}

.e2ma_signup_form_label {
  color: #fff;
  text-align: left;
  display: block;
}

.th-form-input:focus, .e2ma_signup_form_element:focus {
  outline: 2px solid #00bfd6;
  outline-offset: -2px !important;
  background-color: #ffffff;
}

.e2ma_signup_form_required_footnote {
  display: none;
}

.th-form-button, .e2ma_signup_form_button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  font-size: 100%;
  font-family: "Breve Sans Text Semi Bold", sans-serif;
  vertical-align: initial;
  font-size: 1rem;
  font-weight: 500;
  line-height: 0px;
  letter-spacing: .16px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  vertical-align: top;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 2.5rem;
  padding: 0px 30px;
  border-radius: 0;
  text-align: left;
  text-decoration: none;
  -webkit-transition: all 70ms cubic-bezier(0, 0, 0.38, 0.9);
  transition: all 70ms cubic-bezier(0, 0, 0.38, 0.9);
  outline: none;
  position: relative;
  max-width: 20rem;
  margin: 10px 0px 0px 0px;
  background-color: #00bfd6;
  border: 3px solid transparent;
  color: #fff;
}

.th-form-button:hover, .e2ma_signup_form_button:hover {
  color: #ffffff;
}

.th-form-left-white {
  width: 100%;
  color: #ffffff !important;
  text-align: left;
}

.th-form-div {
  margin-bottom: 15px;
}

.visual-leadin {
  font-family: "Breve Text Semi Bold", serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 800;
  font-size: 1.2em;
}

.et_pb_dpblog_portfolio_1 .et_pb_portfolio_item h2 {
  font-size: 26px !important;
}

.article-kicker {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  margin-bottom: 15px;
}

.kicker-tag a {
  font-family: 'Breve Sans Text Black', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #931F1D;
}

.kicker-issue a {
  font-family: 'Breve Sans Text Book', sans-serif;
  font-size: 14px;
  padding-top: 2px;
  color: #000000;
}

/* Destinations SCSS
 *
 * Styling for the Destinations section.
 */


 @media (max-width: 480px) {
   h2.related-destinations {
     font-size: 26px !important;
   }
 }

 @media screen and (max-width: 980px) {
   h2.related-destinations {
     font-size: 32px !important;
   }
 }

 .destination-header-img {
   padding-top: 33%;
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
 }

 .destinations-template-default .et_pb_row {
   max-width: 100%;
   width: 95%;
 }

 .destinations-template-default div.upcoming-map-sticky,
 .destinations-template-default #upcoming-events .fixed {
   width: 50%;
 }

 .destinations-template-default .upcoming-left-list {
   width: 45%;
 }

 article.type-destinations .txh_post_metabox {
   min-height: 80px;
 }

 /* force destination items into grid */
 @media only screen and (min-width: 1215px) {
   article.type-destinations .txh_post_metabox {
     min-height: 150px;
   }
 }

 @media only screen and (min-width: 980px) and (max-width: 1215px) {
   article.type-destinations .txh_post_metabox {
     min-height: 200px;
   }
   article.type-destinations .et_pb_text_inner {
     min-height: 100px;
   }
 }

.destination-sidebar {
  width: 31%;
  float: left;
  padding-left: 30px;
  max-width: 350px;
}

.destination-content {
  padding-right: 0%;
  width: 68.7%;
  float: left;
}

.destination-sidebar {
  margin-top: 50px;
  padding-right: 30px;
}

.destination-image {
  margin-top: 50px;
}

.destination-intro {
  display: flex;
  display: -ms-flexbox;
}

.destination-copy {
  width: 75%;
  margin-right: 20px;
  margin-top: 25px;
}

.destination-copy-full {
  width: 100%;
  margin-top: 25px;
}

.destination-map {
  width: 25%;
}

.destination-attractions, .destination-events, .destination-stories {
  margin-top: 20px;
}

.destination-section-header {
  background-color: #4e7034;
  padding: 15px;
  margin-bottom: 10px;
}

.destination-section-header p {
  font-family: 'aktiv-grotesk', sans-serif, sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
}

.destination-event h3 {
  letter-spacing: normal;
}

.collapsible {
  border: 0px;
  display: block;
  background-color: #ffffff;
  color: #000000;
  width: 100%;
  text-align: left;
  padding: 0px 0px 10px 0px;
  font-family: 'aktiv-grotesk', sans-serif, sans-serif;
  font-weight: 600;
  font-size: 15px;
  height: 35px;
}

.destination-sidebar-header {
  background-color: #000000;
  padding: 8px 10px;
  color: #fff;
  font-family: 'aktiv-grotesk', sans-serif, sans-serif;
  font-size: 16px;
  border: 0px;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}

.destination-sidebar-header p {
  font-family: 'aktiv-grotesk', sans-serif, sans-serif;
  color: #ffffff;
  font-size: 16px;
}

/* mirrors 'collapsible' above, this is a link not button */

.destination-sidebar a {
  font-size: 15px;
  color: #000000;
  font-family: 'aktiv-grotesk', sans-serif, sans-serif;
  font-weight: 600;
  display: block;
  padding: 0px 0px 10px 0px;
  text-decoration: none;
}

.sidebar-content {
  padding: 0px 10px;
  border-bottom: 1px solid #adadad;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.collapse-content {
  padding: 0 18px;
  background-color: white;
  display: none;
}

.collapsible:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #ffffff;
  float: right;
  margin-left: 5px;
}

.collapse-content a {
  font-family: 'aktiv-grotesk', sans-serif, sans-serif;
  font-weight: 400;
  padding-bottom: 5px;
  color: #444;
  text-decoration: none;
}

.collapse-content p {
  font-family: 'aktiv-grotesk', sans-serif, sans-serif;
  font-weight: 500;
  margin: 0px;
  padding: 0px 0px 5px 0px;
  font-size: 15px;
}

.collapse-content a:last-of-type {
  padding-bottom: 10px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* Destination attraction styling */

.attraction-results, .event-results, .destination-related-content {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  margin: 0px 10px 10px 10px;
  min-height: 350px;
  position: relative;
}

.destination-related-content {
  margin: 0px;
  justify-content: space-between;
}

.attraction-loader {
  display: none;
  position: absolute;
  width: 150px;
  left: 50%;
  margin-left: -100px;
  top: 100px;
}

.attraction-buttons {
  width: 100%;
  margin: 0px 5px 25px 5px;
}

.attraction-buttons button {
  background-color: #fff;
  border: 1px solid #4e7034;
  color: #000000;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-family: 'aktiv-grotesk', sans-serif, sans-serif;
  margin: 5px;
}

.attraction-buttons button:hover {
  cursor: pointer;
}

.attraction-buttons .button-active {
  background-color: #4e7034;
  color: #ffffff;
}

.destination, .destination-event, .destination-related-post {
  max-width: 33%;
  padding: 0px 25px 25px 0px;
}

.destination-related-post {
  max-width: 32%;
}

.destination-related-post h3 {
  letter-spacing: normal;
  font-weight: 400;
}

.destination-related-post a {
  text-decoration: none;
}

.destination p, .destination-event p {
  font-family: 'aktiv-grotesk', sans-serif, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 15px;
  padding-bottom: 0px;
}

.destination-details p, .destination-event-details p {
  font-family: 'aktiv-grotesk', sans-serif, sans-serif;
  font-size: 14px;
  padding-bottom: 0px;
  margin-bottom: 4px;
}

.destination-details a, .destination-event-details a {
  color: inherit;
  text-decoration: underline;
  font-family: 'aktiv-grotesk', sans-serif, sans-serif;
}

.destination h3 {
  letter-spacing: normal;
}

.destination-details span, .destination-event-details span {
  font-family: 'aktiv-grotesk', sans-serif, sans-serif;
  font-weight: 800;
}

.destination-event-teaser p {
  font-family: 'aktiv-grotesk', sans-serif, sans-serif;
  font-size: 16px;
  font-style: italic;
  text-align: center;
}

.destination-event-teaser a {
  text-decoration: underline;
  color: inherit;
}

.destination-map #map {
  height: 300px;
  width: 100%;
  margin-top: 25px;
}

.leaflet-tile-pane, .leaflet-pane {
  z-index: 5 !important;
}

.leaflet-top, .leaflet-bottom {
  z-index: 5 !important;
}

/* Destination global search */

#globalSearch {
  border: none !important;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  outline: none;
  border-bottom: 1px solid #000 !important;
  font-family: 'aktiv-grotesk', sans-serif;
  font-size: 14px;
  color: #000;
  width: 100%;
  margin: 20px 0px;
  padding: 0px 20px;
}

#globalSearch:focus {
  background-color: #f4f4f4;

}

#citiesList:before {
  content: 'Cities';
  font-size: 10px;
  font-family: 'aktiv-grotesk', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}

#attractionsList:before {
  content: 'Attractions';
  font-size: 10px;
  font-family: 'aktiv-grotesk', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}

#citiesList {
  margin-top: -20px;
}

#citiesList, #attractionsList {
  opacity: 0;
  transition: 1s opacity ease-in-out;
}

#citiesList a {
  text-decoration: none;
}

#citiesList li, #attractionsList li {
  list-style: none;
  font-family: 'aktiv-grotesk', sans-serif;
  font-size: 14px;
  padding: 20px;
}

#citiesList li:hover, #attractionsList li:hover {
  background-color: #f4f4f4;
  font-weight: 800;
  cursor: pointer;
}

/* Writer Page Styling */

.taxo-item {
  width: 90%;
  padding-right: 0px;
  display: flex;
  display: -ms-flexbox;
  margin-bottom: 50px;
  align-items: center;
}

.taxo-entry {
  max-width: calc(100% - 400px);
  padding-left: 30px;
}

.taxo-entry h2 {
  font-family: breve sans text book,sans-serif !important;
  font-size: 26px !important;
}

.taxo-thumb {
  width: 400px;
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 200px;
}

.writer-taxo-header {
  display: flex;
  display: -ms-flexbox;
  width: 80%;
  max-width: 1000px;
  margin: auto;
  padding-top: 100px;
  align-items: center;
  padding-bottom: 50px;
}

.writer-taxo-header-image {
  width: 200px;
  height: 200px;
  background-position: center;
  background-size: cover;
  margin-right: 20px;
  flex-shrink: 0;
  border-radius: 50%;
}

.writer-taxo-copy {
  max-width: 750px;
}

.writer-taxo-header-copy h1 {
  font-family: 'kepler-std-condensed-display', serif;
  font-size: 60px;
}

.writer-taxo-description p {
  font-family: 'aktiv-grotesk', sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.taxo-entry a {
  color: inherit;
  width: 100%;
}

.writer-section-break {
  border-top: 1px solid #000;
  padding-top: 25px;
}

.writer-section-break h3 {
  color: #000;
  font-family: "aktiv-grotesk", Arial, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.writer-container .category-story-strip {
  margin-top: 0px;
}

@media screen and (min-width: 980px) {
  #et-boc .featured_image_bg {
    padding-top: 350px;
  }
}

@media screen and (max-width: 980px) {
  .destination-container {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .destination-sidebar {
    width: 100%;
    padding: 0px;
    max-width: none;
  }
  .destination-content {
    width: 100%;
  }
  .destination-image {
    margin-left: 0px;
    margin-right: 0px;
  }
  .destination-intro {
    flex-wrap: wrap;
  }
  .destination-copy {
    width: 100%;
    margin-right: 0px;
  }
  .destination-map {
    width: 100%;
  }
  .related-posts {
    margin: 1em 10px;
  }
  ul.related-posts-list li {
    width: calc(100% * (1/2) - 20px - 1px);
    height: 35vh;
    margin-bottom: 3.5em !important;
  }
  ul.related-posts-list li:last-child {
    display: block;
  }
  ul.related-posts-list li h4 {
    font-size: 19px;
  }
  .et_header_style_centered #main-header {
    padding: 0 !important;
    margin-top: 50px !important;
  }
  .email-signup input[type=submit] {
    background: #fff !important;
    color: #06abc0 !important;
  }
  .email-signup input[type=submit]:hover,
  .email-signup input[type=submit]:focus {
    background: #f7931e !important;
    color: #fff !important;
  }
  .et_pb_section_0 {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .et_pb_column {
    padding-right: 0 !important;
  }
  .et_pb_row {
/*    padding-left: 0 !important;*/
  }
  .h-display {
    font-size: 36px !important;
  }
  .destination, .destination-related-post, .destination-event {
    max-width: 50%;
  }
  .writer-taxo-header {
    flex-wrap: wrap;
    padding-top: 30px;
    justify-content: center;
  }
  .writer-taxo-header-copy {
    margin-top: 20px;
  }
  .taxo-item {
    flex-wrap: wrap;
  }
  .taxo-item a {
    width: 100%;
  }
  .taxo-thumb {
    width: 95%;
  }
  .taxo-entry {
    max-width: 95%;
    padding-left: 0px;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .x-large {
    font-size: 1.3em !important;
  }
  .xx-large {
    font-size: 2em !important;
  }
  h2.xx-large {
    font-size: 2em !important;
  }
  .h-display {
    font-size: 30px !important;
  }
  #txh-footer .et_pb_row_9 .et_pb_column {
    width: 100% !important;
  }
  ul.related-posts-list li {
    height: 35vh;
    margin-bottom: 4em !important;
  }
  .destination, .destination-event, .destination-related-post {
    max-width: 90%;
    padding: none;
    margin: 20px 5% 0px 5%;
  }
}

@media only screen and (min-width: 641px) {
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type=submit] {
    margin: 2px !important;
  }
}

@media (min-width: 1300px) {
  #et-boc .featured_image_bg {
    padding-top: 450px;
  }
  .ds-random-header .et_pb_gallery_item {
    width: auto;
    right: auto;
  }
}

@media (min-width: 1800px) {
  #et-boc .featured_image_bg {
    padding-top: 600px;
  }
}

/* Accessibility SCSS
 *
 * Additional styling specific to accessibility compliance.
 */
.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Forms SCSS
 */
::-webkit-input-placeholder {
  color: #B4B0C3 !important;
}

::-moz-placeholder {
  color: #B4B0C3 !important;
}

:-ms-input-placeholder {
  color: #B4B0C3 !important;
}

:-moz-placeholder {
  color: #B4B0C3 !important;
}

/*input.text,
input.title,
input[type="text"],
select {
  margin: 0;
  height: 2.7em;
  border: 1px solid #e5e5e5 !important;
}*/

form label {
  font-family: "Breve Sans Text Book", sans-serif !important;
  font-weight: 300;
  /* Overridden by inherit and normal on style.css:1224, form#EventSubmission label. Can we remove and drop !important? */
}

.gform_wrapper .description_above .gfield_description {
  padding-bottom: 0;
}

.gform_wrapper ul li.gfield {
  padding-bottom: 25px;
}

input.et-search-field::-webkit-input-placeholder {
  color: #fff !important;
  text-transform: uppercase;
}

input.et-search-field::-moz-placeholder {
  color: #fff !important;
  text-transform: uppercase;
}

input.et-search-field:-ms-input-placeholder {
  color: #fff !important;
  text-transform: uppercase;
}

input.et-search-field:-moz-placeholder {
  color: #fff !important;
  text-transform: uppercase;
}

.et_pb_search.et_pb_module {
  border: 0;
}

.email-signup input[type="text"],
.et_pb_search input.et_pb_s {
  background: #fff;
  border: 0;
  border-radius: 10px;
  width: calc(100% - 130px);
  height: 39px;
  padding-right: .715em !important;
  padding-left: .715em !important;
  line-height: 170% !important;
}

.email-signup input[type="submit"],
.et_pb_search input.et_pb_searchsubmit {
  background: #f7931e;
  color: #fff;
  border: 0;
  border-radius: 10px;
  width: 115px;
  height: 39px;
  vertical-align: middle;
}

/*.submit,
input[type="submit"] {
  color: #fff !important;
  cursor: pointer;
}*/

/*--------- Event filter ------------*/
.eventSearchForm {
  position: relative;
  background-color: #efefef;
}

.eventSearchForm .inner {
  text-align: center;
  margin: 0 auto;
  padding: 32px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
  max-width: 600px;
}

.eventSearchForm h2 {
  padding-bottom: 0;
}

.eventSearchForm p {
  font-size: 14px;
  margin-bottom: 24px;
}

.eventSearchForm .filter_area {
  text-align: left;
  margin: 0 16px;
}

.eventSearchForm .filter_area .field {
  margin: 16px 0;
}

@media screen and (min-width: 768px) {
  .eventSearchForm .filter_area .field.date-wrapper {
    position: relative;
    padding-right: 180px;
  }
}

.eventSearchForm .filter_area label {
  display: block;
  font-size: 16px;
}

.eventSearchForm .filter_area input[type=text], .eventSearchForm .filter_area select {
  display: block;
  width: 100%;
  padding: 8px;
  height: auto;
  border: none !important;
  border-bottom: 3px solid #c7c7c7 !important;
  font-size: 16px;
}

.eventSearchForm .filter_area .date_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.eventSearchForm .filter_area .date_area .datefield {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50% - 24px);
  max-width: 100%;
}

.eventSearchForm .filter_area .date_area .date-dash {
  width: 24px;
  height: 24px;
  border-bottom: 3px solid #c7c7c7;
}

.eventSearchForm .filter_area .et_pb_button {
  display: block;
  margin: 32px auto 0;
  width: 160px;
  text-transform: unset;
  font-weight: normal;
  font-size: 16px;
  height: 40px;
}

@media screen and (min-width: 768px) {
  .eventSearchForm .filter_area .et_pb_button {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.ui-datepicker.ui-widget-content {
  border: none;
  border-bottom: 3px solid #c7c7c7;
}

.ui-datepicker .ui-datepicker-header {
  border: none;
  background: #fff;
  font-size: 14px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-month {
  font-size: 16px;
}

.ui-datepicker .ui-datepicker-calendar {
  font-size: 12px;
  margin: 0;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  background: none;
  text-align: center;
  border: none;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-highlight {
  background-color: #00b9cf;
  font-weight: bold;
}

form#EventSubmission input,
form#EventSubmission[type="text"] {
  margin: 8px 0;
  border: 1px solid gray;
  height: 2.7em;
  padding: 14px;
  font-size: 1em;
}

form#EventSubmission label {
  display: block;
}

form#EventSubmission ul {
  list-style: none;
}

form#EventSubmission .categorycheck {
  height: 1em;
  margin-right: 8px;
}

form#EventSubmission {
  margin-bottom: 40px;
}

/* event submit form */
div.eventPhoneDiv input,
div.eventPhoneDiv p {
  display: inline-block;
}

label[for="Free Event"] {
  display: inline-block !important;
  padding: 0 5px;
}

input[name="Free Event"] {
  margin-top: -1px;
  vertical-align: middle;
}

form#EventSubmission input[type="submit"] {
  color: inherit !important;
}

form#EventSubmission label {
  font-weight: normal;
  font-family: inherit;
  margin-top: 16px;
}

form#EventSubmission label.FormHeader {
  font-weight: bold;
}

div.inlineInput {
  display: inline-block !important;
  padding-left: 10px;
}

/* end submit form */
/* Navigation SCSS
 */
#et_mobile_nav_menu .mobile_nav #mobile_menu {
  border: none;
}

@media (max-width: 980px) {
  #et_mobile_nav_menu .mobile_nav #mobile_menu {
    top: 34px;
  }
}

/* Header SCSS
 */
#top-menu li li {
  margin: 0;
  padding: 5px 20px;
}

/* phones and vertical tablets */
@media (max-width: 980px) {
  .mobilehide {
    display: none;
  }
  .atss {
    top: 19.5%;
  }
  .container.et_menu_container {
    width: 100%;
    /* chad */
  }
  #logo {
    max-height: 80%;
  }
  header .et_mobile_menu li {
    width: 100%;
    float: left;
    text-align: center;
    margin: 5px 1.5%;
  }
  header .et_mobile_menu li a {
    padding: 5px;
    background: #00bfd6;
    color: #fff !important;
    border: 0;
  }
  header .et_mobile_menu li a:hover,
  .et_mobile_menu li a:focus {
    opacity: 1;
    background: #f7931e;
  }
  #et_top_search {
    margin: 0 15px 0 0;
  }
  .et_pb_search input.et_pb_s {
    width: calc(100% - 100px);
  }
  .et_pb_search input.et_pb_searchsubmit {
    width: 85px;
  }
  .et_mobile_menu .menu-item-has-children > a {
    background: #00bfd6;
    font-weight: 600;
  }
  #main-header .et_mobile_menu li ul {
    padding-left: 0;
  }
  header .et_mobile_menu li li {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
  }
  header .et_mobile_menu li li a {
    background: none;
    color: #00bfd6 !important;
    padding: 5px 0;
    line-height: 120%;
  }
}

/* ads */
.et_pb_section.header-ad {
  padding: 0;
  background-color: rgba(0, 0, 0, 0) !important;
}

.header-ad .et_pb_row {
  padding: 0 0 20px 0;
}

/* larger than phones and vertical tablets */
@media (min-width: 981px) {
  .et_header_style_left #et-top-navigation,
  .et_header_style_split #et-top-navigation {
    padding: 0;
  }
  #top-menu > li > a {
    padding-top: 18px;
  }
  #et_top_search {
    margin-top: 15px;
  }
  #et-secondary-nav .menu-item-has-children > a:first-child:after,
  #top-menu .menu-item-has-children > a:first-child:after {
    top: 20px;
  }
}

.et_header_style_centered .et-search-form input {
  top: 65%;
}

#top-menu li.current-menu-item.no-highlight > a {
  color: white !important;
}

#top-header {
  background-color: #ffffff !important;
}

#et-secondary-nav li ul,
#top-header {
  background-color: #ffffff !important;
}

div#et-secondary-menu ul#et-secondary-nav li {
  /* Changed to Breve Sans to match style */
  font-family: "Breve Sans Text Book", sans-serif;
}

@media screen and (max-width: 980px) {
  .et_header_style_centered #main-header {
    padding: 0 !important;
    margin-top: 50px !important;
  }
}

@media (max-width: 480px) {
  .et_header_style_centered #main-header {
    padding: 0 !important;
    margin-top: 50px !important;
  }
}

/******************************************************************************************************************************/
#main-header .container {
  max-width: 100%;
  width: 100%;
}

#main-header .logo_container {
  background: #fff;
}

#main-header .logo_container #logo {
  margin-top: -24px;
}

#main-header .nav li ul {
  width: 280px;
  padding: 15px 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

#main-header .nav li ul li {
  width: 100%;
}

#main-header .nav li ul li a {
  padding: 0;
}

#main-header .nav li ul li a:hover, #main-header .nav li ul li a:focus {
  color: #f7931e;
  opacity: 1;
}

#main-header #et-top-navigation {
  font-weight: 500;
}

@media (min-width: 1200px) {
  #main-header #et-top-navigation #top-menu li a {
    font-size: 1.6em !important;
  }
}

#main-header #et-top-navigation #top-menu li ul li {
  margin: 0;
  padding: 5px 20px;
}

#main-header #et-top-navigation #top-menu li ul li a {
  width: auto;
}

@media (min-width: 981px) {
  #main-header #mobile_menu li a:hover,
  #main-header .nav ul li a:hover {
    background: none;
  }
}

#main-header .mobile_menu_bar:before {
  color: #fff !important;
}

#main-header button.da11y-screen-reader-text {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: 1px !important;
  border: 0 !important;
  outline: 0 !important;
  outline-offset: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: transparent !important;
  background: transparent !important;
}

@media (max-width: 980px) {
  #main-header #et_top_search {
    display: block !important;
    float: right;
    z-index: 99999;
    margin-right: 50px;
    padding-top: 6px;
    opacity: 1;
  }
}

#main-header .et_search_outer {
  display: block;
}

#main-header .et_close_search_field {
  top: unset;
  right: 5px;
  line-height: 2em;
  font-size: 14px;
  bottom: 1px;
}

@media (min-width: 981px) {
  #main-header .et_close_search_field {
    top: 65%;
    right: 0;
  }
}

#main-header .et_close_search_field:after {
  margin-top: -2px;
}

@media (min-width: 981px) {
  #main-header .et_close_search_field:after {
    margin-top: 0;
  }
}

#main-header .et-search-form input {
  right: auto;
  left: 10px;
  bottom: 1px;
  line-height: 2em;
  font-size: 14px;
}

@media (min-width: 981px) {
  #main-header .et-search-form input {
    top: 66.7%;
    line-height: 1em;
  }
}

#main-header .et_close_search_field {
  top: unset;
}

@media (min-width: 981px) {
  #main-header .et_close_search_field {
    top: 66.7%;
  }
}

@media (max-width: 980px) {
  .et_header_style_centered #main-header .et_search_form_container {
    max-width: 100% !important;
  }
}

.et_header_style_centered #main-header #et_search_icon:before {
  top: 8px;
  left: -3px;
}

@media (min-width: 981px) {
  .et_header_style_centered #main-header #et_search_icon:before {
    top: -15px;
    left: 0;
  }
}

@media (max-width: 980px) {
  .et_header_style_split #main-header .et_search_form_container.et_pb_search_visible,
  .et_header_style_split #main-header .et_search_form_container.et_pb_search_form_hidden {
    max-width: 100% !important;
  }
}

.et_header_style_split #main-header #et_search_icon:before {
  margin-top: 0;
  left: -3px;
}

@media (min-width: 981px) {
  .et_header_style_split #main-header #et_search_icon:before {
    top: -15px;
    left: 0;
  }
}

/* Enable Search on Mobile for Divi Centered and Centered Inline Logo Headers */
@media (max-width: 980px) {
  /*
    #et_top_search {
        margin-right: 50px;
        padding-top: 6px;
        opacity: 1;
    }
    */
  /* make search icon visible */
  /*
    .et_header_style_centered #et_top_search,
    .et_vertical_nav.et_header_style_centered #main-header #et_top_search,
    .et_header_style_split #et_top_search,
    .et_vertical_nav.et_header_style_split #main-header #et_top_search {
        display: block !important;
        float: right;
        z-index: 99999;
    }
    */
  /* make search field visible */
  /*
    .et_header_style_centered .et_search_outer,
    .et_header_style_split .et_search_outer {
        display: block;
    }
    */
  /* set max-width for search form container */
  /*
    .et_header_style_centered .container.et_search_form_container,
    .et_header_style_split .container.et_search_form_container.et_pb_search_visible,
    .et_header_style_split .container.et_search_form_container.et_pb_search_form_hidden {
        max-width: 100% !important;
    }
    */
  /* apply in-animation for search form container */
  .et_header_style_centered .container.et_search_form_container.et_pb_search_visible,
  .et_header_style_split .container.et_search_form_container.et_pb_search_visible {
    z-index: 999;
    -webkit-animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  }
  /* apply out-animation for menu bar elements */
  .et_header_style_centered .et_pb_menu_hidden #et_search_icon:before,
  .et_header_style_centered .et_pb_menu_hidden .mobile_menu_bar,
  .et_header_style_centered .et_pb_menu_hidden .select_page,
  .et_header_style_split .et_pb_menu_hidden #et_search_icon:before,
  .et_header_style_split .et_pb_menu_hidden .mobile_menu_bar,
  .et_header_style_split .et_pb_menu_hidden .select_page {
    opacity: 0;
    -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  }
  /* apply in-animation for "Select Page" container */
  .et_header_style_centered .et_pb_menu_visible .select_page,
  .et_header_style_split .et_pb_menu_visible .select_page {
    opacity: 1;
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  }
  /* adjust close search icon horizontal positioning */
  /*
    .et_header_style_centered span.et_close_search_field,
    .et_header_style_split span.et_close_search_field {
        right: 5px;
    }
    */
  /* adjust search form input horizontal positioning */
  /*
    .et_header_style_centered .et-search-form input,
    .et_header_style_split .et-search-form input {
        left: 10px;
        right: auto;
    }
    */
  /*
    .et_header_style_centered .et-search-form input,
    .et_vertical_nav.et_header_style_centered .et-search-form input,
    .et_header_style_split .et-search-form input {
        top: unset !important;
        line-height: 2em;
        font-size: 14px !important;
        bottom: 1px;
    }
    */
  /* adjust close search icon top margin */
  /*
    .et_header_style_centered .et_close_search_field:after,
    .et_header_style_split .et_close_search_field:after {
        margin-top: -2px;
    }
    */
}

/* END mobile search */
/* jpjp -- chch not sure why all this is commented out...leaving it here just in case
#et_top_search {width:auto; transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity .25s ease-in-out;}
#et_top_search:before {content:"Search"; color:white !important; font-size:88%; font-weight:bold; cursor:pointer;}
#et_search_icon:before {font-weight:bold !important; color:white !important; display:contents;}
*/
/*
#et_search_icon::before {content:"";}
#et_search_icon {display:inline-block; width:24px; height:24px;
  background:url(img/icon-search.png) no-repeat center center; background-size: contain;}
*/
/* move search above navbar
.et_search_outer {top: 60px; right: 0; width: 33%; z-index: 99; transition: top .75s ease-in-out; -moz-transition: top .75s ease-in-out; -webkit-transition: top .75s ease-in-out;}
.et_header_style_centered .et-fixed-header .et_search_outer {top:20px; overflow:visible;}
.container.et_search_form_container {height:auto; opacity:1;}
.et-search-form {position: relative; max-width:300px;}
.et-search-form input {position: relative; width: 70%; background: #f7931e; color: #fff; border: 0; border-radius: 10px 0 0 0; height: 39px; max-width: 261px; vertical-align: middle; text-align:center; font-family: "europa", "Trebuchet MS", Arial, Helvetica, sans-serif; text-transform: uppercase; font-size: 18px !important; font-weight:300; right:auto;}
.et-search-form button, .et-search-form button.da11y-screen-reader-text:focus {position: relative !important; border-radius: 0 10px 0 0; width: 39px; height: 39px; background: #00bfd6 url(img/icon-search.png) no-repeat center center; background-size: contain; background-size: 70% auto; text-indent: -999px; border: 0; outline: 0; top:1px; cursor:pointer; -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0); box-shadow: 0 0 0 0 rgba(0,0,0,0); left:auto; padding: 1px 6px; display:inline;}
.et-search-form button:hover, .et-search-form button:focus {opacity:0.7;}
span.et_close_search_field {display:none;}
.et_pb_menu_hidden #et_search_icon {opacity: 0; -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1); -moz-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1); -o-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1); animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);}

*/
/* Footer SCSS
 */


/* Sidebar SCSS
 */
/* sidebar */
body .et_pb_widget_area_right {
  border: 0;
}

.et_right_sidebar #main-content .container:before {
  right: 30.3% !important;
  background: none;
}

.et_right_sidebar #sidebar {
  width: 31%;
  float:left;
  padding-left:30px;
}

.where-to-go-sidebar .et_pb_searchsubmit {
  display: block !important;
  position: relative !important;
  margin: 10px auto !important;
}

.where-to-go-sidebar .et_pb_s {
  width: 100% !important;
  display: block !important;
  position: relative;
}

.where-to-go-sidebar {
  padding: 0px !important;
}

/* ads */
.texas-above-article {
  margin: 2.3em;
  text-align: center;
}

.texas-right-sidebar-ads {
  margin-left: 2em;
}

.texas-house-ads-sidebar {
  max-width: 300px !important;
}

#sidebar .et_pb_widget {
  margin-bottom: 0;
}

.single-destinations .et_right_sidebar #main-content .container:before {
  display: none;
}

/* Slider SCSS
 */
h2.et_pb_slide_title {
  font-family: "Breve Sans Text Black", sans-serif !important;
  text-transform: capitalize !important;
}

#regions .et_pb_slider .et_pb_slide,
#category .et_pb_slider .et_pb_slide {
  min-height: 400px !important;
}

#post-69726 .et_pb_slide {
  min-height: 289px;
}

#post-69661 .et_pb_slide {
  min-height: 298px;
}

#regions .et_pb_slide .et_pb_slide_description a.et_pb_more_button.et_pb_button,
#category .et_pb_slide .et_pb_slide_description a.et_pb_more_button.et_pb_button {
  font-size: 0px;
  background-color: rgba(0, 0, 0, 0) !important;
  top: -1000px;
  right: -1000px;
  height: 5000px;
  width: 5000px;
  position: absolute;
}

.slider-grid .et_pb_slide .et_pb_slide_description a.et_pb_more_button.et_pb_button,
#category .et_pb_slide .et_pb_slide_description a.et_pb_more_button.et_pb_button {
  font-size: 0px;
  background-color: rgba(0, 0, 0, 0) !important;
  top: -1000px;
  right: -1000px;
  height: 5000px;
  width: 5000px;
  position: absolute;
}

.slider-grid .et_pb_row {
  max-width: 1480px;
  padding: 35px 0;
}

.slider-grid .et_pb_slide {
  min-height: 440px !important;
}

.slider-grid h2 {
  line-height: 1em;
  text-shadow: 0em 0em 0.2em #000000;
}

.et_pb_slide_description {
  -webkit-animation-duration: 0s !important;
          animation-duration: 0s !important;
  padding-left: 0;
  padding-right: 0;
}

.txh-box-slider-module h2.et_pb_slide_title {
  font-family: "Breve Sans Text Book", sans-serif !important;
  font-size: 26px !important;
  color: black !important;
  background: white;
  max-width: 90%;
  padding: 10px 0;
  margin: 0 auto;
}

.txh-box-slider-module .et_pb_bg_layout_dark .et_pb_slide_description {
  text-shadow: none !important;
  padding-left: 0;
  padding-right: 0;
}

.txh-box-slider-module .et_pb_slide {
  padding: 0 !important;
}

.et_pb_bg_layout_dark .et_pb_slide_description {
  text-shadow: initial;
}

.slider-grid .et_pb_row {
  padding: 15px;
}

.et_pb_column_1_3 .et_pb_slide_description,
.et_pb_column_2_5 .et_pb_slide_description {
  padding-bottom: 16%;
}

.et_pb_slider_container_inner {
  vertical-align: bottom;
}

h2.et_pb_slide_title {
  font-family: "Breve Sans Text Black", sans-serif !important;
  font-size: 36px !important;
  text-transform: capitalize !important;
}

@media (max-width: 480px) {
  h2.et_pb_slide_title {
    font-size: 28px !important;
  }
}

.slider-grid .et_pb_row {
  max-width: unset;
}

/* Related Posts
 */
.related-posts {
  text-align: center;
  margin-bottom: 2.2em;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .related-posts {
    margin-bottom: 1em;
  }
}

.related_posts_area ul {
  /* Renamed from ul.related-posts-list to increase specificity to counteract margin/padding !important */
  padding: 10px 0;
  margin: 0;
  list-style: none !important;
  /* Must keep !important above to override Divi theme style */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

ul.related-posts-list li {
  padding-bottom: 18px;
  width: calc(100% * (1/3) - 20px - 1px);
  height: 250px;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  ul.related-posts-list li {
    width: 100%;
    height: 55vh;
  }
}

ul.related-posts-list li:last-child {
  display: none;
}

ul.related-posts-list li h4 {
  font-family: "Breve Sans Text Book", sans-serif;
  /* Removed !important */
  text-transform: capitalize;
  font-size: 18px;
  padding-top: 5px;
  line-height: 1.2em;
}

ul.related-posts-list li .thumb {
  height: 100%;
  width: 100%;
}

ul.related-posts-list li img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

body .crp_related {
  text-align: center;
}

.related-container {
  margin-top: 30px;
}

body .crp_related ul {
  float: none;
  display: inline-block;
}

#left-area .crp_related li {
  margin: 17px !important;
}

#left-area .related-container ul li:last-child,
#left-area .related-container ul li:nth-last-child(2) {
  display: none;
}

/* TXH Box Module SCSS
 */
.et_pb_txh_post .et_pb_image_wrap {
  margin-bottom: 45px;
}

.et_pb_txh_post .et_pb_image_wrap {
  max-height: 320px;
  overflow: hidden;
  position: relative;
}

.et_pb_txh_post .et_pb_image_wrap img {
  max-width: none;
  max-height: 100%;
  margin-left: -33%;
}

.et_pb_txh_post .et_pb_image_wrap.positionfix img {
  max-height: none;
  width: 100%;
  margin-left: 0;
  margin-top: -23%;
}

.et_pb_txh_post .title-meta {
  background-color: white;
  position: absolute;
  bottom: -40px;
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
}

/* Pages
 * Includes any styles specific to individual pages that are not common to the
 * rest of the site. These will mostly be according to template.
 */
/* Home SCSS
 */
.home .et_pb_row_0 {
  width: 100%;
  max-width: 100%;
}

.home .block-subscribe h2 {
  padding: 20px 0 0 0;
}

.home .destination-guides .txh_post_link .txh_post_title h2 {
  color: #fff;
  text-transform: none;
}

.home h2.homepage-events-module {
  /* can stay - otherwise overriden by global h2 */
  font-size: 1.75em !important;
  margin-bottom: 0;
}

.home .email-signup input[type="submit"] {
  float: right;
}

.home .destination-deals > .et_pb_column_1_2 {
  margin-right: 3%;
}

.home .homepage-large-ad img {
  display: block;
  margin: 0 auto;
}

.home .homepage_label .txh_post_metabox.meta_placement_overlay {
  padding: 10px;
  margin-top: -90px;
  background-color: #fff;
  max-width: 90%;
}

.home p.homepage-events-module {
  padding-bottom: 0px;
}

.home p.homepage-ed-pick {
  font-family: "Breve Sans Text Book", sans-serif;
  padding: 10px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
}

.home .homepage-feature-grid .et_pb_portfolio_item {
  /* !important not needed */
  margin-bottom: 0;
}

.home .homepage-feature-grid .et_pb_portfolio_item h2 {
  /* Inheriting from several other places — could be set by .et_pb_portfolio_item h2 as Sans and not !important */
  font-family: "Breve Sans Text Book", sans-serif;
  /* !important removed on center */
  text-align: center;
  /* !important removed on margin */
  margin: -45px 5% 0px 5%;
  /* !important removed on all below */
  background-color: #fff !important;
  width: 90%;
  padding: 12px;
  position: relative;
}

.home .homepage-feature-grid .et_portfolio_image {
  height: 450px;
  width: 100%;
}

@media (min-width: 980px) {
  .home .homepage-feature-grid .et_portfolio_image {
    max-height: 350px;
  }
}

@media (min-width: 1300px) {
  .home .homepage-feature-grid .et_portfolio_image {
    max-height: 450px;
  }
}

@media (min-width: 1800px) {
  .home .homepage-feature-grid .et_portfolio_image {
    /* updated to 560 and overrode max-height */
    height: 600px;
    max-height: 600px;
  }
}

.home .homepage-feature-grid .et_portfolio_image img {
  max-width: 180%;
  margin-left: -50%;
  /* height:auto already set by style.css:11 - declaration not needed */
}

@media (min-width: 600px) {
  .home .homepage-feature-grid .et_portfolio_image img {
    max-width: 100% !important;
    margin-left: auto;
  }
}

@media (min-width: 980px) {
  .home .homepage-feature-grid .et_portfolio_image img {
    max-width: 180% !important;
    margin-left: -50%;
  }
}

@media (min-width: 1300px) {
  .home .homepage-feature-grid .et_portfolio_image img {
    max-width: 180% !important;
    margin-left: -50%;
  }
}

@media (min-width: 1800px) {
  .home .homepage-feature-grid .et_portfolio_image img {
    max-width: 180% !important;
    margin-left: -50%;
  }
}

/* Single Post SCSS
 */

.single-post h6 {
  font-family: "Breve Sans Text Book", sans-serif !important;
  font-size: 22px;
}

.single .post-meta {
  display: none;
}

@media (max-width: 480px) {
  .single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 980px) {
  .single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
    width: 90%;
  }
}

/* post_meta centering removed here */

.et_post_meta_wrapper {
  padding-top: 30px !important;
  margin-bottom: 30px;
}

.post-meta a,
#left-area .post-meta a {
  text-decoration: underline;
}

body .txh-post-content {
  padding: 0;
}

body .txh-post-content .et_pb_row {
  padding: 0;
}

/* Pages SCSS
 */
/* Themes
 * Includes project-specific themes, like alternate color schemes or admin styles.
 */

/* Global Type Styles */

h1 {
  font-family: "kepler-std-condensed-display", serif;
  font-size: 75px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.9px;
  word-wrap: normal;
}

.single-post h1 {
  font-size: 75px;
}

.et_post_meta_wrapper h1 {
  text-align: left;
}

h2 {
  font-family: "aktiv-grotesk", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.56px;
  text-align: left;
}

h3 {
  font-family: "aktiv-grotesk", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.56px;
  text-align: left;
}

h4 {
  font-family: "aktiv-grotesk", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

p {
  font-family: "miller-display", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.et_pb_text_inner {
  font-family: "miller-display", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.kicker {
  color: #4E7034;
  font-family: "aktiv-grotesk", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  text-align: left;
}

.kicker a {
  text-decoration: none;
}

.byline-holder, .photographer p {
  font-family: 'miller-display', serif;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
}

.et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) .et_post_meta_wrapper {
  margin-bottom: 30px;
}

.contributors {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.author-box {
  padding-right: 25px;
}

.photographer {
  display: inline;
}

.photographer p {
  display: inline;
}

.byline-holder span {
  font-style: italic;
  text-transform: none;
}

.byline-holder a {
  color: inherit;
}

.date_posted {
  font-family: 'aktiv-grotesk', sans-serif;
  font-size: 14px;
  color: #757575;
  text-transform: none;
  letter-spacing: 1px;
}

.has-drop-cap:not(:focus)::first-letter, .dropcap {
  font-size: 45px !important;
  font-family: 'kepler-std-condensed-display', serif;
  line-height: .68 !important;
  margin: 10px 60px 30px 0px !important;
  border-bottom: 2px solid #000;
  padding: 30px 10px 20px 0px;
  float: left;
}

.has-drop-cap:not(:focus)::first-line {
  font-family: 'aktiv-grotesk', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
  font-size: 14px;
}

@media screen and (max-width:980px) {
  h1, .single-post h1 {
    font-size: 60px;
    line-height: .85;
  }
  h2 {
    font-size: 18px;
    line-height: 1.1;
  }
  .kicker {
    font-size: 12px;
  }
  h3 {
    font-size: 16px;
  }
  .author-box {
    font-size: 12px;
    line-height: 1.2;
  }
}

/* Main Navigation (2024 Redesign) */
.et_fixed_nav.et_show_nav.et_header_style_centered #page-container {
  padding-top: 165px !important;
}

.et_fixed_nav.et_show_nav.et_header_style_centered #page-container-transparent {
  padding-top: 0px !important;
}

#page-container {
  margin-bottom: -30px;
}

header {
  display: flex;
  display: -ms-flexbox;
  margin: 0px auto;
  flex-wrap: wrap;
  padding: 50px 5% 0px 5%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #fff;
  width: 100%;
  z-index: 100;
  justify-content: space-between;
  transition: 1s all ease-in-out;
}

#header-transparent {
  background-color: transparent;
}

.headerWhite {
  background-color: #ffffff !important;
}

.nav-logo-container {
  position: relative;
  overflow: hidden;
  height: 50px;
  width: 250px;
  transition: 1s all ease-in-out;
}

.nav-logo-container img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

#logoOneLine {
  opacity: 0;
}

.th-top-menu {
  width: 100%;
  padding: 20px 0px 20px 0px;
  border-bottom: 1px solid #000;
  transition: 1s all ease-in-out;
}

#menu-primary {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

#menu-primary li, .th-hamburger-menu li {
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 400;
  font-size: 15px;
}

.th-hamburger-menu li {
  line-height: 2;
}

#menu-primary a, .th-hamburger-menu a {
  text-decoration: none;
}

#menu-primary .sub-menu {
  display: none;
}

.menu-item {
  position: relative;
}

.th-top-menu .current-menu-item::after {
  content: '';
  width: 100%;
  position: absolute;
  height: 2px;
  background-color: #000;
  top: 43px;
  left: 0px;
}

.nav-right {
  display: flex;
  align-items: flex-start;
}

.hamburger-toggle {
  margin-top: 8px;
}

.menu-toggle {
  display: none;
}

.menu-icon {
  display: block;
  cursor: pointer;
  width: 30px;
  height: 21px;
  position: relative;
  z-index: 100;
}

.menu-icon span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000000;
  margin-bottom: 5px;
  position: absolute;
  transition: all 0.3s;
}

.menu-icon span:nth-child(1) {
  top: 0;
}

.menu-icon span:nth-child(2) {
  top: 9px;
}

.menu-icon span:nth-child(3) {
  top: 18px;
}

.th-hamburger-menu {
  list-style: none;
  margin: 0;
  display: none;
  position: fixed;
  width: 25%;
  max-width: 325px;
  top: 0px;
  right: 0px;
  min-height: 500px;
  padding: 100px 70px 20px 20px;
  background-color: #fff;
  z-index: 12;
  box-shadow: -5px 3px 2px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  max-height: 100vh;
  overflow-y: scroll;
}

.hamburger-bottom {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #000;
}

.hamburger-bottom a {
  font-family: 'aktiv-grotesk-condensed', sans-serif;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 2;
}

.hamburger-bottom .button {
 margin-top: 20px;
 display: inline-block;
}

.th-hamburger-menu .sub-menu {
  display: none;
}

.th-hamburger-menu .sub-menu li {
  margin-left: 20px;
}

.menu-toggle:checked + .menu-icon span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}

.menu-toggle:checked + .menu-icon span:nth-child(2) {
  opacity: 0;
}

.menu-toggle:checked + .menu-icon span:nth-child(3) {
  transform: rotate(-45deg);
  top: 9px;
}

.menu-toggle:checked ~ .menu {
  display: block;
}

.search-icon {
  width: 20px;
  height: 20px;
  margin-top: 3px;
}

.search-field {
  display: none;
  position: absolute;
  bottom: 5px;
  transition: height .5s ease-in-out;
  background-color: #f7f7f7;
  text-align: center;
}

.search-field-mobile {
  background-color: #f7f7f7;
  text-align: center;
  margin-bottom: 15px;
}

.search-field label, .search-field-mobile label {
  font-family: 'aktiv-grotesk', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8e8e8e;
  padding-left: 15px;
}

.search-field input, .search-field-mobile input {
  background-color: transparent;
  border: 0px !important;
  font-family: 'aktiv-grotesk', sans-serif;
  color: #000;
  font-weight: 500;
  font-size: 19px;
  margin-left: 5px;
  width: 75%;
}

.search-field input:focus, .search-field-mobile input:focus {
  padding-left: 10px;
  background-color: transparent !important;
}

#searchMobile {
  width: calc(100% - 45px);
}

#searchMobile:focus {
  background-color: transparent;
}

.search-field-mobile img {
  transform: translateY(3px);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media screen and (max-width:980px) {
  header {
    border-bottom: 1px solid #000;
    padding-bottom: 25px;
  }
  .th-top-menu {
    display: none;
  }
  .th-hamburger-menu {
    width: 50%;
  }
  .et_fixed_nav.et_show_nav.et_header_style_centered #page-container {
    padding-top: 195px !important;
  }
}

@media screen and (max-width: 450px) {
  .et_fixed_nav.et_show_nav.et_header_style_centered #page-container {
    padding-top: 150px !important;
  }
  header {
    padding-top: 30px;
    padding-bottom: 0px;
    align-items: center;
  }
  .hamburger-toggle {
/*    margin-top: -10px;*/
  }
  .nav-logo-container {
    width: 50%;
  }
  #logoStacked {
    margin-top: 0px;
  }
  #logoOneLine {
    margin-top: 8px;
  }
  .th-hamburger-menu {
    overflow-y: scroll;
    width: 100%;
    max-width: 100%;
    max-height: 100vh;
    padding-bottom: 100px;
  }
  .nav-right .button {
    display: none;
  }
  #hamburgerMenuSubscribe {
    display: inline-block;
  }
}

@media not all and (hover: hover) {
  .th-hamburger-menu .sub-menu {
    display: block;
  }
  .th-hamburger-menu .sub-menu li {
    opacity: 1;
  }
}

@media not all and (hover: none) {
  .th-hamburger-menu li a:hover, .hamburger-bottom a:hover {
    font-weight: 600;
    color: #4E7034;
    text-decoration: underline;
  }

  .search-icon {
    cursor: pointer;
  }

  .th-hamburger-menu .button:hover {
    background-color: #4E7034;
    color: #ffffff;
  }

  .th-top-menu .menu-item:hover:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 2px;
    background-color: #000;
    top: 43px;
    left: 0px;
  }
}

/* Structure for single.php */

.container {
  width: 90%;
  max-width: none;
  margin: auto;
}

#content-area {
  display: flex;
  display: -ms-flexbox;
}

.et_right_sidebar #left-area {
  width: 70%;
  float: none;
}

.et_right_sidebar #sidebar {
  width: 300px;
  padding-left: 0px;
}

.description {
  margin: 20px auto;
}

.container.entry-content {
  max-width: 750px;
  margin-left: 125px;
}

body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
  padding-top: 70px;
}

.writer-container {
  padding-top: 0px;
}

@media screen and (max-width:980px) {
  #content-area {
    flex-wrap: wrap;
  }
  .et_right_sidebar #left-area {
    width: 100%;
  }
  .entry-content {
    margin-left: auto;
  }
  .description {
    margin: 10px auto;
  }
  body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
    padding-top: 0px;
  }
  #sidebar {
    width: 100%;
    max-width: 300px;
  }
  .article_featured_image {
    margin-top: 30px;
  }
}

/* Alterations for fullwidth template */
.fullwidth-post article {
  width: 100%;
}

.fullwidth-post img {
  width: 100%;
}

.fullwidth-post .article_featured_image figcaption {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.fullwidth-post .entry-content {
  margin: 0px auto;
  padding-top: 0px;
  max-width: 100%;
}

.fullwidth-post .wp-block-create-block-th-sidebar {
  margin-right: auto;
}

.fullwidth-post .wp-block-create-block-th-image {
  margin: 30px auto;
}

.fullwidth-post p:not(.kicker) {
  max-width: 750px;
  margin: 10px auto;
}

.fullwidth-post .wp-block-create-block-th-sidebar {
  max-width: 750px;
}

.fullwidth-post .wp-block-columns {
  max-width: 1080px;
  margin: 0px auto;
}

.fullwidth-post figcaption {
  width: 90%;
  margin: 0px auto;
}

.fullwidth-post .wp-block-columns figcaption {
  width: 100%;
}

.fullwidth-post .wp-block-column p {
  max-width: 100%;
}

.fullwidth-title {
  max-width: 1080px;
  margin: 100px auto 20px auto;
}

.aligncenter, div.post .new-post .aligncenter {
  text-align: center;
}

@media screen and (max-width:1080px) {
  .fullwidth-post .wp-block-columns {
    max-width: 90%;
  }
  .fullwidth-title {
    max-width: 90%;
    margin-top: 50px;
  }
}

/* Paywall */

.paywall-container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,.8);
  z-index: 100005;
  display: none;
}

.paywall-capture {
  padding: 30px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0px;
  height: 237px;
  width: 100%;
  text-align: center;
}

.paywall-form-div label {
  font-family: 'aktiv-grotesk', san-sserif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 1em;
  margin-right: 10px;
}

.paywall-form-div input {
  font-family: 'aktiv-grotesk', sans-serif;
  padding: 10px 10px 12px 10px;
  font-size: 15px;
}

.email-field {
  margin: 20px 0px;
}

#paywallSignUp {
  border: 0px;
  cursor: pointer;
}

#paywallClose {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
}
#paywallClose:after {
  content: '';
  height: 30px;
  border-left: 4px solid #adadad;
  position: absolute;
  transform: rotate(45deg);
  left: 20px;
}

#paywallClose:before {
  content: '';
  height: 30px;
  border-left: 4px solid #adadad;
  position: absolute;
  transform: rotate(-45deg);
  left: 20px;
}

@media screen and (max-width:980px) {
  .paywall-capture {
    padding-top: 60px;
    height: 325px;
  }
}

/* Fullwidth Ads Block */

.fullwidth-ads {
  display: flex;
  display: -ms-flexbox;
  max-width: 1080px;
  gap: 20px;
  margin: 0px auto;
  align-items: flex-start;
  justify-content: center;
  padding-top: 30px;
  border-top: 1px solid #7d7d7d;
}
.fullwidth-ads div {
  max-width: 300px;
  width: 300px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1080px) {
  .fullwidth-ads {
    flex-wrap: wrap;
  }
}

@media screen and (max-width:980px) {
  .fullwidth-post p:not(.kicker) {
    max-width: 90%;
  }
  .fullwidth-post .wp-block-columns figcaption {
    width: 90%;
  }
}

@media screen and (max-width: 300px) {
  .fullwidth-ads div {
    max-width: 100%;
    width: 100%;
  }
}

/* Structure for homepage (front-page.php) */

.homepage-full-image {
  width: 100%;
  height: calc(100vh - 225px);
  background-size: cover;
  background-position: center;
  display: flex;
  display: -ms-flexbox;
  position: relative;
}

.homepage-full-head {
  max-width: 50%;
  width: 90%;
  padding: 80px;
  position: relative;
  z-index: 5;
}

.homepage-full-head a {
  text-decoration: none;
}

.homepage-hero {
  display: none;
}

.homepage-hero a {
  text-decoration: none;
}

.hero-visible {
  display: block;
}

.homepage-full-head h1, .homepage-full-head h2, .homepage-full-head .kicker, .homepage-full-head .byline-holder {
  color: inherit;
}

.headline-top-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.headline-top-right {
  justify-content: flex-end;
  align-items: flex-start;
}

.headline-bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
}

.headline-bottom-left {
  justify-content: flex-start;
  align-items: flex-end;
}

.homepage-full-head h1 {
  line-height: .9;
}

.homepage-gradient {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(134, 134, 134, 0.00) 48.37%, #000000 100%);
  background-blend-mode: multiply;
}

.homepage-50-50 {
  width: 100%;
  max-width: 100%;
  display: flex;
  display: -ms-flexbox;
  align-content: center;
}

.homepage-50-right, .homepage-50-left {
  width: 50%;
  min-height: calc( 100vh - 150px );
 }

 .homepage-50-left {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
 }

 .homepage-50-right {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
 }

 .homepage-50-copy {
  max-width: 90%;
 }

.homepage-50-50 h1 {
  text-align: center;
  font-family: "kepler-std-condensed-display", serif;
  font-size: 75px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: 12.3px;
  text-transform: uppercase;
  margin: 10px;
  padding-bottom: 0px;
  color: inherit;
}

.homepage-50-50 h2 {
  text-align: center;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin: 16px auto;
  color: inherit;
}

.homepage-50-copy p {
  text-align: center;
  color: inherit;
}

.homepage-50-copy .byline-holder {
  text-align: center;
  color: inherit;
}

.homepage-story-strip {
  max-width: 90%;
  display: flex;
  display: -ms-flexbox;
  margin: 75px auto;
  justify-content: space-between;
}

.story-strip-item {
  width: 32%;
}

.story-strip-item a {
  text-decoration: none;
}

.story-strip-image {
  height: 250px;
  background-size: cover;
  background-position: center;
  margin-bottom: 35px;
}

.strip-hidden {
  display: none;
}

.homepage-60-40 {
  display: flex;
  display: -ms-flexbox;
  max-width: 90%;
  margin: 150px auto 50px auto;
  justify-content: space-between;
}

.homepage-latest, .homepage-category {
  border-top: 1px solid #000;
  padding-top: 25px;
  width: 100%;
  max-width: 70%;
  margin-right: 30px;
}

.homepage-category-wide {
  max-width: 100%;
}

.homepage-section h3 {
  color: #000;
  font-family: "aktiv-grotesk", Arial, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.homepage-issue, .homepage-ads-rail {
  border-top: 1px solid #000;
  padding-top: 25px;
  width: 100%;
  max-width: 32%;
}

.homepage-ads-rail div {
  max-width: 300px;
  margin-bottom: 30px;
}

.cover-image-wrap {
  width: 70%;
  height: auto;
}

.cover-image-wrap img {
  height: auto;
  width: 100%;
}

.issue-buttons {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  margin-top: 20px;
}

.button, .button-inverse {
  border-radius: 5px;
  border: 0px;
  background-color: #000;
  color: #FFF;
  text-align: center;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 25px; /* 119.048% */
  letter-spacing: 1.47px;
  text-transform: uppercase;
  padding: 6px 10px 5px 10px;
  margin: 0px 25px 25px 0px;
  text-decoration: none;
}

.button-inverse {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.homepage-latest-item {
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
}

.homepage-latest-image {
  width: 350px;
  margin-right: 34px;
  height: 180px;
}

.homepage-latest-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homepage-fallback-image {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.homepage-latest-copy {
  width: 80%;
}

.homepage-latest-copy a {
  text-decoration: none;
}

.homepage-ads {
  width: 300px;
  border-top: 1px solid #000;
  padding-top: 25px;
}

.homepage-ads div {
  margin-bottom: 25px;
}

/* Homepage swiper styles */

.swiper {
  width: 100%;
  height: 100%;
  --swiper-navigation-size: 20px;
  --swiper-navigation-color: #404040;
  --swiper-navigation-sides-offset: 10px;
}


.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #dddddd;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  min-height: 500px;
  border-radius: 30px;
  background-size: cover;
  background-position: center;
  flex-wrap: wrap;
}

.swiper-slide h3 {
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 45px;
  letter-spacing: -1px;
  font-family: 'libre-franklin', sans-serif;
  width: 100%;
  text-shadow: 1px 1px 5px rgba(0,0,0,.75);
}

.swiper-slide img {
  max-width: 100px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.swiper-slide-main {
  align-items: flex-start;
  align-content: flex-start;
}

.swiper-slide-main h3 {
  margin: 50px auto 0px auto;
  color: #000000;
  text-shadow: none;
  max-width: 90%;
  text-shadow: none;
}

.swiper-slide span {
  font-family: 'aktiv-grotesk-condensed', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
  text-transform: uppercase;
}

.swiper-slide p {
  font-family: 'aktiv-grotesk', sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin: 0px auto;
  color: #000000;
  line-height: 1.1;
}

.swiper-slide-main p {
  color: #000000;
  max-width: 90%;
}

.swiper-copy {
  background-color: rgba(255,255,255,.7);
  border-radius: 0px 0px 30px 30px;
  padding: 20px 30px;
  text-align: center;
  min-height: 250px;
}

.swiper-button-prev, .swiper-button-next {
  background-color: #e5e5e582;
  padding: 20px;
  border-radius: 50%;
}

/* Magazine Archive pages */

.magazine-issue-archive .issue-buttons {
  margin-bottom: 0px;
}

@media screen and (min-width:1500px) {
  .homepage-full-head {
    max-width: 40%;
  }
}

@media screen and (max-width:980px) {
  .homepage-full-head {
    padding: 10px;
    max-width: 90%;
    margin: 5% auto;
  }
  .homepage-50-50 {
    flex-wrap: wrap;
  }
  .homepage-50-left, .homepage-50-right {
    min-height: 500px;
    width: 100%;
    height: auto;
  }
  .homepage-60-40 {
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .homepage-issue, .homepage-latest, .homepage-category, .homepage-ads-rail, .homepage-ads {
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
  }
  .homepage-story-strip {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .story-strip-item {
    width: 100%;
    margin-bottom: 35px;
  }
}

@media screen and (max-width:500px) {
  .homepage-latest-copy, .homepage-latest-image {
    width: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width:350px) {
  .homepage-ads-rail div {
    max-width: 100%;
  }
  .homepage-latest-item {
    flex-wrap: wrap;
  }
  .homepage-latest-copy, .homepage-latest-image {
    width: 100%;
    max-width: 100%;
  }
}

@media not all and (hover: none) {
  .homepage-hero {
    cursor: pointer;
  }
  .kicker a:hover {
    text-decoration: underline;
  }
  .homepage-latest-copy h2:hover {
    text-decoration: underline;
  }
  .story-strip h2:hover {
    text-decoration: underline;
  }
  .see-all-link a:hover {
    text-decoration: underline;
  }
  #paywallClose:hover {
    cursor: pointer;
  }
  .swiper-slide:hover {
    cursor: pointer;
  }
}

/* Photos */

.th-credit {
  display: block;
  text-align: right;
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

#th-triangle {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6.5px 11.3px 6.5px;
  border-color: transparent transparent #000000 transparent;
  transform: rotate(0deg);
  display: inline-block;
  margin-right: 10px;
}

figcaption, .wp-caption-text, .destination-image .image_caption {
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .8px;
  color: #2B2B2B;
  line-height: 1.2;
}

.wp-caption p.wp-caption-text, .destination-image .image_caption {
  font-size: 14px !important;
  text-align: left;
  margin-top: 10px !important;
}

.wp-caption {
  border: none;
  background-color: transparent;
}

figcaption .th-credit {
  color: #000;
}

.th-triangle {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6.5px 11.3px 6.5px;
  border-color: transparent transparent #000000 transparent;
  transform: rotate(0deg);
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width:980px) {
  figcaption {
    font-size: 14px;
  }
}

/* Popular Stories / You May Also Like */

#popular-posts {
  color: #000;
  font-family: "aktiv-grotesk-condensed", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px; /* 119.048% */
  letter-spacing: 1.47px;
  text-transform: uppercase;
  border-bottom: 5px solid #000;
}

.wpp-list {
  margin:15px 0px 15px 0px;
}

.wpp-list a, #popularWidget p {
  color: #000;
  font-family: "aktiv-grotesk", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.4px;
}

#popularWidget p {
  margin-top: 15px;
}

.wpp-list li {
  margin-bottom: 5px;
}

.et_pb_widget ul li {
  line-height: 1.1;
  margin-bottom: 15px;
}

#popularWidget {
  margin-bottom:30px;
  margin-top: 30px;
}

/* Related Posts at Article Bottom ... "More" */

#left-area ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul {
  list-style-type: disc;
  padding: 0px;
  line-height: inherit;
}

.related-posts {
  border-top: 1px solid #000;
  padding-top: 25px;
  max-width: none;
}

.related-posts-list {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  align-items: flex-start;
}

.related-post-item {
  width: calc(100% * (1/3) - 30px - 1px);
}

.related-image {
  width: 100%;
  margin-right: 34px;
  height: 200px;
  margin-bottom: 30px;
}

.related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-fallback-image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.related-posts a {
  text-decoration: none;
}

.related-posts h3 {
  color: #000;
  font-family: "aktiv-grotesk", Arial, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-align: left;
  margin: 0px auto 30px auto;
}

.related-meta {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  color: #000;
}

.related-meta i {
  font-style: normal;
  margin: 0px 5px;
}

.related-author {
  font-family: 'miller-display', serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  font-size: 15px;
}

.related-author span {
  font-style: italic;
  text-transform: lowercase;
}

.related-date {
  color: rgba(0, 0, 0, 0.50);
  font-family: "aktiv-grotesk", Arial, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.5px;
}

@media screen and (max-width:980px) {
  .related-posts-list {
    flex-wrap: wrap;
  }
  .related-post-item {
    width: 100%;
  }
  .related-copy {
    margin-bottom: 30px;
  }
  .related-image {
    height: 220px;
  }

  .related-image img {
    height: 220px;
  }

  .related-fallback-image {
    height: 220px;
  }
}

/* Mid-Article Subscribe Link */

.mid-article-subscribe-link {
  display: flex;
  display: -ms-flexbox;
  padding: 45px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: space-evenly;
  align-items: center;
  font-family: 'aktiv-grotesk', sans-serif;
  font-size: 17px;
  text-align: center;
  margin: 60px auto;
  gap: 20px;
}

.mid-article-subscribe-link img {
  width: 300px;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width:650px) {
  .mid-article-subscribe-link {
    flex-wrap: wrap;
    padding: 30px;
    margin: 30px 0px;
  }
  .mid-article-subscribe-link img {
    width: 250px;
  }
}

/* Category Pages */

.category-header {
  width: 90%;
  max-width: none;
  margin: 50px auto 0px auto;
}

.category-header h1 {
  font-family: "libre-franklin", sans-serif;
  font-weight: 800;
  font-style: normal;
  margin: 0px;
  line-height: 1;
}

.category-60-40 {
  display: flex;
  display: -ms-flexbox;
  width: 100%;
  margin: 150px auto 50px auto;
  justify-content: space-between;
}

.category-top-item {
  display: flex;
  display: -ms-flexbox;
  width: 100%;
  height: 700px;
  gap: 40px;
  align-items: center;
}

.category-top-link {
  display: block;
  height: 100%;
  width: 50%;
}

.category-top-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.category-top-copy {
  max-width: 50%;
}

.category-top-copy a {
  text-decoration: none;
}

.category-top-copy h2 {
  color: #000;
  font-family: "kepler-std-condensed-display", serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px; /* 77.778% */
  letter-spacing: 0;
}

.category-top-copy h3 {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
  margin: 16px auto;
  color: inherit;
}

.category-story-strip {
  max-width: 100%;
  display: flex;
  display: -ms-flexbox;
  margin: 100px auto;
  justify-content: space-between;
}

.see-all-link a {
  font-family: 'aktiv-grotesk', sans-serif;
  font-size: 18px;
  text-align: right;
  font-weight: 800;
  text-decoration: none;
}

.see-all-link {
  text-align: right;
}

@media screen and (max-width:980px) {
  .category-header {
    margin: 40px auto 40px auto;
  }
  .category-header h1 {
    font-size: 45px;
  }
  .category-top-item {
    flex-wrap: wrap;
    height: auto;
    width: 100%;
  }
  .category-top-link {
    width: 110%;
    height: 250px;
    max-width: 110%;
    margin: auto -5% auto -5%;
  }
  .category-top-image {
    width: 100%;
    max-width: 100%;
  }
  .category-top-copy {
    max-width: 100%;
  }
  .category-top-copy h1 {
    line-height: 1;
  }
  .category-top-copy h2 {
    font-size: 50px;
    line-height: 1;
  }
  .category-top-copy h3 {
    font-size: 16px;
  }
  .category-story-strip {
    flex-wrap: wrap;
  }
  .category-60-40 {
    flex-wrap: wrap;
  }
}

/* The Magazine styles */

.magazine-60-40 {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  gap: 30px;
}

.magazine-top-story {
  max-width: 100%;
}

.magazine-current-issue {
  max-width: 25%;
}

.magazine-current-issue h3 {
  font-family: 'aktiv-grotesk-condensed', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 5px solid #000;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.magazine-issue-archive h3 {
  border-bottom: 0px;
}

.magazine-current-issue h4 {
  font-family: 'aktiv-grotesk', sans-serif;
  text-transform: none;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 20px;
}

.manage-account a {
  font-family: 'aktiv-grotesk', sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: block;
  line-height: 2;
}

.magazine-current-issue .cover-image-wrap {
  width: 100%;
}

.magazine-top-story .kicker {
  margin-top: 50px;
}

.magazine-top-story a {
  text-decoration: none;
}

.magazine-top-section {
  margin-bottom: 100px;
}

.magazine-content-feed {
  border-top: 1px solid #000;
  padding-top: 25px;
}

.magazine-content-feed h3 {
  color: #000;
  font-family: "aktiv-grotesk", Arial, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.magazine-content-feed a {
  text-decoration: none;
}

.magazine-feed-feature, .magazine-feed {
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  gap: 30px;
}

.magazine-feed-feature-image {
  width: 50%;
  height: auto;
}

.magazine-feed-image {
  width: 350px;
  margin-right: 34px;
  height: 180px;
}

.magazine-feed-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width:800px) {
  .magazine-60-40 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .magazine-current-issue {
    max-width: 75%;
  }
  .magazine-feed-feature {
    flex-wrap: wrap;
  }
  .magazine-feed-feature-image {
    width: 100%;
  }
}

/* Past Issues / Archives page */

.year-section {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  margin-bottom: 50px;
  gap: 30px;
  justify-content: flex-start;
}

.year-section h3 {
  width: 100%;
  margin-bottom: 30px;
}

.year-section:not(:first-of-type) {
  border-top: 1px solid #000;
  padding-top: 25px;
}

.issue-item {
  max-width: 23%;
}

.issue-item img {
  width: 100%;
  height: auto;
}

.issue-item a {
  text-decoration: none;
}

.issue-item p {
  font-family: 'aktiv-grotesk', sans-serif;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
}

@media screen and (max-width:980px) {
  .issue-item {
    max-width: 45%;
  }
}


/* Footer */

.prefooter {
  width: 100%;
  background-color: #4E7034;
  display: block;
  padding: 50px;
  text-align: center;
  margin-top: 50px;
}

.prefooter h4 {
  font-family: "libre-franklin", sans-serif;
  font-weight: 800;
  font-style: normal;
  margin: 0px;
  font-size: 50px;
  color: #fff;
  text-transform: none;
}
.prefooter p {
  font-family: 'aktiv-grotesk', sans-serif;
  font-size: 20px;
  color: #ffffff;
  text-transform: none;
  letter-spacing: 1px;
}

.footer {
  background-color: #000;
  width: 100%;
}

.footer-about {
  display: flex;
  display: -ms-flexbox;
  gap: 30px;
  max-width: 1080px;
  padding: 80px 0px 50px 0px;
  margin: 0px auto;
  border-bottom: 1px solid #fff;
}

.footer-about-image {
  width: 125px;
  height: auto;
}
.footer-about-image img {
  width: 100%;
  height: auto;
}
.footer-about-copy img {
  width: 250px;
  margin-bottom: 5px;
}

.footer-about-copy p {
  font-family: 'aktiv-grotesk', sans-serif;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.3;
}

.footer-about-copy {
  max-width: 500px;
}

.four-column {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 0px auto;
  align-items: flex-start;
  justify-content: space-between;
}

.four-column div {
  width: 25%;
}

.four-column ul {
  margin-bottom: 30px;
}

.four-column li, .four-column p {
  font-family: 'aktiv-grotesk', sans-serif;
  font-size: 13px;
  color: #e8e8e8;
}

.four-column li a {
  text-decoration: none;
}

.four-column h3 {
  font-family: 'aktiv-grotesk', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
  color: #ffffff;
  font-size: 14px;
  margin-top: 20px;
}

.four-column p {
  font-style: italic;
  margin-top: 15px;
}

.four-column li a {
  color: inherit;
}

.txdot-logo {
  width: 100%;
  text-align: center;
}

.txdot-logo img {
  max-width: 300px;
  width: 90%;
  margin: 0px auto;
}

.partner-logos {
  display: flex;
  display: -ms-flexbox;
  margin: 20px auto 0px auto;
  justify-content: center;
  flex-wrap: wrap;
}

.partner-logos a {
  margin: 20px;
}

.partner-logos img {
  height: 35px;
}

.footer-fullwidth {
  padding-bottom: 50px;
}
.footer-fullwidth p {
  font-family: 'aktiv-grotesk', sans-serif;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}

.social-icons, #footerIcons {
  width: 100%;
  height: 25px;
  justify-content: flex-start;
}

.social-icons img {
  height: 100%;
  width: auto;
  margin-right: 0px;
  display: inline-block;
}

.social-icons a {
  margin-right: 20px;
}

@media screen and (max-width:1100px) {
  .footer-about, .four-column, .footer-fullwidth {
    max-width: 90%;
    margin: 0px auto;
  }
}

@media screen and (max-width:980px) {
  .prefooter {
    padding: 20px;
  }
  .prefooter h4 {
    font-size: 40px;
  }
  .prefooter p {
    font-size: 16px;
  }
  .prefooter .e2ma_signup_form {
    width: 100%;
  }
  .e2ma_signup_form_element {
    width: 100%;
  }
}

@media screen and (max-width:750px) {
  .footer-about {
    flex-wrap: wrap;
  }
  .four-column {
    flex-wrap: wrap;
  }
  .four-column div {
    width: 100%;
  }
}

/* Emma signup and footer/form styling */

.th-form-div {
  margin-bottom: 0px;
}

.prefooter .footer-email-field {
  width: 60%;
  max-width: 100%;
  margin: 20px auto;
  display: flex;
  display: -ms-flexbox;
  align-items: flex-end;
}

#prefooterLabel {
  font-family: 'aktiv-grotesk', sans-serif;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 16px;
  min-width: 60px;
  margin-bottom: 7px;
  padding-bottom: 0px;
}

.prefooter .e2ma_signup_form_button {
  border-radius: 5px;
  background-color: #000;
  color: #FFF;
  text-align: center;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 25px; /* 119.048% */
  letter-spacing: 1.47px;
  text-transform: uppercase;
  padding: 6px 10px 5px 10px;
  margin: 0px auto;
  text-decoration: none;
  display: block;
}

.e2ma_signup_form input[type="submit"], .e2ma_signup_form .e2ma_signup_form_button {
  border-radius: 5px;
}

.e2ma_signup_form_row {
  display: flex;
  display: -ms-flexbox;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 10px;
}

.e2ma_signup_form_element {
  width: 90%;
}

.th-form-input, #footerEmaiLAddress {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: initial;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125rem;
  font-family: 'aktiv-grotesk', sans-serif;
  letter-spacing: .16px;
  outline: 2px solid transparent;
  outline-offset: -2px !important;
  background-color: transparent;
  width: 100%;
  height: 2.5rem;
  padding: 0 1rem !important;
  color: #ffffff !important;
  border: none !important;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 1px solid #ffffff !important;
  -webkit-transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9), outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  transition: background-color 70ms cubic-bezier(0.2, 0, 0.38, 0.9), outline 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
}

.footer-email-confirmation {
  font-weight: 800;
  margin: 20px auto;
}

@media screen and (max-width:980px) {
  .prefooter .footer-email-field {
    width: 100%;
  }
  #footerEmailSignup {
    margin: 0px auto 25px auto;
  }
}

.nav li.et-hover > ul,
.menu li.et-hover > ul {
  visibility: visible !important;
  opacity: 1 !important; }
.da11y-submenu-show {
  visibility: visible !important;
}
.keyboard-outline {
    outline: #2ea3f2 solid 2px;
  -webkit-transition: none !important;
  transition: none !important;
}
button:active.keyboard-outline,
button:focus.keyboard-outline,
input:active.keyboard-outline,
input:focus.keyboard-outline,
a[role="tab"].keyboard-outline {
  outline-offset: -5px;
}
.et-search-form input:focus.keyboard-outline {
  padding-left: 15px;
  padding-right: 15px;
}
.et_pb_tab {
  -webkit-animation: none !important;
  animation: none !important;
}
.et_pb_contact_form_label,
.widget_search .screen-reader-text,
.et_pb_search .screen-reader-text {
  display: block !important; }
.da11y-screen-reader-text,
.et_pb_contact_form_label,
.widget_search .screen-reader-text,
.et_pb_search .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  line-height: normal;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 14px;
  font-weight: 600;
  -webkit-font-smoothing: subpixel-antialiased;
}
.da11y-screen-reader-text:focus {
  background: #f1f1f1;
  color: #00547A;
  outline: 0;
  -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  clip: auto !important;
  display: block;
  height: auto;
  left: 5px;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 7px;
  width: auto;
  z-index: 1000000; }

#et_top_cart {
  margin: 6px 1em;
}

@media (max-width: 450px) {
  .nav-right {
    position: absolute;
    top: 30px;
    right: 1em;
  }
}

.subscribe.button {
  margin-right: 0;
}

.btn,
#cart div.actions .subaction,
div.form button,
div.form input,
div.form textarea,
div.form select {
  text-decoration: none;
  font-family: 'aktiv-grotesk-condensed', sans-serif;
  font-size: 16px;
}

.item_detail .qty,
.accordion-heading {
  font-family: 'aktiv-grotesk-condensed', sans-serif;
}

.accordion-heading a {
  text-decoration: none;
}

.accordion-inner {
  font-family: "miller-display", serif;
  line-height: inherit;
  font-size: 17px;
}
.price,
.item .price_html,
#breadcrumbs ul li a,
.item h2.title,
.product-block .product-title,
#cart thead td,
#cart tfoot td,
#cart .subtotal {
  font-family: 'aktiv-grotesk', sans-serif;
}

.product-detail-title {
  font-family: 'kepler-std-condensed-display', serif;
  font-weight: 500;
}

.child-heading {
  padding-top:  10px;
  margin-top:  10px;
  border-top:  1pt solid #cccccc;
  padding-bottom:  0;
  margin-bottom:  0;
  border-bottom:  none;
}

.child-heading h2 {
  font-family: 'aktiv-grotesk', sans-serif;
  font-weight: 400;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.product-info {
  font-family: 'kepler-std-condensed-display', serif;
}

.parent-category-heading {
  font-family: "libre-franklin", sans-serif;
  font-weight: 800;
}

.ais-Hits .item .price_html {
  text-align: left;
}

.product-block .product-title {
  text-decoration: underline;
}

.product-block .price_html {
  text-align: center;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
}

.et_pb_row {
  max-width: unset;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.homepage-block {
  padding: 0;
}

.th-hamburger-menu .sub-menu {
  display: block;
  visibility: visible !important;
}

.xsells h3 {
  color: #000;
  font-family: 'aktiv-grotesk', Arial, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 50px;
  border-top: 1px solid #000;
  padding-top: 30px;
  margin-top: 30px;
}
#alert {
  padding: 15px 15px 15px 75px;
}
#alert h1 {
  font-family: 'aktiv-grotesk', Arial, sans-serif;
}

#cart_form {
  margin-top: 30px;
}