/*
Theme Name: Temper47
*/

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: sans-serif;
  font-weight: normal;
  font-family: "HK", sans-serif;
  background-color: #fff;
  font-size: 62.5%;
}

/* type */
@font-face {
  font-family: "Noe";
  src: url("fonts/noe-display-bold.eot");
  src: local("Ã¢ËœÂº"), url("fonts/noe-display-bold.woff") format("woff"),
    url("fonts/noe-display-bold.ttf") format("truetype"),
    url("fonts/noe-display-bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "HK";
  src: url("https://www.thetemper.com/wp-content/themes/temper47/fonts/hkgrotesk-regular.eot");
  src: local("Ã¢ËœÂº"), url("fonts/hkgrotesk-regular.woff") format("woff"),
    url("fonts/hkgrotesk-regular.ttf") format("truetype"),
    url("fonts/hkgrotesk-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HK";
  src: url("fonts/hkgrotesk-bold.eot");
  src: local("Ã¢ËœÂº"), url("fonts/hkgrotesk-bold.woff") format("woff"),
    url("https://www.thetemper.com/wp-content/themes/temper47/fonts/hkgrotesk-bold.ttf") format("truetype"),
    url("fonts/hkgrotesk-bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "UntitledSerif";
  font-style: normal;
  font-weight: bold;
  src:
    url("fonts/untitledserif-bold.woff") format("woff"),
    url("fonts/untitledserif-bold.woff2") format("woff2");
}

@font-face {
  font-family: "UntitledSans";
  font-style: normal;
  font-weight: 400;
  src:
    url("fonts/untitledsans-regular.woff") format("woff"),
    url("fonts/untitledsans-regular.woff2") format("woff2");
}

.noe {
  font-family: Noe, serif;
  line-height: 135%;
}

.black,
.black a {
  color: #191919;
  text-decoration: none;
}

.black_under a {
  color: #191919;
  text-decoration: underline;
}

.bg_black {
  background-color: #191919;
}

.white,
.white a {
  color: #fff;
}

.bg_white {
  background-color: #fff;
}

.grey,
.grey a {
  color: #757575;
  text-decoration: none;
}

.red {
  background-color: #d23a23 !important;
}

.sans {
  font-family: sans-serif;
}

.fancy {
  font-style: italic;
}

.underline {
  text-decoration: underline !important;
}

.strong {
  font-weight: bold;
}

.close,
#mobile_close {
  font-size: 5.4rem;
  color: #191919;
  cursor: pointer;
  width: 46px;
  height: 46px;
  text-align: center;
}

#banner_mobile {
  width:193px;
  height: 34px;
  background-size: 193px 34px;
  display:block;
  background-image:url('images/banner_mobile.png');
  position:relative;
  margin:0 auto;
}

#mobile_close {
  font-size: 3.8rem;
}

/* engineer */
.full,
.wide {
  display: block;
  width: 100%;
  position: relative;
  clear: both;
}

.auto {
  margin-left: auto;
  margin-right: auto;
}

.link_fill {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0px;
  top: 0px;
}

.stop_scrolling {
  height: 100%;
  overflow: hidden;
}

.horizontal_scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.horizontal_scroll .block_post {
  display: inline-block;
  float: none;
}

.no_margin {
  margin: 0 !important;
}

.top_separator {
  margin-top: 50px;
  border-top: 2px solid #191919;
  background: #fff;
  height: 50px;
}

.relative {
  display: block;
  position: relative;
}

.parent {
  display: table !important;
}
.row {
  display: block;
}
.double,
.triple,
.quad {
  width: 100%;
  height: auto;
  display: block;
  clear: both;
}

.vamp {
  display: table;
}
.vamc {
  display: table-cell;
  vertical-align: middle;
}
.upper {
  text-transform: uppercase;
}

.a_right {
  text-align: right;
}
.a_center {
  text-align: center;
}
.a_left {
  text-align: left;
}

.ls_1 {
  letter-spacing: 1px;
}

.ls_2 {
  letter-spacing: 2px;
}
.ls_3 {
  letter-spacing: 3px;
}

.bl {
  border-left: 1px solid #ebebec;
}

.bb {
  border-bottom: 2px solid #191919;
}

.mb_1 {
  margin-bottom: 10px;
}

.fs_1 {
  font-size: 1.2rem;
}
.fs_1a {
  font-size: 1.3rem;
}

.fs_2 {
  font-size: 1.4rem;
}

.fs_3 {
  font-size: 2rem;
}

.f_right {
  float: right;
}
.f_left {
  float: left;
}
.d_ib {
  display: inline-block;
}
.d_b {
  display: block;
}
.d_ib a:hover {
  text-decoration: line-through;
}
.circle {
  border-radius: 50%;
}

.vertical_breath {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* style */

#mc-embedded-subscribe, .mc-field-group {display:block !important;}

.logo {
  width: 147px;
  height: 45px;
  margin-top: 11px;
}
.divider {
  text-align: center;
}
#desktop_credit {
  display: none;
}
.photo_wrap {
  position: relative;
}
.photo_caption {
  position: absolute;
  right: 0px;
  bottom: -15px;
  color: #999;
  font-size: 10px;
  padding: 3px;
  z-index: 0;
}
.post_body .post_content img.div_img {
  width: 30px !important;
  height: 30px !important;
  margin: 0 auto;
}

.post_content iframe {
  width:100% !important;
  max-width:100% !important;
}

.contributors {
  overflow: hidden;
  display: block;
  text-align: left;
}
.contributor {
  width: 50%;
  max-width: 225px;
  padding: 10px;
  height: 360px;
  float: left;
  text-align: center;
}
.contributor .grey {
  line-height: 130%;
}
.contributor img {
  width: 100%;
  height: auto;
}

#mobile_email_nav {
  /* position: absolute;
  left: 10px;
  top: 13px; */
}

.mobile_social_nav {
  position: absolute;
  left: 10px;
  top: 13px;
}
.mobile_social_nav div {
  display: inline-block;
}
#mobile_feed_signup .mobile_email_nav {
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
}
#hamburger {
  position: absolute;
  right: 10px;
  top: 11px;
  cursor: pointer;
}
#mobile_close {
  position: absolute;
  width: auto;
  right: 3px;
  top: 11px;
  z-index: 10;
  background: #fff;
}
nav {
  display: table;
  width: 100%;
  height: 66px;
  border-bottom: 2px solid #191919;
}
#nav-below {
  border-bottom: none;
  position: relative;
}
#nav-below.loading .load_element {
  display: block !important;
}
#nav-below.loading .nav_element {
  opacity: 0;
}

