/*
Theme Name: NewFaces
Theme URI: https://github.com/Modelsdot/newfaces-themes
Author: Crown Dev Studio, LLC
Author URI: http://crown.dev/
Description: NewFaces is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/newfaces/issues. Thank you.
Version: 0.0.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: newfaces

NewFaces WordPress Theme © 2011-2019 Models.com
NewFaces is distributed under the terms of the GNU GPL
*/
:root {
  --font-size: 16px;
  --font-size-sm: .75em;
  --font-size-md: 1.2em;
  --font-size-lg: 1.6em;
  --font-size-xl: 2.2em;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-bold: 700;
  --fg-color-primary: #000000;
  --fg-color-primary-inverted: #FFFFFF;
  --fg-color-secondary: #222222;
  --fg-color-tertiary: #898989;
  --bg-color-primary: #FFFFFF;
  --bg-color-secondary: #F7F7F7;
  --container-width-md: 900px;
  --container-width-lg: 1180px;
  --container-width-full: 100%;
  --fg-color-accent: #FF6B00;
}
/* prettier-ignore-start */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}input[type='text'],input[type='button'],input[type='submit'],input[type='reset'],input[type='search'],input[type='password'],textarea{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:2px}big{font-size:120%}small,sub,sup{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,s,strike{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}
/* prettier-ignore-end */
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',
    'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-size: var(--font-size);
  line-height: 1.4em;
}
a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  color: #000000;
}
strong {
  font-weight: var(--font-weight-bold);
}
.ContentGrid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
}
@media (min-width: 640px){
  .ContentGrid { 
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 950px){
  .ContentGrid { 
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1440px){
  .ContentGrid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1920px){
  .ContentGrid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.ContentGridItem {
  display: flex;
}
.Nav {
}
.ScrollX {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.ScrollX::-webkit-scrollbar {
  display: none;
}
.Nav__content {
  font-family: "Work Sans", sans-serif;
  list-style-type: none;
}
.NavItem,
.menu-item {
  display: inline-block;
  margin-left: 1em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8em;
}
.NavItem:first-of-type,
.menu-item:first-of-type {
  margin-left: 0;
}
.NavItem a {
  text-decoration: none;
}
.ViewHeader {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ViewHeader__left {
  font-size: var(--font-size-xl);
  line-height: 1;
  letter-spacing: -2px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}
.ViewHeader__right {
  width: 100%;
}
@media (min-width: 640px){
  .ViewHeader {
    margin: 18px;
  }
  .ViewHeader__right {
    width: auto;
  }
}
.NewFacesModule {
}
.ViewSubHeader {
  background-color: var(--bg-color-secondary);
  display: flex;
  flex-direction: column;
  padding: 1em;
  text-align: center;
}
.ViewSubHeader__title {
  color: var(--fg-color-secondary);
  font-size: 1.4em;
  font-weight: var(--font-weight-bold);
  margin: 0 auto;
  max-width: 900px;
  padding-bottom: 10px;
}
.ViewSubHeader__description {
  color: var(--fg-color-tertiary);
  font-size: var(--font-size);
  line-height: 1.6;
  max-width: var(--container-width-md);
  margin: 0 auto;
}
.ViewSubHeader__meta {
  color: var(--fg-color-tertiary);
  font-size: var(--font-size-sm);
  margin-top: 1em;
  text-align: center;
}
.NewFacesModule__header {
  padding: 10px;
  background: var(--bg-color-secondary);
}
.NewFaceCard {
  background-color: rgba(0, 0, 0, 0.027);
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
.NewFaceCard__content {
  padding: 0.5em;
}
.NewFaceCard__image-container {
  object-fit: cover;
  width: 100%;
}
.NewFaceCard__image {
  min-height: 288px;
  max-width: 100%;
  object-fit: cover;
}
.NewFaceCard__title {
  text-align: center;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0px;
}
.NewFaceCard__meta {
  color: var(--fg-color-tertiary);
  font-size: var(--font-size-sm);
  margin-top: 1em;
  text-align: center;
}
.NewFaceCard__slug {
  text-align: center;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold;
  color: #aeaeae;
}
.EntryFooter {
  display: flex;
  justify-content: center;
  margin: 40px 20px 60px 20px;
}
.Pagination {
  text-align: center;
}
.Pagination .page-numbers {
  display: inline-block;
  font-weight: var(--font-weight-bold);
  color: var(--fg-color-primary);
  background-color: #e2e2e2;
  margin-right: 0.3em;
  margin-bottom: 1em;
  padding: 1.0625rem 2rem 1rem;
  transition: all 0.1s;
  text-align: center;
}
.Pagination .page-numbers.current,
.Pagination .page-numbers:hover {
  color: #ffffff;
  background-color: #444444;
}
.PostContent {
  margin: 0 auto 2em auto;
  max-width: 90%;
  padding-top: 40px;
}
.PostContent .nff_credit,
.PostContent .writeup {
  margin: 0 auto;
}
.PostContent .nff_credit,
.PostContent .nff_credits,
.PostContent em {
  font-weight: var(--font-weight-light);
  font-style: italic;
  line-height: 35px;
  padding: 50px;
  text-align: center;
  text-rendering: optimizeLegibility;
}
.PostContent .nff_series {
  font-size: var(--font-size-sm);
  line-height: 1.7em;
  text-transform: uppercase;
}
.PostContent .nff_intro {
  font-size: var(--font-size-md);
  font-style: italic;
  font-weight: 500;
  line-height: 35px;
  padding-bottom: 50px;
  text-align: center;
}
.PostContent .nff_modelname,
.PostContent .modelname {
  font-family: "Futura",sans-serif;
  font-size: 40px;
  font-weight: var(--font-weight-normal);
  letter-spacing: -0.2px;
  margin-bottom: 40px;
  word-spacing: 2px;
}
.PostContent .nff_text {
  font-size: var(--font-size-md);
  line-height: 1.8em;
  max-width: 95%;
  margin: auto;
  padding: 15px 5% 15px 5%;
  text-align: justify;
}
.PostContent .writeup {
  line-height: 1.7;
  margin-top: 20px;
  max-width: var(--container-width-md);
}
.PostContent h1 {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
}
.PostContent h2 {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 1.4em;
}
.PostContent h4 {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.PostContent .writeup a,
.PostContent .nff_credit a,
.PostContent .nff_intro a,
.PostContent p a {
  border-bottom: 1px solid var(--fg-color-accent);
}
.PostContent .writeup .photomosaic-container a {
  border: none;
}
.PostContent p {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-normal);
  line-height: 1.7;
  margin-bottom: 1.4em;
}
.PostContent hr {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 0;
  margin: 3em 5em;
}
.PostContent blockquote {
  background: rgba(0,0,0,.03);
}
.PostContent blockquote, .PostContent blockquote p {
  color: #6f6f6f;
  border-left: none;
  font-family: "Futura",sans-serif;
  font-size: var(--font-size-md);
  line-height: 1.6;
  margin: 0;
  padding: 35px 15px;
  text-align: center;
}
.ScrollToTopToggle {
  bottom: 2em;
  opacity: 1;
  position: fixed;
  right: 2em;
  transition: all .2s ease 0s;
}
.ScrollToTopToggle.ScrollToTopToggle--hide {
  opacity: 0;
  display: none;
}
.ScrollToTopToggle a {
  background-color: rgba(68, 68, 68, 0.8) ;
  border-radius: 4em;
  color: var(--fg-color-primary-inverted);
  cursor: pointer;
  display: block;
  font-size: var(--font-size-sm);
  height: 4em;
  line-height: 4em;
  text-align: center;
  text-transform: uppercase;
  width: 4em;
  z-index: 99999;
}
.Social .Social__icon {
  display: inline-block;
  height: 16px;
  margin-left: .5em;
  width: 16px;
}
.Social .Social__icon:first-of-type {
  margin: 0;
}
.SocialFooter {
  margin: 2.5em 4em;
  text-align: right;
}
.SocialFooter .Social__icon {
  height: 24px;
  margin-left: 1em;
  width: 24px;
}

.gallery-item img {max-width: 95%; height: auto;border: 0 !important;}
.gallery-item .gallery-caption {font-size: .8rem;color: #222;}
@media only screen and (max-width: 31em) {
	.gallery-item {width: 100% !important;}
}