/** COLORS **/
/** FONTS **/
/** PADDING **/
/** BREAKPOINTS **/
/** MIXINS **/
/*----------*/
/** STYLES **/
/*----------*/
body {
  font-family: 'freight-text-pro', Georgia, serif;
  font-size: auto;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
@media only screen and (max-width: 1148px) {
  body {
    font-size: 1.2rem;
  }
}
h1 {
  font-family: 'freight-text-pro', Georgia, serif;
  font-size: 2.2em;
  font-weight: 800;
  font-style: normal;
  text-transform: none;
  color: #000;
  margin: 0.67em 0;
}
h1.title {
  margin: 10px 0 15px;
}
@media only screen and (max-width: 860px) {
  h1.title {
    font-size: 1.8em;
  }
}
h2 {
  font-family: 'freight-text-pro', Georgia, serif;
  font-size: 1.4em;
  font-weight: 800;
  font-style: normal;
  text-transform: none;
  color: #000;
  margin: 0 0 8px;
  line-height: 1.1em;
}
@media only screen and (max-width: 860px) and (min-width: 480px) {
  h2 {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 1.2em;
  }
}
h3 {
  font-family: 'freight-text-pro', Georgia, serif;
  font-size: 1.6em;
  font-weight: 800;
  font-style: normal;
  text-transform: none;
}
h4 {
  font-family: 'freight-sans-pro', 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  padding: 0;
  margin: 0;
  line-height: 1.2em;
  color: #000;
}
h5 {
  font-family: 'freight-sans-pro', 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  color: #e9602a;
  letter-spacing: 1px;
}
h5.author {
  color: #000;
}
.article-meta h5 {
  font-weight: 500;
  font-size: 0.95em;
  padding-bottom: 8px;
}
h6 {
  font-family: 'freight-text-pro', Georgia, serif;
  font-size: 1em;
  font-weight: 800;
  font-style: normal;
  text-transform: none;
  margin-top: 0;
  line-height: 1.3em;
  margin-bottom: 1.3em;
}
a {
  color: #e9602a;
}
a:hover {
  color: #e9602a;
}
a:visited {
  color: #e9602a;
}
a.highlight {
  color: #e9602a !important;
}
button,
input,
select,
textarea,
.selection {
  font-family: 'freight-sans-pro', 'Trebuchet MS', Helvetica, sans-serif;
}
blockquote {
  font-family: 'freight-text-pro', Georgia, serif;
  font-size: 1.4em;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
  color: #e9602a;
  line-height: 1.3em;
}
blockquote p {
  font-weight: 600;
  margin-top: 16px;
}
/* HEADER */
.site-header {
  background: #222222;
  padding-top: 16px;
  padding-bottom: 21.33333333px;
  position: relative;
}
.site-header .site-branding {
  text-align: center;
  display: inline-block;
}
.site-header .site-branding > * {
  display: inline-block;
}
@media only screen and (max-width: 860px) {
  .site-header .site-branding {
    display: block;
  }
}
.site-header .site-branding h1.site-title {
  font-family: 'freight-sans-pro', 'Trebuchet MS', Helvetica, sans-serif;
  font-size: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
  padding: 0;
  margin: 0;
  line-height: 1em;
}
.site-header .site-branding h1.site-title a {
  color: #ffffff;
}
.site-header .site-branding h1.site-title a:hover {
  color: #e9602a;
}
.site-header .site-branding h1.site-title a:hover {
  color: #ffffff;
}
.site-header .site-branding h1.site-title:after {
  content: "";
  display: block;
  width: 1px;
  height: 36px;
  display: inline-block;
  background: #e9602a;
  margin: 0 10px 0 14px;
  position: relative;
  top: 4px;
}
@media only screen and (max-width: 1148px) {
  .site-header .site-branding h1.site-title {
    font-size: 2em;
    padding-bottom: 3px;
    border-bottom: 1px solid #e9602a;
  }
  .site-header .site-branding h1.site-title:after {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .site-header .site-branding h1.site-title {
    font-size: 1.5em;
  }
}
.site-header .site-branding .site-description {
  color: #ffffff;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1148px) {
  .site-header .site-branding .site-description {
    display: none;
  }
}
.site-header #site-navigation {
  float: right;
}
.site-header #mobile-navigation {
  display: none;
}
.site-header .menu-toggle {
  position: absolute;
  top: 25px;
  left: 44px;
  cursor: pointer;
}
@media only screen and (max-width: 1148px) and (min-width: 480px) {
  .site-header .menu-toggle {
    top: 30px;
  }
}
.site-header .menu-toggle svg {
  width: 20px;
  height: 15px;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  fill: #ffffff;
}
.site-header .menu-toggle svg.active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.mobile #site-navigation {
  display: none;
}
/*---------------------*/
/*---- NAVIGATION -----*/
/*---------------------*/
.menu-navigation a {
  color: #ffffff;
}
.menu-navigation a:hover {
  color: #e9602a;
}
@media only screen and (min-width: 860px) {
  .menu-navigation > * {
    float: left;
  }
}
.menu-navigation li.menu-item {
  margin: 8px 8px 0;
}
.menu-navigation li.menu-item.current-menu-item a,
.menu-navigation li.menu-item.menu-item-cart span {
  color: #e9602a !important;
}
.menu-navigation i {
  margin: 10px 4px 0;
  width: 24px;
  height: 24px;
  display: block;
  text-align: center;
  line-height: 24px;
}
.menu-navigation .social-nav {
  margin-left: 12px;
}
.menu-navigation .social-nav a {
  display: inline-block;
  color: #222222;
  font-size: 0.8em;
}
.menu-navigation .social-nav a:hover {
  color: #e9602a;
}
.menu-navigation .social-nav i {
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
@media only screen and (max-width: 860px) {
  #site-navigation {
    display: none;
  }
}
@media only screen and (min-width: 1149px) {
  #site-navigation {
    margin-top: 8px;
  }
}
#mobile-navigation {
  text-align: center;
  padding-top: 10.66666667px;
}
@media only screen and (max-width: 1148px) and (min-width: 480px) {
  #mobile-navigation {
    font-size: 1.15em;
  }
}
#mobile-navigation #menu-mobile {
  margin-bottom: 10.66666667px;
}
#mobile-navigation li.menu-item {
  width: 100%;
  padding: 0;
  margin: 0;
}
#mobile-navigation li.menu-item a {
  display: inline-block;
  padding: 8px 0;
}
#mobile-navigation li.menu-item.menu-item-has-children a {
  margin-left: -12px;
}
#mobile-navigation ul.sub-menu {
  float: left;
  background: #ffffff;
  width: 100%;
  display: none;
}
#mobile-navigation ul.sub-menu li.menu-item {
  border-bottom: 1px solid #dbdbdb;
}
#mobile-navigation ul.sub-menu li.menu-item a {
  font-family: 'freight-sans-pro', 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: #222222;
}
#mobile-navigation ul.sub-menu li.menu-item a:hover {
  color: #e9602a;
}
#mobile-navigation ul.sub-menu li.menu-item ul.sub-menu {
  padding-bottom: 10px;
}
#mobile-navigation ul.sub-menu li.menu-item ul.sub-menu li.menu-item {
  border: none;
}
#mobile-navigation ul.sub-menu li.menu-item ul.sub-menu li.menu-item a {
  padding: 3px 0;
  text-transform: none;
}
#mobile-navigation .menu-item-has-children > a:after {
  content: "\f107";
  display: block;
  width: auto;
  height: auto;
  font-family: "FontAwesome";
  display: inline-block;
  padding: 0 10px;
  margin-right: -30px;
  transition: all 0.25s;
}
#mobile-navigation .menu-item-has-children.submenu-open > a:after {
  transform: rotate(180deg);
  transform-origin: center;
}
#mobile-navigation .menu-item-51 a:after {
  content: "\f002";
  display: block;
  width: auto;
  height: auto;
  font-family: "FontAwesome";
  font-size: 0.7em;
  position: relative;
  display: inline-block;
  padding: 0 10px;
  margin-right: -30px;
  top: -2px;
}
#mobile-navigation .social-nav {
  padding: 0;
  margin: 0;
  margin-top: 7px;
}
#mobile-navigation .social-nav a {
  margin: 0 5px;
}
#cats-subhead {
  padding-top: 10.66666667px;
  padding-bottom: 10.66666667px;
  border-bottom: 2px solid #dbdbdb;
}
@media only screen and (max-width: 860px) {
  #cats-subhead {
    display: none;
  }
}
#cats-subhead #cat-navigation li.menu-item {
  margin: 4px 16px 0 0;
}
#cats-subhead #cat-navigation a {
  font-family: 'freight-sans-pro', 'Trebuchet MS', Helvetica, sans-serif;
  font-size: auto;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  color: #222222;
}
#cats-subhead #cat-navigation a:hover {
  color: #e9602a;
}
#cats-subhead .box-btn {
  float: right;
}
@media only screen and (max-width: 1148px) {
  #cats-subhead {
    font-size: 0.75em;
  }
}
/*---------------------*/
/*------ CONTENT ------*/
/*---------------------*/
/* CONTENT */
#content {
  position: relative;
  z-index: 1;
  background: #ffffff;
}
/* ARTICLES: Featured Article */
#featured-hero {
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 861px) {
  #featured-hero {
    display: block;
  }
}
@media screen and (min-width: 861px) {
  #featured-hero .container .col-group,
  #featured-hero.modal-container .col-group {
    display: flex;
    align-items: stretch;
  }
  #featured-hero .container .col-group .alignvert,
  #featured-hero.modal-container .col-group .alignvert {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