.button {
  cursor: pointer;
  display: flex;
  position: relative;
  z-index: 1;
}

.button-center {
  justify-content: center;
}

.button-inline {
  cursor: pointer;
  display: inline-flex;
  position: relative;
  z-index: 1;
}

.button_interior {
  display: table-cell;
  vertical-align: middle;
}

.cta-link {
  position: relative;
}

.cta-link-inner {
  background-color: #ecc853;
  border: 1px solid #191919;
  color: #191919;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  transition: transform 100ms ease-out;
}

.cta-link::after {
  border: 1px solid #000;
  content: "";
  height: 100%;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 100%;
  z-index: -1;
}

.cta-link-inner:hover {
  transform: translate(2.5px, 2.5px);
}

.homepage-button-inner {
  height: 34px;
  line-height: 34px;
  padding: 0px 18px;
}

.sidebar-button-inner {
  height: 34px;
  line-height: 34px;
  padding: 0px 15px;
}

.signup-button-inner {
  height: 34px;
  line-height: 34px;
  padding: 0px 12px;
}

.nav-more-posts-button-inner {
  height: 48px;
  line-height: 48px;
  width: 200px;
}

.header-dialog-box-button-inner {
  height: 48px;
  line-height: 48px;
  width: 150px;
}

.mobile-nav-cta-button-inner {
  height: 56px;
  line-height: 20px;
  width: 140px;
  padding: 8px 12px;
}

.white_button a {
  color: #191919;
  text-decoration: none;
}

blockquote {
  font-style: italic;
  color: #797979;
}

h6 {
  font-family: "Noe", serif;
  font-size: 150%;
  margin: 0px 10% 20px 10%;
  line-height: 125%;
  text-align: center;
  width: 80%;
  padding-top: 4px;
  color: #191919;
}

.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
}

.center_column.normal_text a {
  color: #191919;
}

.page-template-submissions form.wpcf7-form.sent {
  margin-bottom: 40px;
}

.social_row {
  margin-top: 10px;
}
.contributor .social_row {
  margin-top: 14px;
}
.social_small {
  display: inline-block;
  margin: 0px 2px;
  opacity: 0.3;
  position: relative;
}

.wpcf7-form input.wpcf7-submit {
  background: #191919;
  color: #fff;
  padding: 0 40px;
  display: inline-block;
  margin-bottom: 28px;
  height: 48px;
  line-height: 48px;
}

.wpcf7-form input.wpcf7-submit {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.button.nav-more-posts, 
.button.header-dialog-box-button,
.button.mobile-nav-cta-button {
  padding: 0 40px;
  display: flex;
  margin-bottom: 28px;
}

.button.nav-more-posts a,
.button.header-dialog-box-button a,
.button.mobile-nav-cta-button a {
  color: #191919;
  text-decoration: none;
  font-weight: bold;
}

#nav-below {
  margin: 0 auto 50px auto;
}

#horizontal_menu {
  float: right;
  padding: 0px;
  margin: 0;
}

#horizontal_menu li.d_ib {
  height: 100px;
  vertical-align: middle;
  margin-left: 18px;
  cursor: pointer;
  line-height: 100px;
}

.search-wrap {
  overflow:hidden;
  border-bottom: 2px solid #191919;
  background: #ffffff;
}

#search-form {
  position: absolute;
  width: 100%;
  height: 30px;
  top: 35px;

}
#search-input {
  height: 30px;
  border: 0px;
  padding-left:5px;
  float: left;
  width: 90%;
  outline: none;
}

#search-submit {
  width: 30px;
  height: 30px;
  float: right;
  position: absolute;
  right: 0px;
  border:0;
  top:1px;
  background-color:#fff;
  background-image: url('images/search.png');
  background-position:center right;
  background-repeat:no-repeat;
  background-size: 20px 20px;
}

.drop_nav {
  border-bottom: 2px solid #918ca0;
}

.nav_header {
  line-height: 48px;
  color: #918ca0;
}

.nav_right,
.nav_left {
  width: auto;
}

.white_block {
  background-color: #fff;
}

.title_wrap {
  box-shadow: -10px 0 0 10px #fff, 10px 0 0 10px #fff;
}
.inner {
  background: #fff;
  position: relative;
}

.post_content p {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 135%;
}

.post_content a {
  color: #191919;
  text-decoration: underline;
}

#content {
  padding: 22px 20px 0px 20px;
}

#mc_embed_signup input.mce_inline_error {
  border-color: #d23a23 !important;
}

#mc_embed_signup div.mce_inline_error {
  margin: 0 0 1em 0;
  padding: 5px 10px;
  background-color: #d23a23 !important;
  font-weight: bold;
  z-index: 1;
  color: #fff;
}

/*
#content {
  -webkit-box-shadow: 0px -9px 15px -6px rgba(187, 187, 187, 0.5);
  -moz-box-shadow: 0px -9px 15px -6px rgba(187, 187, 187, 0.5);
  box-shadow: 0px -9px 15px -6px rgba(187, 187, 187, 0.5);
}
*/

#top_footer {
  position: relative;
  overflow: hidden;
}

/* #footer_left {
  position: absolute;
  left: 0px;
} */

#bottom_footer {
  overflow: hidden;
  display: block;
  position: relative;
  color: #fff;
  padding-left: 38px;
  padding-right: 38px;
  padding-bottom: 50px;
}

#bottom_footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#bottom_footer li {
  display: inline-block;
}

#top_footer ul {
  padding: 98px 0px;
  font-size: 20px;
  margin: 0px;
}

#top_footer li {
  display: inline-block;
}
#top_footer li.spacer {
  margin: 0px 32px;
}

#top_footer li a {
  text-decoration: none;
}
/* #footer_right {
  position: absolute;
  right: 0px;
  top: 0px;
} */

#footer_right li {
  margin-left: 54px;
}

#bottom_footer li.spacer {
  margin-left: 20px;
  margin-right: 20px;
}

/* mobile footer added to all styles for now */
#footer_left {
  position: relative;
  display: block;
  height: auto;
  left: auto;
  width: 100%;
  text-align: center;
}
#top_footer ul {
  padding: 58px 0px 0px 0px;
  text-align: center;
  margin: 0 auto;
}
#footer_right ul {
  padding: 38px 0px 0px 0px;
}
#footer_right {
  position: relative;
  right: auto;
  width: 100%;
  text-align: center;
  margin-bottom: 32px;
}
#footer_right li {
  margin-left: 25px;
  margin-right: 25px;
}
#copyright {
  margin-top: 15px;
}
#top_footer li.spacer,
#mobile_menu_left li.spacer {
  margin: 0px 38px;
}
#bottom_footer ul li {
  display: block;
  margin-bottom: 10px;
}

