/**** Blendid August 2021 ****/

/** FONTS **/

/* LEGAL DISCLAIMER
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * www.dirty-furniture.com
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Optimo webfonts are protected by copyright law and provided under license. To modify, alter, translate, convert, decode or reverse engineer in any manner whatsoever, including converting the Font Software into a different format is strictly prohibited. The webfont files are not to be used for anything other than web font use.
 *
 * optimo.ch
 */

  @font-face {
  font-family: 'Antique Legacy';
  src: url('fonts/Antique-Legacy-Book.eot');
  src: url('fonts/Antique-Legacy-Book.eot?#iefix') format('embedded-opentype'),
       url('fonts/Antique-Legacy-Book.woff2') format('woff2'),
       url('fonts/Antique-Legacy-Book.woff') format('woff');
  font-weight: 450;
  font-style: normal;
}

/** END FONTS **/

.alt-styles p a, .alt-styles ul li, .article.available .article__image:after, .btn-buy, .circle, .fwb, .issues-table td, .primary-nav li, .sans, .site-footer a, dl dt, h1, h2, h3, h4, h5, h6, input[type=submit], label, table th, .site-description, .sub-nav li a, .column-buy-issue, .article__text p:first-child, article p:first-child, .article-full__body time {
    font-weight: 450;
    font-family: Antique Legacy,Helvetica,Arial,sans-serif;
    letter-spacing: .05em;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.page-template-page-articles .issue-single .issue-single__text p:first-child {
    font-weight: 450;
    font-family: Antique Legacy,Helvetica,Arial,sans-serif;
    letter-spacing: .05em;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	text-transform:uppercase;
}

.news-full__body p, article .article-full__body p:first-child  {
	font-family:Plantin,"Times New Roman",Times,serif !important;
	font-size:100%!important;
	line-height:1.3!important;
	-webkit-font-smoothing: auto !important;
	color:#000;
	-webkit-font-feature-settings:"onum" 1;
	-moz-font-feature-settings:"onum" 1;
	font-feature-settings:"onum" 1;
    letter-spacing: 0em!important;
}

.article-full__lead-text {
    text-align:center;
}

strong {
	font-family:Plantin,"Times New Roman",Times,serif;
	font-style:italic;
	font-size:100%;
	line-height:1.3;
	color:#000;
	-webkit-font-feature-settings:"onum" 1;
	-moz-font-feature-settings:"onum" 1;
	font-feature-settings:"onum" 1;
    letter-spacing: 0em;
}

.article__text p:first-child, article p:first-child, .article-full__body time {
	font-size:15px;
	margin-bottom:10px;
}

.insta {
  width: 14px;
  display: inline;
  margin-right:2px;
  margin-bottom:-1px;
}

.site-logo {
	padding:10px 0;
	text-align:center;
	margin:0 auto;
}

.site-logo-alt h1 {
	font-weight: 450;
    font-family: Antique Legacy,Helvetica,Arial,sans-serif;
    letter-spacing: .05em;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	font-size: 3.5rem;
	margin-bottom: 0px;
}

.site-logo-alt h1:hover {
	color:#000;
}

.site-logo-alt {
	margin:0 auto;
	text-align: center;
}


@media only screen and (min-width: 401px){
	.site-logo {
		max-width:420px;
	}
}

@media only screen and (max-width: 991px){
.site-logo-alt h1 {
    font-size: 5.7vw;
  }
}

@media only screen and (max-width: 400px){
	.site-logo {
		max-width:100%
	}
}

.wrapper {
    max-width: 1170px;
    padding: 2.25em 1em;
}

h3, h4, h5, h6 {
  text-transform:uppercase;
}

[class^=column] {
  padding: 0 20px;
}


/**** END Blendid August 2021 ****/