#featured-hero .feature-title {
  padding-top: 16px;
  padding-bottom: 16px;
}
#featured-hero .feature-title a {
  color: black;
}
#featured-hero .feature-title a:hover {
  color: #e9602a !important;
}
@media only screen and (max-width: 860px) {
  #featured-hero .feature-title .premium-tag {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 0;
    margin: 0;
  }
}
/* ARTICLES: Generic Articles List */
@media only screen and (min-width: 860px) {
  #latest-articles.articles-list,
  .articles-list.articles-list {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
#latest-articles article,
.articles-list article {
  padding-top: 16px;
  padding-bottom: 16px;
}
#latest-articles article .title a,
.articles-list article .title a {
  color: black;
}
#latest-articles article .title a:hover,
.articles-list article .title a:hover {
  color: #e9602a !important;
}
#latest-articles article .title h1,
.articles-list article .title h1 {
  margin: 8px 0;
  font-size: 1.4em;
  line-height: 1.1em;
}
@media only screen and (max-width: 860px) and (min-width: 480px) {
  #latest-articles article .title h1,
  .articles-list article .title h1 {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 480px) {
  #latest-articles article .title h1,
  .articles-list article .title h1 {
    font-size: 1.2em;
  }
}
#latest-articles article .title p,
.articles-list article .title p {
  margin: 10px 0;
}
@media only screen and (max-width: 860px) {
  #latest-articles article .title p,
  .articles-list article .title p {
    display: none;
  }
}
#latest-articles article .preview-frame,
.articles-list article .preview-frame {
  background: url('https://inroadsjournal.ca/wp-content/themes/inroads/less/../images/DefaultImage.svg') no-repeat transparent;
  background-size: 100% auto;
  background-position: center;
}
#latest-articles article .preview-frame a,
.articles-list article .preview-frame a {
  width: 100%;
  min-height: 115px;
}
#latest-articles article .wc-memberships-content-restricted-message,
.articles-list article .wc-memberships-content-restricted-message {
  display: none;
}
@media only screen and (max-width: 860px) {
  #latest-articles article,
  .articles-list article {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    border-bottom: 1px solid #dbdbdb;
  }
  #latest-articles article:last-of-type,
  .articles-list article:last-of-type {
    border-bottom: none;
  }
  #latest-articles article .preview-frame,
  .articles-list article .preview-frame {
    margin-bottom: 0;
  }
  #latest-articles article .article-meta,
  .articles-list article .article-meta {
    padding-left: 16px;
  }
}
/* ARTICLES: The Latest */
#latest-articles article {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media only screen and (min-width: 860px) {
  #latest-articles article:nth-of-type(-n+4) .preview-frame {
    display: block;
  }
}
#latest-articles .line {
  border-bottom: 1px solid #dbdbdb;
  margin: -1px 1.75%;
}
/* FOOTER */
footer {
  font-family: 'freight-sans-pro', 'Trebuchet MS', Helvetica, sans-serif;
  font-size: auto;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
footer .subfoot {
  padding-top: 32px;
  padding-bottom: 32px;
  background: #333334;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  footer .subfoot {
    padding-top: 0;
    padding-bottom: 16px;
  }
}
footer .subfoot .menu-navigation li.menu-item,
footer .subfoot .menu-navigation i {
  margin-top: 8px;
  font-weight: 500;
}
footer .subfoot .menu-navigation .social-nav a {
  color: #333334;
}
footer .subfoot .menu-navigation .social-nav a:hover {
  color: #e9602a;
}
@media only screen and (max-width: 480px) {
  footer .subfoot .menu-navigation li.menu-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  footer .subfoot .menu-navigation .social-nav {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: 7px;
  }
}
footer .site-info {
  padding-top: 32px;
  padding-bottom: 64px;
  font-size: 0.9em;
  color: #ffffff;
  background-color: #222222;
}
@media only screen and (max-width: 860px) {
  footer .site-info {
    text-align: center;
    padding: 32px 16px;
  }
}
footer .site-info .acknowledgement p {
  padding: 0;
  margin: 0;
}
footer .site-info .footutils .menu-navigation {
  float: left;
}
footer .site-info .footutils .menu-navigation li.menu-item {
  padding: 0;
  margin: 0;
}
footer .site-info .footutils .menu-navigation li.menu-item a {
  display: inline-block;
}
footer .site-info .footutils .menu-navigation li.menu-item span {
  margin: 0 10px;
}
footer .site-info .footutils .copyright {
  float: left;
}
@media only screen and (max-width: 860px) {
  footer .site-info .footutils {
    padding-top: 32px;
  }
  footer .site-info .footutils .menu-navigation {
    display: inline-block;
    float: none;
  }
  footer .site-info .footutils .copyright {
    margin: -7px 0;
    display: block;
    float: none;
  }
  footer .site-info .footutils .menu-navigation li.menu-item:last-child span {
    display: none;
  }
}
/*---------------------*/
/*------- PAGES -------*/
/*---------------------*/
/* SINGLE */
.single-post .col-9 {
  float: none;
  margin: 10px auto;
  padding-top: 32px;
}
.single-post .col-9 article .entry-title {
  margin: 10.66666667px 0;
}
.single-post .col-9 article .excerpt p {
  margin: 20px 0;
}
.single-post .col-9 article .entry-meta a {
  color: black;
}
.single-post .col-9 article .entry-meta a:hover {
  color: #e9602a !important;
}
.single-post .col-9 article .entry-meta .author {
  padding: 0;
}
.single-post .col-9 article .entry-meta .issue-link {
  float: left;
  opacity: 0.5;
  margin: 12px 0 20px;
  font-family: 'freight-sans-pro', 'Trebuchet MS', Helvetica, sans-serif;
  font-size: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
}
.single-post .col-9 article .entry-meta .issue-link:hover {
  opacity: 1;
}
.single-post .col-9 article .entry-meta .dpsp-shortcode-wrapper {
  float: right;
}
.single-post .col-9 article .entry-meta .dpsp-shortcode-wrapper li:not(:last-child) {
  margin-right: 5px;
}
@media only screen and (max-width: 860px) {
  .single-post .col-9 article .entry-meta .dpsp-shortcode-wrapper {
    margin-bottom: 0;
    margin-top: 12px;
  }
}
.single-post .col-9 article .preview-frame:after {
  padding-top: 56%;
}
.single-post .col-9 article .entry-content {
  margin-top: 0;
}
.single-post .col-9 article .entry-content p {
  position: relative;
}
@media only screen and (max-width: 1148px) and (min-width: 480px) {
  .single-post .col-9 article .entry-content p {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 860px) {
  .single-post .col-9 article .entry-content ul {
    margin-left: 0;
  }
}
.single-post .col-9 article .entry-content > h6:nth-child(2) {
  margin-top: 16px;
}
@media only screen and (max-width: 860px) {
  .single-post .col-9 article .entry-content img.alignright {
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.single-post .col-9 article .entry-content .content-preview {
  margin-bottom: 32px;
}
.single-post .col-9 article .entry-content .content-preview span {
  color: black;
  font-family: 'freight-sans-pro', 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 1.1em;
}
.single-post .col-9 article .entry-content .footnotes {
  font-size: 0.8em;
  margin-bottom: 24px;
}
.single-post .col-9 article .entry-content .footnotes h6,
.single-post .col-9 article .entry-content .footnotes p {
  margin-bottom: 12px;
}
.single-post .col-9 article .entry-content .footnotes h6:first-child,
.single-post .col-9 article .entry-content .footnotes p:first-child {
  font-weight: bold;
}
@media only screen and (min-width: 860px) {
  .single-post .col-9 article .entry-content {
    width: 84%;
  }
  .single-post .col-9 article .entry-content blockquote:not(.inline-quote) {
    position: absolute;
    top: 0;
    right: -10%;
    width: 40%;
    border-top: 1px solid #222222;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
.single-post .col-9 article .entry-content #dpsp-content-top {
  display: none;
}
.single-post .author-preview {
  background: #f0f0ec;
}
.single-post .author-preview .author {
  padding-top: 32px;
  padding-bottom: 32px;
}
.single-post .author-preview .preview-frame {
  margin-bottom: 0;
}
.single-post .author-preview .author-meta {
  padding-left: 16px;
}
.single-post .author-preview .author-meta h4 {
  font-size: 0.9em;
}
.single-post .author-preview .author-meta .title h2 {
  margin-top: 0;
}
.page-template-default:not(.woocommerce-page) .site-main h1,
.page-template-page-two-col .site-main h1 {
  text-align: center;
}
.page-template-default:not(.woocommerce-page) .site-main h4,
.page-template-page-two-col .site-main h4 {
  font-weight: 600;
  margin-bottom: -12px;
}
.error-404 {
  padding-top: 32px;
  padding-bottom: 64px;
  text-align: center;
}
.error-404 input[type="search"] {
  width: 60%;
}
.error-404 .close-x {
  display: none;
}
@media only screen and (min-width: 860px) {
  .page-contact .site-main {
    padding: 0 64px;
  }
}
/* ISSUES */
.post-type-archive-issues .issues-grid {
  padding-top: 32px;
  padding-bottom: 32px;
}
.post-type-archive-issues .issues-grid .issue-item {
  padding-bottom: 32px;
  float: left;
}
.post-type-archive-issues .issues-grid .issue-item h2 {
  padding: 0;
  margin: 0;
}
.post-type-archive-issues .issues-grid .issue-item h2 a {
  color: black;
}
.post-type-archive-issues .issues-grid .issue-item h2 a:hover {
  color: #e9602a !important;
}
.post-type-archive-issues .issues-grid .issue-item .issue-frame:after {
  padding-top: 130%;
}
.post-type-archive-issues .issues-grid .issue-item:nth-of-type(5n) {
  clear: right;
}
@media only screen and (max-width: 480px) {
  .post-type-archive-issues .issues-grid .issue-item {
    padding-bottom: 16px;
    width: 100%;
  }
  .post-type-archive-issues .issues-grid .issue-item > div {
    width: 45%;
    padding: 0 2.5%;
    float: left;
  }
  .post-type-archive-issues .issues-grid .issue-item > div.issue-meta {
    padding-left: 5%;
  }
}
#single-issue .intro {
  padding-top: 32px;
  padding-bottom: 32px;
}
#single-issue .intro .issue-img {
  padding: 0;
  margin: 0;
}
#single-issue .intro .issue-img img {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  #single-issue .intro .issue-img {
    text-align: center;
  }
  #single-issue .intro .issue-img img {
    width: 70%;
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 480px) {
  #single-issue .intro .issue-desc {
    padding-left: 6%;
  }
}
@media only screen and (max-width: 480px) {
  #single-issue .intro [class*="col-"] {
    width: 100%;
    clear: both;
  }
}
#single-issue .table-of-contents .toc-section .col-12 {
  padding: 0;
}
#single-issue .table-of-contents .toc-section .articles-list {
  padding-top: 8px;
}
#single-issue .table-of-contents .toc-section > h5 {
  padding: 16px 0;
  border-bottom: 2px solid #dbdbdb;
}
/* CONTRIBUTORS */
.page-template-page-contributors .authors-holder {
  padding-bottom: 32px;
}
.page-template-page-contributors .contributor-headline {
  text-align: center;
}
@media only screen and (min-width: 860px) {
  .page-template-page-contributors .contributor-headline h1.entry-title {
    width: 50%;
  }
}
.page-template-page-contributors .author {
  padding-bottom: 16px;
}
.page-template-page-contributors .author h4 {
  font-size: 1em;
}
@media only screen and (max-width: 860px) {
  .page-template-page-contributors .author .title h2 {
    margin-top: -5px;
  }
}
.author.archive .author-bio {
  padding-top: 32px;
  padding-bottom: 32px;
  margin: 0 auto;
}
@media only screen and (min-width: 860px) {
  .author.archive .author-bio {
    width: 60%;
  }
}
@media only screen and (min-width: 480px) {
  .author.archive .author-bio .author-photo {
    float: right;
    margin-left: 32px;
    margin-top: 10px;
    max-width: 45%;
  }
}
.author.archive .author-bio h4 {
  font-size: 1em;
  margin-top: -10px;
}
.author.archive .author-articles {
  border-top: 2px solid #dbdbdb;
}
/* ABOUT */
#about .intro,
#about .praise {
  margin: 0 auto;
}
#about .intro.praise,
#about .praise.praise {
  padding-top: 32px;
}
@media only screen and (min-width: 860px) {
  #about .intro,
  #about .praise {
    width: 60%;
  }
}
#about .intro h1,
#about .praise h1 {
  text-align: center;
}
#about .intro .praise-item,
#about .praise .praise-item {
  border: 2px solid #dbdbdb;
  margin: 16px 0;
  padding: 32px;
}
#about .intro .praise-item h3,
#about .praise .praise-item h3 {
  padding: 0;
  margin: 0;
  font-family: 'freight-text-pro', Georgia, serif;
  font-size: 1.3em;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  line-height: 1.2em;
  color: #e9602a;
  font-style: italic;
  padding-bottom: 16px;
}
#about .intro .praise-item h4,
#about .praise .praise-item h4 {
  font-size: 1em;
}
#about .intro .praise-item h4:before,
#about .praise .praise-item h4:before {
  content: "\2013";
  display: block;
  width: 15px;
  height: 10px;
  float: left;
}
/* SEARCH */
.search .articles-list {
  padding: 0;
  margin: 0;
}
.search .articles-list .col-12 {
  padding: 0;
  margin: 0;
}
.search #main #searchform,
.search .not-found #searchform {
  background: #f0f0ec;
  padding: 16px;
  margin-top: 32px;
}
.search #main #searchform #close-search,
.search .not-found #searchform #close-search {
  display: none;
}
.search #main #searchform input[type='search'],
.search .not-found #searchform input[type='search'] {
  width: 73%;
  margin-right: 2%;
}
@media only screen and (max-width: 860px) {
  .search #main #searchform input[type='submit'],
  .search .not-found #searchform input[type='submit'] {
    font-size: 0.9em;
    padding: 6px 2.5%;
    float: right;
  }
}
/*---------------------*/
/*---- WOOCOMMERCE ----*/
/*---------------------*/
/* SHOP/SUBSCRIBE */
.woocommerce #page h3 {
  color: black;
}
.woocommerce #subscribe {
  padding-bottom: 64px;
}
.woocommerce #subscribe .subscribe-feature {
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 2px solid #dbdbdb;
}
.woocommerce #subscribe ul.products {
  padding: 0;
  margin: 0;
}
.woocommerce #subscribe ul.products li.product {
  padding-top: 32px;
  text-align: center;
  list-style: none;
}
.woocommerce #subscribe ul.products li.product h2 {
  font-size: 1.6em;
}
.woocommerce #subscribe ul.products li.product h4 {
  font-size: 1.1em;
}
.woocommerce #subscribe ul.products li.product h5 {
  font-size: 0.9em;
  padding: 16px 0 8px;
}
.woocommerce #subscribe ul.products li.product img {
  width: auto;
  height: 60px;
}
.woocommerce #subscribe ul.products li.product .product-content {
  margin: 32px 0 0;
  padding: 16px;
  border: 2px solid #dbdbdb;
  font-family: 'freight-sans-pro', 'Trebuchet MS', Helvetica, sans-serif;
  font-size: auto;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.woocommerce #subscribe ul.products li.product .product-content .price {
  text-transform: uppercase;
  vertical-align: bottom;
}
.woocommerce #subscribe ul.products li.product .product-content .price .price-number {
  font-size: 2em;
}
.woocommerce #subscribe ul.products li.product .product-content .price .subscription-term {
  color: #e9602a;
}
.woocommerce #subscribe ul.products li.product .product-content ul {
  padding: 0;
  margin: 0;
  padding: 0 16px;
}
@media only screen and (min-width: 860px) {
  .woocommerce #subscribe ul.products li.product .product-content ul {
    padding: 0 64px;
  }
}
.woocommerce #subscribe ul.products li.product .product-content ul li {
  list-style: none;
  line-height: 1.2em;
  padding: 5px 0;
}
.woocommerce #subscribe ul.products li.product .product-content ul li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #e9602a;
  display: inline-block;
  margin-left: -10px;
  margin-right: 10px;
  margin-top: -2px;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.woocommerce #subscribe ul.products li.product .product-content ul li span {
  display: block;
  font-size: 0.8em;
}
.woocommerce #subscribe ul.products li.product .product-content .button {
  margin: 16px 0;
}
.woocommerce #subscribe ul.products .post-9453 .add_to_cart_button {
  margin-top: 29px !important;
}
/* SINGLE PRODUCT PAGE */
.woocommerce-page .wc-tabs-wrapper,
.woocommerce-page .related.products,
.woocommerce-page .product_meta {
  display: none;
}
.woocommerce-page .entry-summary p.price {
  padding: 0;
  margin: 0;
  color: #e9602a !important;
  font-weight: 800;
  font-size: 1.4em !important;
}
.woocommerce-page .entry-summary .woocommerce-product-details__short-description ul {
  padding: 0;
  margin: 0;
  padding-top: 16px;
  padding-left: 16px;
}
.woocommerce-page .entry-summary > form > fieldset {
  font-size: 0.8em;
  margin: 12px 0 !important;
  padding: 0 !important;
}
/* MY ACCOUNT */
.woocommerce-account h1.entry-title {
  display: none;
}
.woocommerce-account .entry-content {
  padding: 0;
  margin: 0;
}
.woocommerce-account article {
  padding-bottom: 32px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .is-active a {
  color: black;
}
@media only screen and (max-width: 860px) {
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin-bottom: 16px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    margin-right: 16px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content p:first-child {
  margin-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-content h4 {
  font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-content .my-membership-tabs {
  padding-left: 0;
}
.woocommerce-account .woocommerce-MyAccount-content table.shop_table_responsive tr td,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table_responsive tr td {
  min-height: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content #update_all_subscriptions_addresses_field small {
  display: block;
}
.woocommerce-account .woocommerce-MyAccount-content form h3:first-child {
  margin-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-content form input:not(.button) {
  padding: 3px;
  line-height: 1.2em !important;
}
.woocommerce-account .account-dashboard h2,
.woocommerce-account .account-dashboard .my_account_memberships {
  display: none;
}
.woocommerce-account .account-view-subscription table.shop_table td {
  padding-left: 0;
}
.woocommerce-account .account-view-subscription .subscription-extras {
  display: none;
}
.woocommerce-account .edit-account fieldset {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-account .account-edit-address h3 {
  font-family: 'freight-sans-pro', 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  padding: 0;
  margin: 0;
  line-height: 1.2em;
  color: #000;
  font-weight: 600;
}
.woocommerce-account .account-edit-address address {
  font-style: normal;
  margin-top: 6px;
}
.woocommerce-account .account-edit-address input.button {
  margin-top: 16px;
}
.woocommerce-account .account-edit-address .woocommerce-Address {
  padding: 0;
}
.woocommerce-account .account-edit-address #update_all_subscriptions_addresses_field {
  display: none;
}
@media only screen and (min-width: 860px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 18%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 78%;
  }
}
/* CART */
.woocommerce {
  position: relative;
}
.woocommerce table.shop_table {
  border: none;
  border-collapse: collapse;
  font-family: 'freight-sans-pro', 'Trebuchet MS', Helvetica, sans-serif;
  color: black;
  position: relative;
}
.woocommerce table.shop_table thead {
  display: none;
}
.woocommerce table.shop_table .cart_item {
  padding: 16px 0;
  border: 2px solid #dbdbdb;
  border-collapse: inherit;
}
.woocommerce table.shop_table .cart_item td {
  text-align: center;
  border-top: none;
}
.woocommerce table.shop_table .cart_item td.product-thumbnail {
  width: 160px;
  padding: 16px 32px;
}
.woocommerce table.shop_table .cart_item td.product-thumbnail img {
  width: 100%;
}
.woocommerce table.shop_table .cart_item td.product-name fieldset {
  font-size: 0.8em;
  position: absolute;
}
.woocommerce table.shop_table .cart_item a.remove {
  color: black !important;
  line-height: 0.8em;
  font-size: 1.8em;
  font-weight: 400;
}
.woocommerce table.shop_table .cart_item a.remove:hover {
  color: #ffffff !important;
  background: #e9602a !important;
}
@media only screen and (max-width: 860px) {
  .woocommerce table.shop_table .cart_item {
    font-size: 0.8em;
    padding: 8px 0;
  }
  .woocommerce table.shop_table .cart_item td {
    text-align: left !important;
    line-height: 1.2em;
  }
  .woocommerce table.shop_table .cart_item td:before {
    width: 100%;
  }
  .woocommerce table.shop_table .cart_item td.product-remove {
    position: absolute;
    right: 0;
    top: 23px;
  }
}
.woocommerce table.shop_table td.actions {
  display: none;
}
.woocommerce .cart-collaterals .cart_totals {
  float: left;
}
@media only screen and (min-width: 860px) {
  .woocommerce .cart-collaterals .cart_totals {
    width: 55%;
  }
}
.woocommerce .cart-collaterals table.shop_table tr th {
  padding-left: 0;
}
.woocommerce .cart-collaterals .gifting-fields {
  float: left;
  position: relative;
  z-index: 10;
  font-family: 'freight-sans-pro', 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 0.8em;
  margin-top: -15px;
  padding: 10.66666667px 0;
}
.woocommerce .cart-collaterals .gifting-fields .form-row {
  padding: 0;
  margin: 0;
  margin-top: 1px;
}
@media only screen and (min-width: 1148px), screen and (max-width: 480px) {
  .woocommerce .cart-collaterals .gifting-fields .form-row {
    float: right;
  }
}
.woocommerce .cart-collaterals .gifting-fields label {
  margin-right: 15px;
}
.woocommerce .cart-collaterals .gifting-fields input[type="email"] {
  clear: both;
  display: block;
  font-size: 0.8em;
  width: 200px;
}
.woocommerce .cart-collaterals .recurring-totals {
  display: none;
}
.woocommerce .cart-collaterals .checkout-btn {
  padding: 10.66666667px;
  text-align: center;
  float: right;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator > p {
  padding: 0;
  margin: 0;
  margin-top: -5px;
  font-size: 0.8em;
}
.woocommerce .wc-proceed-to-checkout {
  padding-top: 0;
  padding-bottom: 32px;
}
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button {
  color: #e9602a !important;
  border: 1px solid #e9602a;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  background-color: transparent !important;
  font-family: 'freight-sans-pro', 'Trebuchet MS', Helvetica, sans-serif;
}
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover {
  color: #ffffff !important;
  background-color: #e9602a !important;
}
.woocommerce .gifting-fields {
  display: none;
}
/* CHECKOUT */
.woocommerce-checkout {
  /* Thank You page */
}
.woocommerce-checkout .checkout-links {
  position: absolute;
  right: 20px;
  top: 3px;
  padding-top: 10px;
  text-align: right;
  font-weight: 800;
}
@media only screen and (max-width: 860px) {
  .woocommerce-checkout .checkout-links {
    right: 0;
    top: -15px;
  }
}
@media only screen and (max-width: 480px) {
  .woocommerce-checkout .checkout-links {
    font-size: 0.85em;
  }
  .woocommerce-checkout .checkout-links span {
    display: none;
  }
}
.woocommerce-checkout form.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout form.woocommerce-checkout .col2-set .col-2 {
  padding: 0;
}
.woocommerce-checkout form.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout form.woocommerce-checkout .form-row textarea {
  padding: 5px 12px;
  line-height: 1.2em;
}
.woocommerce-checkout form.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table {
  margin-bottom: 0;
}
.woocommerce-checkout form.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table th,
.woocommerce-checkout form.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table td {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-checkout form.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table tfoot .recurring-totals:first-of-type {
  display: none;
}
.woocommerce-checkout form.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table .product-total {
  display: none;
}
.woocommerce-checkout form.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table .product-thumbnail {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 32px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table .product-thumbnail img {
  width: 100px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table .gifting-wrapper .gifting-fields {
  width: 100%;
  padding: 0;
  position: relative;
  font-size: 0.9em;
  font-weight: normal;
}
@media only screen and (min-width: 480px) {
  .woocommerce-checkout form.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table .gifting-wrapper .gifting-fields .form-row {
    float: right;
  }
}
@media only screen and (max-width: 480px) {
  .woocommerce-checkout form.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table .product-thumbnail {
    width: 20%;
    padding: 5px;
    margin: 0 1.5%;
    float: left;
  }
  .woocommerce-checkout form.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table td {
    line-height: 1.2em;
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 480px) {
  .woocommerce-checkout form.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table .gifting-wrapper .gifting-fields .form-row label {
    float: left;
    padding-right: 8px;
  }
  .woocommerce-checkout form.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table .gifting-wrapper .gifting-fields .form-row .input-text {
    width: auto;
  }
}
.woocommerce-checkout form.woocommerce-checkout #payment {
  background: none;
}
.woocommerce-checkout form.woocommerce-checkout #payment .form-row {
  padding: 1em 0;
}
.woocommerce-checkout form.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
}
.woocommerce-checkout form.woocommerce-checkout #payment .box-btn {
  padding: 10px 32px;
}
.woocommerce-checkout form.woocommerce-checkout #payment .payment_box {
  background-color: #f0f0ec;
}
.woocommerce-checkout form.woocommerce-checkout #payment .payment_box:before {
  border: 1em solid #f0f0ec;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.woocommerce-checkout form.woocommerce-checkout #payment .payment_box p {
  padding: 0;
  margin: 0;
}
.woocommerce-checkout form.woocommerce-checkout #payment .about_paypal {
  font-size: 1em;
}
@media only screen and (min-width: 480px) {
  .woocommerce-checkout form.woocommerce-checkout #payment #place_order {
    width: auto;
    float: left;
  }
}
.woocommerce-checkout .woocommerce ul.order_details {
  padding-left: 0;
}
.woocommerce-checkout .woocommerce ul.order_details li {
  border-right: 1px solid #dbdbdb;
}
.product-type-subscription .single_add_to_cart_button {
  margin-top: 16px;
  float: right;
}
.product-type-grouped .entry-summary > .price {
  display: none;
}
.product-type-grouped .group_table {
  border-bottom: 1px solid #dbdbdb;
  font-family: 'freight-sans-pro', 'Trebuchet MS', Helvetica, sans-serif;
}
.product-type-grouped .group_table tr {
  border-top: 1px solid #dbdbdb;
}
.product-type-grouped .group_table td {
  padding: 10.66666667px;
}
.product-type-grouped .group_table td:first-child {
  width: auto !important;
}
.product-type-grouped .group_table td input[type="checkbox"] {
  position: relative;
  top: -3px;
}
.product-type-grouped .single_add_to_cart_button {
  float: right !important;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background: #f0f0ec;
  text-align: center;
  font-family: 'freight-sans-pro', 'Trebuchet MS', Helvetica, sans-serif;
  padding: 10.66666667px 16px;
  margin: 16px 0;
  color: black;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  content: "";
}
.woocommerce-info {
  border-top: 0;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 1.4em;
}
/*---------------------*/
/* ELEMENTS & SNIPPETS */
/*---------------------*/
/* SNIPPET: Current Issue & Subscribe CTA */
#current-issue,
#subscribe-cta {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #f0f0ec;
}
#current-issue .container .col-group,
#subscribe-cta .container .col-group {
  display: flex;
  align-items: stretch;
  height: 100%;
}
#current-issue .alignvert,
#subscribe-cta .alignvert {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#current-issue h1,
#subscribe-cta h1 {
  font-style: italic;
}
#current-issue h1 a,
#subscribe-cta h1 a {
  color: black;
}
#current-issue h1 a:hover,
#subscribe-cta h1 a:hover {
  color: #e9602a !important;
}
#current-issue h5,
#subscribe-cta h5 {
  font-weight: 600;
}
#current-issue .issue-cover,
#subscribe-cta .issue-cover {
  text-align: center;
}
#current-issue .issue-cover img,
#subscribe-cta .issue-cover img {
  border: 1px solid #979797;
  padding: 16px;
}
@media only screen and (max-width: 480px) {
  #current-issue h1,
  #subscribe-cta h1 {
    font-size: 1.4em;
  }
  #current-issue .excerpt,
  #subscribe-cta .excerpt {
    display: none;
  }
  #current-issue .issue-cover img,
  #subscribe-cta .issue-cover img {
    padding: 0;
    border: none;
  }
}
#subscribe-cta {
  padding-top: 64px;
  padding-bottom: 64px;
}
#subscribe-cta .cta-img {
  position: relative;
}
#subscribe-cta .cta-img img.insitu {
  position: relative;
  display: block;
  z-index: 1;
  bottom: -24px;
}
@media only screen and (min-width: 860px) {
  #subscribe-cta .cta-img img.insitu {
    right: -15px;
  }
}
#subscribe-cta .cta-img img.wp-post-image {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 860px) {
  #subscribe-cta .cta {
    display: none;
  }
}
/* SNIPPET: Our Contributors (mostly .author element) */
#contributors {
  padding-top: 32px;
  padding-bottom: 32px;
}
#contributors .section-title {
  margin-bottom: 32px;
}
#contributors .author {
  padding-bottom: 16px;
}
#contributors h4 {
  font-size: 0.9em;
}
@media only screen and (max-width: 860px) {
  #contributors .author {
    padding-bottom: 16px;
  }
  #contributors .author:nth-of-type(-n+2) {
    display: none;
  }
}
/* SNIPPET: Newsletter */
#newsletter {
  background-color: #eb703f;
}
@media only screen and (min-width: 860px) {
  #newsletter {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
#newsletter h3,
#newsletter h4 {
  color: #ffffff;
}
#newsletter input {
  margin: 32px 0;
  padding: 8px 16px;
  min-width: 260px;
  font-size: 0.8em;
  width: 100%;
  color: #000;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-align: center;
}
/* SNIPPET: Questions FAQ */
#questions {
  padding-top: 32px;
  padding-bottom: 32px;
  background: #f0f0ec;
}
#questions .box-btn {
  margin-top: 16px;
}
/* DIALOG */
#popups {
  display: none;
}
.dialog {
  width: 90%;
  max-width: 840px;
  padding: 30px 16px !important;
  border: none;
  text-align: center !important;
}
@media screen and (max-width: 861px) {
  .dialog {
    display: block;
  }
}
@media screen and (min-width: 861px) {
  .dialog .container .col-group,
  .dialog.modal-container .col-group {
    display: flex;
    align-items: stretch;
  }
  .dialog .container .col-group .alignvert,
  .dialog.modal-container .col-group .alignvert {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.dialog h1 {
  font-style: italic;
  font-size: 2em;
}
.dialog h1 a {
  color: black;
}
.dialog h1 a:hover {
  color: #e9602a !important;
}
.dialog h4 {
  padding-bottom: 32px;
}
.dialog h5 {
  font-weight: 600;
}
.dialog img {
  width: 100%;
  height: auto;
}
.dialog .premium-tag {
  cursor: unset;
}
.dialog .no-image {
  margin: 0 auto;
}
@media only screen and (min-width: 860px) {
  .dialog .image .inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .dialog .no-image .inner {
    width: 80%;
    margin: 0 auto;
  }
}
/* ELEMENTS */
[class*="-frame"] {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  background-color: #f0f0ec;
  clear: both;
}
[class*="-frame"]:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-top: 60%;
}
[class*="-frame"] img {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  position: absolute;
  background-color: #ffffff;
}
.box-btn {
  font-family: 'freight-sans-pro', 'Trebuchet MS', Helvetica, sans-serif;
  font-size: auto;
  font-weight: 800;
  font-style: normal;
  text-transform: none;
  color: #e9602a !important;
  border: 1px solid #e9602a;
  text-transform: uppercase;
  padding: 3px 20px;
  background: transparent;
  display: inline-block;
}
.box-btn:hover {
  color: #ffffff !important;
  background-color: #e9602a;
}
.box-btn.on-dark:hover {
  color: #ffffff !important;
  border-color: #ffffff;
}
.box-btn.invert {
  color: #ffffff !important;
  background: #e9602a;
}
.box-btn.invert:hover {
  color: #e9602a !important;
  background: #ffffff;
}
.section-title {
  display: block;
  position: relative;
  text-align: center;
  -webkit-backface-visibility: hidden;
}
.section-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #979797;
  z-index: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -40%);
  transform: translate(0, -40%);
}
.section-title h5 {
  padding-left: 32px;
  padding-right: 32px;
  font-size: 1em;
  line-height: 1em;
  font-weight: 600;
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.section-title h5:before,
.section-title h5:after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: #979797;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -40%);
  transform: translate(0, -40%);
  /*@media only screen and (max-width: @screenTablet) { margin-top:1px; }*/
}
.section-title h5:before {
  left: 0;
}
.section-title h5:after {
  right: 0;
}
.ribbon-title {
  padding: 0;
  margin: 0;
  padding-top: 21.33333333px;
  padding-bottom: 21.33333333px;
  border-bottom: 1px solid #dbdbdb;
}
.ribbon-title span {
  margin: 0 16px;
}
@media only screen and (max-width: 860px) {
  .ribbon-title {
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
  }
  .ribbon-title span {
    display: block;
    opacity: 0;
    height: 1px;
  }
}
.author h2 a {
  color: black;
}
.author h2 a:hover {
  color: #e9602a !important;
}
@media only screen and (max-width: 860px) {
  .author .author-meta {
    padding-left: 16px;
  }
}
.premium-tag {
  width: 25px;
  height: 25px;
  float: right;
  cursor: pointer;
  margin-top: -5px;
}
@media only screen and (max-width: 860px) {
  .premium-tag {
    margin-right: -5px;
  }
}
.close-x {
  float: right;
  position: relative;
  font-family: 'freight-sans-pro', 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  cursor: pointer;
  fill: #222222;
}
.close-x svg {
  height: 16px;
  width: 16px;
  margin: 0 -5px -3px 5px;
}
.close-x:hover {
  color: #e9602a;
  fill: #e9602a;
}
.custom-restrict-notice {
  margin-bottom: 32px;
  font-family: 'freight-sans-pro', 'Trebuchet MS', Helvetica, sans-serif;
}
.custom-restrict-notice img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  vertical-align: middle;
  float: left;
}
/* LOGIN & LOGIN BOX & LOST PASSWORD */
.page-login .entry-header,
.page-lostpassword .entry-header,
.page-resetpass .entry-header {
  display: none;
}
.page-login .tml-login.col-5,
.page-lostpassword .tml-login.col-5,
.page-resetpass .tml-login.col-5,
.page-login .tml-lostpassword.col-5,
.page-lostpassword .tml-lostpassword.col-5,
.page-resetpass .tml-lostpassword.col-5,
.page-login .tml-resetpass.col-5,
.page-lostpassword .tml-resetpass.col-5,
.page-resetpass .tml-resetpass.col-5 {
  float: none;
  margin: 0 auto;
  max-width: 400px;
}
.page-login #loginform,
.page-lostpassword #loginform,
.page-resetpass #loginform,
.page-login #lostpasswordform,
.page-lostpassword #lostpasswordform,
.page-resetpass #lostpasswordform,
.page-login #resetpassform,
.page-lostpassword #resetpassform,
.page-resetpass #resetpassform {
  margin: 32px 0;
  padding: 16px 32px;
  background: #f0f0ec;
  border: 1px solid #dbdbdb;
}
.page-login #loginform input[type="text"],
.page-lostpassword #loginform input[type="text"],
.page-resetpass #loginform input[type="text"],
.page-login #lostpasswordform input[type="text"],
.page-lostpassword #lostpasswordform input[type="text"],
.page-resetpass #lostpasswordform input[type="text"],
.page-login #resetpassform input[type="text"],
.page-lostpassword #resetpassform input[type="text"],
.page-resetpass #resetpassform input[type="text"],
.page-login #loginform input[type="password"],
.page-lostpassword #loginform input[type="password"],
.page-resetpass #loginform input[type="password"],
.page-login #lostpasswordform input[type="password"],
.page-lostpassword #lostpasswordform input[type="password"],
.page-resetpass #lostpasswordform input[type="password"],
.page-login #resetpassform input[type="password"],
.page-lostpassword #resetpassform input[type="password"],
.page-resetpass #resetpassform input[type="password"] {
  width: 100%;
}
.page-login .message,
.page-lostpassword .message,
.page-resetpass .message {
  font-family: 'freight-sans-pro', 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 0.8em;
}
.tml-login p,
.tml-lostpassword p,
.tml-resetpass p {
  margin-bottom: 0;
}
.tml-login .form-inputs,
.tml-lostpassword .form-inputs,
.tml-resetpass .form-inputs {
  position: relative;
}
.tml-login .form-inputs label,
.tml-lostpassword .form-inputs label,
.tml-resetpass .form-inputs label {
  display: none;
}
.tml-login .form-inputs input,
.tml-lostpassword .form-inputs input,
.tml-resetpass .form-inputs input {
  padding: 5px 12px;
  width: 100%;
}
.tml-login .tml-rememberme-wrap,
.tml-lostpassword .tml-rememberme-wrap,
.tml-resetpass .tml-rememberme-wrap {
  margin-top: 4px;
  font-size: 0.7em;
}
.tml-login .tml-action-links,
.tml-lostpassword .tml-action-links,
.tml-resetpass .tml-action-links {
  padding: 0;
  margin: 0;
  margin-top: 16px;
  font-size: 0.7em;
  list-style: none;
  font-family: 'freight-sans-pro', 'Trebuchet MS', Helvetica, sans-serif;
}
.tml-login .tml-action-links a,
.tml-lostpassword .tml-action-links a,
.tml-resetpass .tml-action-links a {
  color: black;
}
.tml-login .tml-action-links a:hover,
.tml-lostpassword .tml-action-links a:hover,
.tml-resetpass .tml-action-links a:hover {
  color: #e9602a !important;
}
.tml-login .tml-action-links li,
.tml-lostpassword .tml-action-links li,
.tml-resetpass .tml-action-links li {
  display: inline-block;
  margin-right: 10px;
}
.tml-login #pass-strength-result,
.tml-lostpassword #pass-strength-result,
.tml-resetpass #pass-strength-result {
  font-family: 'freight-sans-pro', 'Trebuchet MS', Helvetica, sans-serif, sans-serif;
  font-size: 0.9em;
}
#loginbox {
  width: 250px;
  display: none;
  position: absolute;
  z-index: 1000;
  right: 0;
  margin-right: -40px;
  bottom: -21.33333333px;
  padding: 32px 32px 16px;
  background: #f0f0ec;
  border: 1px solid #dbdbdb;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  font-family: 'freight-sans-pro', 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 0.9em;
}
#loginbox .close-x {
  position: absolute;
  top: 14px;
  right: 18px;
}
#loginbox .notch {
  border-bottom: 16px solid #f0f0ec;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  position: absolute;
  display: block;
  top: 0;
  right: 18%;
  -webkit-transform: translate(0, -90%);
  transform: translate(0, -90%);
  -webkit-transition: all 1s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 1148px) {
  #loginbox .notch {
    right: 70px;
  }
}
/* SEARCH BOX */
#searchbox {
  height: 0;
  border-bottom: 1px solid #dbdbdb;
  background: #f0f0ec;
  position: relative;
  -webkit-transition: all 1s ease-out;
  transition: all 0.25s ease-out;
}
#searchbox fieldset {
  padding-top: 16px;
  padding-bottom: 16px;
  height: inherit;
}
#searchbox fieldset input {
  float: left;
}
#searchbox fieldset input[type="search"] {
  width: 50%;
  margin-right: 10px;
  padding-left: 10px;
  background: white;
}
@media only screen and (min-width: 860px) {
  #searchbox fieldset input[type="search"] {
    margin-left: 15%;
  }
}
#searchbox fieldset .notch {
  border-bottom: 16px solid #f0f0ec;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  position: absolute;
  display: block;
  top: 0;
  right: 5px;
  -webkit-transition: all 1s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 1148px) {
  #searchbox fieldset .notch {
    right: 25px;
  }
}
#searchbox.open {
  height: 70px;
  z-index: 0;
}
#searchbox.open .notch {
  top: -32px;
}
@media only screen and (max-width: 860px) {
  #searchbox {
    display: none;
  }
}
/* ACCOUNT BOX */
#accountbox {
  display: none;
  position: absolute;
  z-index: 1000;
  right: 50%;
  bottom: -21.33333333px;
  padding: 16px;
  background: #f0f0ec;
  border: 1px solid #dbdbdb;
  -webkit-transform: translate(50%, 100%);
  transform: translate(50%, 100%);
  font-family: 'freight-sans-pro', 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 0.9em;
  text-align: center;
}
#accountbox a {
  color: black;
}
#accountbox a:hover {
  color: #e9602a !important;
}
#accountbox .username:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #dbdbdb;
  margin: 5px 0;
}
#accountbox a {
  display: block;
  margin: 0 16px;
}
#accountbox .notch {
  border-bottom: 16px solid #f0f0ec;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: all 1s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 1148px) {
  #accountbox {
    right: 12%;
  }
}
/* EXTRAS (for 3rd-parties) */
.fancybox-slide > * {
  height: auto;
}
.fancybox-close-small:after {
  width: 50px !important;
  height: 50px !important;
  font: 40px/50px Arial, sans-serif !important;
}
.fancybox-close-small:hover:after {
  background: none !important;
}
.fancybox-close-small::after {
  background: transparent !important;
  top: 0 !important;
  right: 0 !important;
}
/* WooCommerce Javascript selects */
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  line-height: 36px;
  top: 0;
  border-radius: 0;
  border-color: #dbdbdb;
}
.select2-results__option {
  font-family: 'freight-sans-pro', 'Trebuchet MS', Helvetica, sans-serif;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #222222;
  background-color: #f0f0ec;
}
/* WooCommerce Responsive cart */
.woocommerce .cart-collaterals table.shop_table_responsive tr td,
.woocommerce-page .cart-collaterals table.shop_table_responsive tr td {
  background-color: #ffffff;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 860px) {
  .woocommerce .cart-collaterals table.shop_table_responsive tr td::before,
  .woocommerce-page .cart-collaterals table.shop_table_responsive tr td::before {
    content: attr(data-title);
  }
}
.woocommerce-order-received .entry-title {
  display: none;
}
/* MailChimp Signup */
.mc4wp-alert p {
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-family: 'freight-sans-pro', 'Trebuchet MS', Helvetica, sans-serif;
  max-width: 340px;
  padding-bottom: 16px;
}
/* PRINT */
@media print {
  .site-header,
  #cats-subhead,
  .dpsp-shortcode-wrapper,
  .author-preview,
  footer {
    display: none;
  }
}