.center_filter {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(187, 187, 187, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(187, 187, 187, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(187, 187, 187, 0.5);
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translate(-50%, 0%);
  border: none;
}

.feed_dek {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.read_more {
  margin-top: 10px;
  margin-bottom: 40px;
}

.archive .read_more {
  display: none;
}

.wpcf7-form p {
  text-align: center;
  margin-bottom: 40px;
}

.wpcf7-form label {
  font-size: 10px;
  letter-spacing: 3px;
  color: #191919;
  text-align: center;
  font-weight: bold;
}

.wpcf7-form input,
.wpcf7-form textarea {
  font-size: 16px;
  letter-spacing: 0px;
  color: #191919;
  border: 2px solid #191919;
  font-weight: normal;
  padding: 12px;
}

.author_top {
  max-height: 450px;
  width: auto;
}

.featured_post,
.featured_advice {
  background-image: none;
}

.advice_img {
  width: 119px;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.home .featured_post,
.category-advice .featured_advice {
  border-bottom: 2px solid #191919;
}

.center_column .post_image {
  display: block;
  width: 100%;
}

.featured_text {
  width: 80%;
  margin: 0 auto;
}

.featured_post .featured_text {
  width: 100%;
}

.featured_advice .featured_text {
  width: 100%;
}

.featured_post h2.feature_title a {
  color: #191919;
  text-decoration: none;
}

.post_image img {
  width: 100%;
  height: auto;
  display: block;
}

.post_social div {
  margin: 15px 2px 0px;
  cursor: pointer;
  position: relative;
}

.post_social div:hover {
  opacity: 0.5;
}

.block_scroll {
  width: 100%;
}

.featured_advice_wrapper {
  margin-left: auto;
  margin-right: auto;
}

.advice_writers .block_post {
  max-width: 200px;
  margin-right: 20px;
  margin-bottom: 20px;
  white-space: normal;
}

.advice_writers .featured_advice_image {
  height: 80px;
  width: 80px;
}

.crp_related,
.crp_author,
.crp_featured {
  text-align: center;
  text-decoration: none;
  display: block;
  clear: both;
  margin: 0 auto;
}

.crp_related a {
  text-decoration: none;
}

a .crp_title {
  color: #191919;
  text-decoration: none !important;
  margin: 0px auto 6px auto;
  display: block;
  max-width: 200px;
}

.crp_author,
.crp_author a {
  color: #757575;
  text-decoration: none;
  font-size: 1.2rem;
}

.crp_thumb {
  margin-bottom: 10px;
}

.pac {
  position: absolute;
  top: -16px;
  margin-left: -40px;
  width: 60px !important;
  height: 60px !important;
  display: inline-block !important;
}

.writers_row:hover .side_blur {
  display: none;
}

.extra_wide .wide_image {
  width: 100%;
}

.post_content h3,
.post_content h2 {
  line-height: 110%;
  letter-spacing: 0.15rem;
  padding: 0.5rem 0 0.5rem 0;
}

.wpcf7-form.sent > p {
  display: none;
}

div.wpcf7-mail-sent-ok {
  padding: 20px 20px;
  font-size: 1.6rem;
  border: 2px solid #191919 !important;
}

div.wpcf7-response-output {
  padding: 20px !important;
  margin: 0px !important;
  font-size: 1.4rem;
}

div.wpcf7-validation-errors {
  margin-top: -20px;
  padding: 20px 20px;
  font-size: 1.4rem;
  border: 2px solid #d23a23;
}

.wpcf7-not-valid-tip {
  font-size: 1.2rem;
  color: #d23a23;
  letter-spacing: 0px;
  margin-top: 5px;
}

.post_content #mobile_feed_signup {
  position: relative;
  margin: 50px auto 30px auto;
  max-width: 360px;
}

.post_content .s_wave-square.top_right_corner {
  position: absolute;
  z-index: -1;
  left: -15px;
  top: -15px;
  width: 45px;
  height: 45px;
}

.post_content .mobile_feed_signup_wrapper {
  border: 2px solid #191919;
  width: 100%;
  background: #fff;
  height: 60px !important;
  line-height: 60px !important;
  font-size: 16px;
  text-align: center;
  padding: 0px 28px 0px 70px;
}

.post_content #mobile_feed_signup .mobile_email_nav {
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 10px;
  height: 40px;
  width: 40px;
}

.post_content #mobile_feed_signup .promo_button {
  color: #fff;
  padding: 0px 12px 0px 14px;
  line-height: 30px;
  margin-left: 10px;
  height: 34px;
}

.post_content #mobile_feed_signup .signup-promo-button {
  color: #fff;
  line-height: 30px;
  margin-left: 10px;
  height: 34px;
}

#event_box .button {color:#fff;}

@media (max-width: 941px) {
  #content {
    max-width: 600px;
    margin: 0 auto;
  }
  .post_image img,
  .post_image a,
  .featured_post img,
  img.mobile_featured {
    width: 100%;
    height: auto;
    display: block;
  }
  .no_mo {
    display: none !important;
  }
  .no_phone {
    display: none;
  }
  #mobile_menu {
    width: 100%;
    height: 100%;
    background: #FFF;
    position: fixed;
    z-index: 15;
    padding-top: 48px;
  }
  #mobile_menu ul {
    margin-left: 0px;
    padding-left: 0px;
  }
  #mobile_menu_left li {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
  #mobile_menu_left li a {
    text-decoration: none;
  }
  #mobile_menu_right ul {
    text-align: center;
    margin-top: 32px;
  }
  #mobile_menu_right li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
  }
  #mobile_menu_bottom {
    margin-top: 8px;
  }
  #mobile_menu_bottom li {
    margin-bottom: 10px;
  }
  #mobile_menu li {
    list-style: none;
  }
  #newsletter_box, #event_box {
    position: fixed;
    bottom: 0px;
    background: #fff;
    padding-left: 10%;
    padding-right: 10%;
    height: auto;
    padding-top: 15px;
    width: 100%;
    border-top:2px solid #191919;
    z-index: 100;
  }
  #event_box {
    padding-top:55px;
  }
  #newsletter_box .close, #event_box .close {
    position: absolute;
    top: 0px;
    right: 8px;
    background: #fff;
    font-size: 4.4rem;
    height: 46px;
    width: 46px;
    text-align: center;
  }
  #newsletter_box p.desc, #event_box p.desc {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  #newsletter_box p.desc.bigger {
    font-size:1.8rem;
    width: 84%;
    margin-left: 8%;
  }
  .feed_wrap,
  .separator_wrap {
  }
  .contributors {
    padding-bottom: 20px;
  }
  .the_team_break {
    margin-bottom: 30px;
    margin-top: 45px;
  }
  .job_title {
    margin-bottom: 5px;
  }
  .archive .feed_wrap,
  .search .feed_wrap {
    margin-top: 28px;
  }
  .page .feed_wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .featured_post,
  .featured_advice {
    background-image: none !important;
    padding-bottom: 24px;
  }
  .archive.author .featured_advice {
    padding-bottom: 0px;
  }
  .single .featured_advice {
    margin-bottom: 40px;
  }
  .single-post .featured_advice {
    margin-bottom: 0px;
  }
  .featured_post .featured_text {
    display: block;
    width: 76%;
  }
  .featured_advice .featured_text {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  .featured_advice .featured_text .dek {
    width: 80%;
    margin: 15px auto;
    color: #757575;
  }
  .featured_advice .featured_text h2 a {
    color: #191919;
    text-decoration: none;
  }
  .featured_category {
    text-align: center;
  }
  .featured_post .dek,
  .top_separator p.dek {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 12px;
    width: 80%;
    margin-left: 10%;
    color: #797979;
  }
  .top_separator p.dek {
    width: 70%;
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .featured_post .feature_title,
  .featured_advice .feature_title,
  h1.author {
    text-align: center;
    font-size: 3rem;
    color: #191919;
    line-height: 3rem;
    margin-bottom: 12px;
    margin-top: -18px;
  }

  .featured_post .feature_title,
  .featured_advice .feature_title {
    margin-top: -21px;
  }
  .archive.author .featured_advice .feature_title,
  .single-post .featured_advice .feature_title {
    margin-top: 25px;
  }

  h1.author {
    margin-top: 20px;
  }
  .featured_post .feature_title .inner {
    background-color: #fff;
  }
  .separator_title {
    font-size: 2.4rem;
    letter-spacing: 4px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: HK, sans-serif !important;
  }
  .advice_img {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .other_posts .separator_title {
    margin-top: 36px;
    margin-bottom: 34px;
  }
  .post_text,
  .author .post_text {
    width: 70%;
    margin: -35px auto 0px auto;
    background-color: #fff;
    text-align: center;
  }
  .other_posts .post_text {
    margin-top: 10px;
  }
  .page-template-about .post_text {
    margin: 10px auto 10px auto;
  }
  .post_title_wrap {
    background: #fff;
    display: inline-block;
    padding: 0px 8px;
  }
  .post_text h2 a {
    color: #191919;
    text-decoration: none;
    font-size: 3rem;
    line-height: 2.9rem;
  }
  .page-template .block_posts .post_text h2 a {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  .page-template .block_posts .post_text h2 {
    margin-bottom: 5px;
  }
  .page-template-default .center_column {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .center_column .s_xs {
    margin: 25px auto;
  }
  .side_post h2.entry-title,
  .author h2.entry-title {
    font-family: "Noe", serif;
  }
  .side_post .post_text {
    display: inline-block;
  }
  .s_wave-square.top_right_corner {
    position: absolute;
    z-index: -1;
    left: -15px;
    top: -15px;
    width: 45px;
    height: 45px;
  }
  #footer_left {
    position: relative;
    display: block;
    height: auto;
    left: auto;
    width: 100%;
    text-align: center;
  }
  #top_footer ul {
    padding: 58px 0px 0px 0px;
    text-align: center;
    margin: 0 auto;
  }
  #footer_right ul {
    padding: 38px 0px 0px 0px;
  }
  #footer_right {
    position: relative;
    right: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 32px;
  }
  #footer_right li {
    margin-left: 25px;
    margin-right: 25px;
  }
  #copyright {
    margin-top: 15px;
  }
  #top_footer li.spacer,
  #mobile_menu_left li.spacer {
    margin: 0px 38px;
  }
  #bottom_footer ul li {
    display: block;
    margin-bottom: 10px;
  }
  #nav-below {
    margin-bottom: 40px;
  }
  .post_body {
    font-size: 13px;
  }
  .post_body img {
    width: 100%;
    display: block;
    height: auto;
  }
  .post_body .post_content p {
    line-height: 145%;
  }

  p.wp-caption-text {
    color: #757575;
    text-align: right;
  }
  .block_posts {
    text-align: center;
  }

  .block_post {
    margin-bottom: 15px;
    vertical-align: top;
  }
  .other_posts {
    border-top: 2px solid #191919;
    margin-top: 40px;
    max-width: 600px;
  }
  .other_posts h2.entry-title,
  .other_posts .crp_title {
    margin-bottom: 5px;
  }
  .other_posts h2.entry-title a,
  .other_posts a .crp_title {
    font-size: 1.8rem;
    line-height: 115%;
  }
  .other_posts .post_image img,
  .page-template .block_posts img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
  .crp_related img.crp_featured {
    width: 200px;
    height: 200px;
    margin: 0px auto 10px auto;
  }
  .other_posts .block_post {
    margin-bottom: 20px;
    width: 200px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
  }
  .other_posts .block_posts {
    margin-bottom: 30px;
  }
  .crp_title {
    font-weight: bold;
  }
  .pop_up .wpcf7-form p {
    margin-bottom: 15px;
  }
  .top_separator {
    margin-top: 20px;
    border-top: 2px solid #fff;
    height: auto;
  }
  .normal_text {
    font-size: 1.5rem;
  }
  .side_post article {
    margin-bottom: 0px;
  }
  #mobile_feed_signup {
    position: relative;
    margin: 0 auto 30px auto;
    max-width: 360px;
  }
  .mobile_feed_signup_wrapper {
    border: 2px solid #191919;
    width: 100%;
    background: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
    padding: 0px 28px 0px 70px;
  }
  #mobile_feed_signup .promo_button {
    color: #fff;
    padding: 0px 12px 0px 14px;
    line-height: 30px;
    margin-left: 10px;
  }
  #mobile_feed_signup .signup-promo-button {
    line-height: 30px;
    margin-left: 10px;
  }
  .post_body .post_content img,
  .post_body .post_content div {
    width: 100% !important;
    height: auto;
  }
  .locked_title {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    margin: 30px 0px 20px;
  }
  .locked_title h3 {
    display: inline;
    letter-spacing: 3px;
    font-size: 1.4rem;
  }
  .writers_row {
    margin-bottom: 45px;
  }
  #mobile_feed_flip {
    margin-top: 10px;
    width: 100%;
    opacity: 0.25;
  }
  #search-form {
    text-align:center;
    position:relative;
    top:0px;
    margin-left:-5px;
    height:30px;
  }
  #search-input {
    -webkit-appearance: none;
    width:100%;
    border: 1px solid #757575;
    border-radius:10px;
    padding:0;
    padding-left:10px;
    height:30px;
  }
  .mobile_search_wrap {width:70%; margin: 0 auto; max-width:300px; height:30px; margin-bottom:38px;}
  #search-submit {right:0px;}

  .header-dialog-box-body {
    font-size : 14px !important;
  }

  .header-dialog-box-title {
    font-size : 26px !important;
  }
}

@media (max-width: 941px) and (min-width: 600px) {
  html {
    /* border: 3px solid #191919;
    padding: 10px 0px 0px 0px;
    margin: 13px; */
  }

  header {
    padding-left: 20px;
    padding-right: 20px;
  }

  nav {
    height: 130px;
  }
  .logo {
    width: 260px;
    height: 82px;
    margin-top: 24px;
  }
  .logo_block {
    width: 320px;
    height: 100px;
  }
  .mobile_social_nav {
    top: 42px;
  }
  #hamburger {
    top: 42px;
    text-align: left;
  }
  #hamburger_menu {
    left: -52px;
    position: absolute;
    top: 14px;
  }
  .other_posts .block_post {
    width: 40%;
  }
  .scratch {
    display: none;
    background-image: url("images/scratch.png");
    background-size: 269px 99px;
    cursor: pointer;
    opacity: 0.9;
    margin-top: 15px;
  }

  .nav_center div:hover .scratch {
    display: block !important;
    position: absolute;
    top: 0px;
    left: 30px;
    z-index: 1;
    width: 269px;
    height: 99px;
  }

  .no_phone {
    display: block;
  }

  #preload #scratch_1 {
    background-image: url("images/scratch1.png");
  }
  #preload #scratch_2 {
    background-image: url("images/scratch2.png");
  }
  #preload #scratch_3 {
    background-image: url("images/scratch3.png");
  }
  #mobile_menu {
    left: 0px;
  }
  #mobile_close {
    right: 0px;
    top: 40px;
  }
  #newsletter_box, #event_box {
    bottom: 0px;
    left: 0px;
    border-top:2px solid #191919;
  }
  .interior_newsletter {
    max-width:450px;
    margin: 0 auto;
  }
}

@media (max-width: 599px) {
  .no_phone {
    display: none !important;
  }
}

/* desktop desktop
desktop desktop
desktop desktop 
desktop desktop
desktop desktop 
desktop desktop
desktop desktop 
desktop desktop
desktop desktop 
desktop desktop
desktop desktop 
desktop desktop
desktop desktop 
desktop desktop
desktop desktop 
desktop desktop
desktop desktop 
desktop desktop
desktop desktop 
desktop desktop
desktop desktop 
desktop desktop
desktop desktop 
desktop desktop
desktop desktop 
*/

@media (min-width: 1048px) {
  html {
    /* border: 3px solid #191919; */
    /* padding: 10px 0px 0px 0px; */
    /* margin: 13px; */
  }
}

@media (min-width: 942px) {
  #preload div {
    height: 0px;
    width: 0px;
  }
  #preload #scratch_1 {
    background-image: url("images/scratch1.png");
  }
  #preload #scratch_2 {
    background-image: url("images/scratch2.png");
  }
  #preload #scratch_3 {
    background-image: url("images/scratch3.png");
  }
  .wide {
    display: block;
    width: 100%;
    max-width: 942px;
    position: relative;
    margin: 0 auto;
  }
  header {
    margin-top: 0px;
    padding: 0px;
    background-color: #fff;
  }
  nav {
    height: 100px;
  }
  .row {
    display: table-cell;
  }
  .double {
    width: 50%;
    height: auto;
  }
  .triple {
    width: 33.3%;
    height: auto;
  }
  .quad {
    width: 25%;
    height: auto;
  }
  .fs_1 {
    font-size: 1.2rem;
  }
  .fs_1a {
    font-size: 1.4rem;
  }
  .fs_2 {
    font-size: 1.6rem;
  }
  .fs_3 {
    font-size: 2rem;
  }
  .no_mo {
    display: auto;
  }
  .mo_img {
    width: 100%;
    height: auto;
    display: block;
  }
  .push_pull {
    margin-top: -4px;
    margin-bottom: 9px;
  }
  .pull_up {
    margin-top: -20px;
  }
  .row_set {
    border-bottom: 1px solid #ebebec;
  }
  #footer_logo .s_logo {
    position: absolute;
    top: 30%;
    right: 38px;
    display: block;
  }
  .no_d {
    display: none !important;
  }
  .top_right_corner {
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: -1;
  }
  .bottom_right_corner {
    position: absolute;
    right: -15px;
    bottom: -15px;
    z-index: -1;
  }
  .feed_wrap {
    padding-left: 246px;
    padding-right: 246px;
  }
  .page-template-contributors .feed_wrap {
    padding-left:100px;
    padding-right:100px;
  }
  
  .feed_wrap.first,
  .feed_wrap.spaced {
    padding-top: 0px;
  }
  .feed_wrap.first .left_sidebar,
  .feed_wrap.first .right_sidebar,
  .feed_wrap.first .center_column,
  .feed_wrap.spaced .left_sidebar,
  .feed_wrap.spaced .right_sidebar,
  .feed_wrap.spaced .center_column {
    padding-top: 62px;
  }

  .single .feed_wrap.first .left_sidebar,
  .single .feed_wrap.first .right_sidebar,
  .single .feed_wrap.first .center_column,
  .single .feed_wrap.spaced .left_sidebar,
  .single .feed_wrap.spaced .right_sidebar,
  .single .feed_wrap.spaced .center_column {
    padding-top: 46px;
  }

  .feed_wrap:after {
    content: "";
    display: table;
    width: 100%;
    clear: both;
  }
  #content {
    padding: 0px;
  }
  .column {
    float: left;
    position: relative;
  }
  .sidebar {
    width: 246px;
    background-color: #fff;
  }
  .sidebar h3,
  .other_posts h3,
  .advice_writers .block_post.block_1 h3,
  .locked_title h3 {
    letter-spacing: 5px;
    font-size: 18px;
    margin: 0 auto 8px auto;
    width: 70%;
  }
  .locked_title h3 {
    width: 100%;
  }
  .advice_writers .block_post.block_1 h3 {
    width: 100%;
    letter-spacing: 2px;
  }
  .right_sidebar h3.separator_title {
    width: 100%;
  }
  .sidebar h4,
  .other_posts h4 {
    width: 70%;
    margin: 0px auto 2px auto;
  }
  .other_posts .crp_related img {
    width: 200px !important;
    height: 200px !important;
  }
  .spaced_sub {
    font-size: 10px;
    letter-spacing: 3px;
    font-weight: bold;
  }
  .sidebar .top_image {
    margin-bottom: 20px;
  }
  .sidebar .s_xs {
    opacity: 0.7;
  }
  .left_sidebar {
    margin-left: -100%;
    right: 246px;
  }
  .left_sidebar img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
  }
  .right_sidebar {
    margin-right: -246px;
    background: #fff;
  }
  .block_posts {
    overflow: hidden;
    margin-top: 46px;
    margin-bottom: 30px;
  }
  .author .block_posts:not(:first-child) {
    margin-top: 0px;
  }
  .block_posts.contributors {
    margin-bottom: 0px;
  }
  .block_post {
    vertical-align: top;
    float: left;
  }

  .block_2,
  .block_3,
  .block_4 {
    margin-left: 46px;
  }

  .advice_writers .block_2,
  .advice_writers .block_3,
  .advice_writers .block_4 {
    margin-left: 20px;
  }

  #desktop_credit {
    display: block;
    position: absolute;
    left: 450px;
    top: 450px;
    z-index: 5;
  }

  #desktop_credit .photo_caption {
    white-space: nowrap;
  }

  .photo_wrap .photo_caption {
    display: none;
  }

  .block_post.big.block_2 {
    margin-left: 42px;
  }
  .center_column {
    width: 100%;
  }
  .center_column.page {
    margin-bottom: 50px;
  }
  .center_column.squished {
    padding: 0px 30px 0px 30px;
  }
  .center_column p:first-child {
    margin-top: 0px;
  }
  .wp-caption-text {
    font-size: 1.2rem;
    text-align: right;
    color: #999;
  }
  .featured_masthead {
    width: 200px;
    height: 200px;
  }
  .featured_advice_image {
    width: 80px !important;
    height: 80px !important;
  }

  .category-advice .featured_advice {
    margin-bottom: 0px;
  }

  .contributor {
    padding: 10px 30px 10px 30px;
  }

  .home .featured_post
  {
    border-bottom: none;
  }

  .lower_masthead {
    width: 450px;
    height: 450px;
  }
  nav {
    border-bottom: none;
  }
  .nav_left {
    height: 100px;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .nav_right {
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .s_flip {
    margin-top: 35px;
  }
  #banner {
    width: 190px;
    height: 34px;
    position: absolute;
    background-image:url('images/banner.png');
    background-size: 190px 34px;
    right: -2px;
    top: 34px;
    z-index: 20;
    display: block;
  }
  #banner a {}


  .scratch {
    display: none;
    background-image: url("images/scratch.png");
    background-size: 269px 99px;
    cursor: pointer;
    opacity: 0.9;
  }
  .nav_center div:hover .scratch {
    display: block !important;
    position: absolute;
    top: 0px;
    left: 30px;
    z-index: 1;
    width: 269px;
    height: 99px;
  }
  #left_squiggle {
    margin-left: 63px;
    margin-top: 5px;
  }
  #right_squiggle {
    position: absolute;
    right: 0px;
    top: 20px;
  }
  #menu {
    margin-top: 24px;
  }
  .logo {
    width: 320px;
    height: 100px;
    cursor: pointer;
    margin-top: 0px;
  }
  .logo_block {
    width: 320px;
    height: 100px;
  }
  .featured_post {
    min-height: 400px;
    background-color: #fff;
    background-size: 600px auto;
    background-repeat: no-repeat;
    background-position: top right;
    margin-top: 52px;
    border-bottom: none;
  }
  .home .featured_post {
    border-bottom: none !important;
  }
  .featured_post .featured_text {
    display: table-cell;
  }
  .featured_advice {
    min-height: 450px;
    background-size: 450px 450px;
    background-repeat: no-repeat;
    background-position: top left;
    margin-top: 57px;
  }
  .advice_img {
    width: 149px;
    height: auto;
  }
  .featured_post .feature_title {
    text-align: left;
  }
  .featured_advice h2.feature_title {
    width: 80%;
    margin: 0 auto 10px auto;
    font-size: 46px;
    line-height: 46px;
  }
  .featured_text_wrapper {
    width: 450px;
  }
  .featured_advice_wrapper {
    width: auto;
    min-width: 492px;
    margin-left: 450px;
    border: 2px solid #ffffff;
    background-color: #fff;
    height: 450px;
  }
  .wide_text_wrapper .featured_advice_wrapper {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    margin-top: 40px;
  }
  .wide_text_wrapper .featured_text {
    display: block !important;
  }
  .single .featured_advice_wrapper {
    border: 2px solid #fff;
  }
  h2.feature_title,
  h2.feature_title a,
  h1.author {
    width: 450px;
    font-size: 58px;
    line-height: 55px;
    letter-spacing: -1px;
    color: #191919;
    text-decoration: none;
    margin: 19px 0px 10px 0px;
  }
  .category-advice h2.feature_title a {
    font-size: 46px;
    line-height: 46px;
  }
  .category-advice h2.feature_title.shrink a,
  .featured_advice h2.feature_title.shrink {
    font-size: 36px;
    line-height: 36px;
  }

  h3.separator_title {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 5.5px;
    padding-bottom: 16px;
    padding-top: 60px;
    margin: 0;
    width: 100%;
  }
  .other_posts h3.separator_title,
  #advice_box h3.separator_title {
    margin-top: 30px;
    padding-top: 0px;
  }

  h3.separator_title.noe {
    letter-spacing: 0px;
    font-family: "noe", serif;
    font-size: 46px;
  }

  .featured_category a {
    font-size: 20px;
    color: #636363;
    letter-spacing: 1.5px;
    text-decoration: none;
  }
  .normal_text {
    font-size: 16px;
    line-height: 21px;
    color: #3b3b3b;
  }
  .normal_text.bigger {
    font-size:18px;
    line-height:26px;
  }
  .center_column.normal_text a {
    text-decoration: underline;
    color: #191919;
  }
  .dek {
    width: 260px;
    margin-bottom: 15px;
  }
  .featured_advice_wrapper .dek {
    margin-left: auto;
    margin-right: auto;
  }
  .sidebar_wrapper {
    width: 200px;
    margin-left: 46px;
  }
  .left_sidebar_wrapper {
    width: 200px;
    margin-right: 46px;
  }
  .follow {
    margin-bottom: 29px;
    position: relative;
  }
  .promo_wrapper {
    position: relative;
    margin-top: 44px;
  }
  .promo_block h3 {
    margin-top: 0px;
  }
  .promo_block {
    border: 2px solid #191919;
    width: 200px;
    display: block;
    padding: 65px 30px 30px 30px;
    background: #fff;
  }
  .promo_text {
    margin-bottom: 15px;
  }
  .promo_block .separator_title {
    line-height: 120%;
    padding-top: 0px;
  }
  .promo_button {
    color: #fff;
    padding: 0px;
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    margin-top: 20px;
  }
  .sidebar-promo-button {
    color: #fff;
    padding: 0px;
    width: 100%;
    line-height: 28px;
    font-size: 15px;
    margin-top: 20px;
  }
  .post_title_wrap {
    width: 70%;
    background: #fff;
    padding: 20px 20px 5px 20px;
  }
  h2.entry-title {
    display: inline-block;
    font-size: 38px;
    line-height: 38px;
    margin-top: -62px;
    margin-bottom: 10px;
    padding-top: 15px;
  }
  h2.entry-title a {
    text-decoration: none;
    color: #191919;
  }
  #footer_center {
    width: 266px;
    margin: 70px auto;
  }
  #footer_center svg {
    fill: white;
  }

  /* #copyright {
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0;
    padding: 0;
  } */
  .side_post.left {
    position: absolute;
    left: -246px;
    top: 0px;
    width: 200px;
    background-color: #fff;
  }
  .side_post.right {
    position: absolute;
    right: -246px;
    top: 0px;
    width: 200px;
    background-color: #fff;
  }
  .side_post img {
    width: 200px;
  }
  .block_post {
    width: 200px;
    font-family: "HK", sans-serif;
    margin-bottom: 30px;
  }
  .locked_title {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 80px;
    background: #fff;
    z-index: 2;
  }
  .advice_writers .block_post {
    margin-right: 20px;
    width: 233px;
    white-space: normal;
  }
  .advice_writers.scroll .block_post {
    width: 30%;
    max-width: 220px;
  }
  .advice_writers.scroll .block_post.block_1 {
    margin-left: 150px;
  }
  .advice_writers .block_post .post_text {
    width: 100%;
  }
  .block_post.big {
    width: 450px;
    float: left;
    display: inline-block;
  }
  .block_set {
    overflow: hidden;
    display: block;
  }
  .block_post h2,
  .other_posts .crp_title {
    font-size: 20px;
    margin-top: 5px;
    line-height: 20px;
    padding-top: 5px;
    margin-bottom: 6px;
    font-weight: bold;
  }
  .crp_related .block_post {
    width: 25%;
  }
  .top_separator {
    margin-top: 50px;
  }
  .top_separator.cat {
    height: 150px;
  }
  .top_separator.cat h3.separator_title {
    margin-top: 50px;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .newsletter_wrapper h3.separator_title {
    padding-top: 10px;
  }
  .masthead .top_separator.cat h3.separator_title {
    padding-bottom: 0px;
  }

  .sidebar.author_sidebar h3,
  .sidebar.advice h3 {
    letter-spacing: 1px;
    margin-bottom: 4px;
  }
  .author_header h1 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .line_break {
    width: 50px;
    height: 2px;
    background-color: black;
    margin: 30px auto;
  }
  .author_page p strong {
    font-size: 22px;
    line-height: 135%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #191919;
  }
  #newsletter_box,
  #advice_box, #event_box {
    width: 433px;
    min-height: 380px;
    position: fixed;
    bottom: -40px;
    left: 50%;
    margin-left: -208px;
    z-index: 10;
    display: block;
    background-color: #fff;
    background-size: 100px 100px;
    background-image: url("images/squig-square.png");
    background-repeat: repeat;
    border: 2px solid #191919;
  }

  #event_box {
    min-height: 300px;
  }

  #newsletter_box, #event_box {
    padding-top: 55px;
  }

  .interior_newsletter,
  .interior_advice {
    background-color: #fff;
    border: 2px solid #191919;
    width: 100%;
    min-height: 100%;
    display: block;
    position: absolute;
    z-index: 11;
    top: -20px;
    left: -20px;
  }
  .newsletter_wrapper,
  .advice_box_wrapper {
    width: 60%;
    margin-top: 40px;
  }
  .pop_up input {
    border: 2px solid #191919;
  }
  .pop_up .wpcf7-form p {
    margin-bottom: 15px;
  }
  .newsletter_wrapper p.desc {
    margin-bottom: 30px;
  }
  .center_column .s_xs {
    margin: 40px auto;
  }
  .post_body .post_content img,
  .post_body .post_content div {
    width: 100% !important;
    height: auto;
  }
  #author_questions {
    height: 400px;
    overflow-y: hidden;
    display: block;
  }
  #author_questions_more {
    height: 80px;
    width: 100%;
    display: block;
    position: absolute;
    top: 320px;
    padding-top: 30px;
    /* line-height: 80px; */
    left: 0px;
    background: -moz-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 54%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 54%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 54%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr="#00ffffff",
        endColorstr="#ffffff",
        GradientType=0
      ); /* IE6-9 */
  }
  .side_blur {
    width: 140px;
    height: 80px;
    right: 0px;
    top: 0px;
    position: absolute;
    background: -moz-linear-gradient(
      left,
      rgba(30, 87, 153, 0) 0%,
      rgba(255, 255, 255, 1) 68%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      left,
      rgba(30, 87, 153, 0) 0%,
      rgba(255, 255, 255, 1) 68%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to right,
      rgba(30, 87, 153, 0) 0%,
      rgba(255, 255, 255, 1) 68%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr="#001e5799",
        endColorstr="#ffffff",
        GradientType=1
      ); /* IE6-9 */
  }

  #smoke {
    background: #fff;
    width: 15px;
    background-position: center center;
    height: 19px;
    background-image: url("images/smoke.png");
    position: absolute;
    background-size: 7px 16px;
    z-index: 2;
    left: 117px;
    background-repeat: no-repeat;
  }
  #invisible_bg {
    z-index: -10;
    background-color: #fff;
  }
  #invisible_bg.active {
    width: 676px;
    height: 336px;
    left: 50%;
    /* top: 210px; */
    margin-left: -338px;
    position: fixed;
  }
  #invisible_bg.active .left_art {
    background-image: url("images/frame_lines_2x.png");
    background-size: 67px 88px;
    background-repeat: no-repeat;
    width: 67px;
    height: 88px;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  #invisible_bg.active .right_art {
    background-image: url("images/frame_lines_2x.png");
    background-size: 67px 88px;
    background-repeat: no-repeat;
    width: 67px;
    height: 88px;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  #right_filler {
    width: 150px;
    z-index: -9;
    position: absolute;
  }
  .writer_wrapper {
    padding-top: 30px;
  }

  .post_content #mobile_feed_signup .promo_button {
    max-width: 105px;
    margin-top: 0px;
  }

  .post_content #mobile_feed_signup .signup-promo-button {
    max-width: 105px;
    margin-top: 0px;
  }
}

/* SPRITE SPRITE SPRITE SPRITE
/* Generated data URIs used for preview purposes only */
/* Be sure that you replace data URIs with generated images */
.s_ {
  background-image: url("images/sprite2.png");
}

@media (min--moz-device-pixel-ratio: 1.5),
  (-o-min-device-pixel-ratio: 3/2),
  (-webkit-min-device-pixel-ratio: 1.5),
  (min-device-pixel-ratio: 1.5),
  (min-resolution: 1.5dppx) {
  .s_ {
    background-image: url("images/retina-sprite3.png");
    background-size: 1070px 854px;
  }
}

.s_big-email {
  width: 40px;
  height: 40px;
  background-position: 0 0;
  cursor: pointer;
}

.s_big-fb {
  width: 40px;
  height: 40px;
  background-position: -40px -40px;
}

.s_big-insta {
  width: 40px;
  height: 40px;
  background-position: -80px -80px;
}

.s_big-triangle {
  width: 60px;
  height: 27px;
  background-position: -120px -120px;
}

.s_big-twitter {
  width: 40px;
  height: 40px;
  background-position: -180px -147px;
}

.s_down-arrow {
  width: 19px;
  height: 25px;
  background-position: -220px -187px;
  margin: 17px auto 22px auto;
}

.s_flip {
  width: 185px;
  height: 30px;
  background-position: -239px -212px;
}

.s_hamburger {
  width: 25px;
  height: 43px;
  background-position: -423px -227px;
}

.s_horizon {
  width: 52px;
  height: 7px;
  background-position: -449px -255px;
}

.s_small-fb {
  width: 25px;
  height: 25px;
  background-position: -501px -262px;
}

.s_small-insta {
  width: 25px;
  height: 25px;
  background-position: -526px -287px;
}

.s_small-link {
  width: 25px;
  height: 25px;
  background: url("images/link.png");
  background-size: 25px 25px;
}

.s_small-twitter {
  width: 25px;
  height: 25px;
  background-position: -551px -312px;
}

.s_squig-square {
  width: 100px;
  height: 100px;
  background-position: -576px -337px;
}

.s_straight {
  width: 50px;
  height: 50px;
  background-position: -676px -437px;
}

.s_stripes_2 {
  width: 30px;
  height: 30px;
  position: absolute;
  background-position: -970px -754px;
  top: 15px;
  left: 15px;
}

.promo_block .s_stripes_2 {
  transform: rotate(270deg);
}

.tempest_logo_t {
  background: url(images/tempest-t.png) no-repeat;
  background-size: contain;
  height: 30px;
  left: 87px;
  position: absolute;
  top: 20px;
  width: 30px;
}

.triangle {
  width: 0px;
  height: 0px;
  border-left: 30px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 30px solid #fff;
  display: block;
  position: absolute;
  transform: rotate(90deg);
  right: 3px;
  bottom: -1px;
}

.s_vertical {
  width: 7px;
  height: 52px;
  background-position: -725px -487px;
  margin: 20px auto;
}

.s_wave-corner {
  width: 39px;
  height: 39px;
  background-position: -733px -539px;
}

.s_wave-square {
  width: 100px;
  height: 100px;
  background-position: -772px -578px;
}

.s_xs {
  width: 27px;
  height: 5px;
  background-position: -871px -677px;
  margin: 20px auto;
}

.s_white_email {
  width: 24px;
  height: 24px;
  background-position: -898px -682px;
  cursor: pointer;
}

.s_white_facebook {
  width: 24px;
  height: 24px;
  background-position: -922px -706px;
}

.s_white_instagram {
  width: 24px;
  height: 24px;
  background-position: -946px -730px;
}

.s_stripes {
  width: 100px;
  height: 100px;
  background-position: -970px -754px;
}

.post_list_title {
  z-index: -2;
}

#tempest-banner {
  align-items: center;
  background-color: #191919;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 100%;
}

.tempest-full-logo {
  background: url('images/tempest-full-logo.svg') no-repeat;
  background-size: 180px 20px;
  width: 180px;
  height: 20px;
}

.visually-hidden {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap; /* added line */
  width: 1px;
}

.show {
  display: block;
}

#header-dialog-box {
  background: #FFF;
  border-bottom: 1px solid #191919;
  display: flex;
  color: #191919;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 50px;
  width: 100%;
  z-index: 19;
}

.header-dialog-box-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 0;
  max-width: 500px;
  width: 85%;
}

.header-dialog-box-title {
  font-family: "UntitledSerif", serif;;
  font-weight : bold;
  font-size : 28px;
  margin: 12px 0;
}

.header-dialog-box-body {
  font-family: "UntitledSans", sans-serif;
  font-size : 16px;
  line-height: 1.5;
  margin-bottom: 14px;
  text-align: center;
}

.header-dialog-box-mobile {
  background: url('images/caret_icon.svg') no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
  height: 20px;
  width: 20px;
  z-index: 20;
}

.mobile_black_email {
  background: url('images/black_email_icon.svg') no-repeat;
  background-size: 26px 28px;
  cursor: pointer;
  height: 26px;
  width: 26px;
}

.mobile_black_facebook {
  background: url('images/black_fb_icon.svg') no-repeat;
  background-size: 16px 24px;
  cursor: pointer;
  height: 24px;
  width: 16px;
}

.mobile_black_instagram {
  background: url('images/black_ig_icon.svg') no-repeat;
  background-size: 24px 24px;
  cursor: pointer;
  height: 24px;
  width: 24px;
}