/*!
Theme Name: TPO
Theme URI: http://underscores.me/
Author: Thought & Found
Author URI: https://thoughtandfound.co/
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: tpo
*/


@media screen and (min-width: 0) {
/*---------------------------------------------------------
GLOBALS
---------------------------------------------------------*/
html, body {
	-webkit-text-size-adjust: 100%;
	margin: auto;
	background: #f1f2f2;
}

html, body, div, a, p, h1, h2, h3, h4, h5, h6, span {
	font-family: 'neue-haas-grotesk-text', 'Helvetica', sans-serif;
}
/*---------------------------------------------------------
CURSORS
---------------------------------------------------------*/
body.h-blue, .categories.top-blue, .site-branding.bot-blue, article.blue {
	cursor: url('images/cursors/Blue_Default.png') 14 15, default;
	cursor: -webkit-image-set( url('images/cursors/Blue_Default.png') 1x, url('images/cursors/Blue_Default@2x.png') 2x ) 14 15, default;
}

body.h-brass, .categories.top-brass, .site-branding.bot-brass, article.brass {
	cursor: url('images/cursors/Brass_Default.png') 14 15, default;
	cursor: -webkit-image-set( url('images/cursors/Brass_Default.png') 1x, url('images/cursors/Brass_Default@2x.png') 2x ) 14 15, default;
}

body.h-pink, .categories.top-pink, .site-branding.bot-pink, article.pink {
	cursor: url('images/cursors/Pink_Default.png') 14 15, default;
	cursor: -webkit-image-set( url('images/cursors/Pink_Default.png') 1x, url('images/cursors/Pink_Default@2x.png') 2x ) 14 15, default;
}

body.h-orange, .categories.top-orange, .site-branding.bot-orange, article.orange {
	cursor: url('images/cursors/Orange_Default.png') 14 15, default;
	cursor: -webkit-image-set( url('images/cursors/Orange_Default.png') 1x, url('images/cursors/Orange_Default@2x.png') 2x ) 14 15, default;
}

body.h-orange .site-branding a:hover, .site-branding.bot-orange a:hover {
	cursor: url('images/cursors/Orange_Pointer.png') 14 15, pointer;
	cursor: -webkit-image-set( url('images/cursors/Orange_Pointer.png') 1x, url('images/cursors/Orange_Pointer@2x.png') 2x ) 14 15, pointer;
}

body.h-brass .site-branding a:hover, .site-branding.bot-brass a:hover {
	cursor: url('images/cursors/Brass_Pointer.png') 14 15, pointer;
	cursor: -webkit-image-set( url('images/cursors/Brass_Pointer.png') 1x, url('images/cursors/Brass_Pointer@2x.png') 2x ) 14 15, pointer;
}

body.h-blue .site-branding a:hover, .site-branding.bot-blue a:hover {
	cursor: url('images/cursors/Blue_Pointer.png') 14 15, pointer;
	cursor: -webkit-image-set( url('images/cursors/Blue_Pointer.png') 1x, url('images/cursors/Blue_Pointer@2x.png') 2x ) 14 15, pointer;
}

body.h-pink .site-branding a:hover, .site-branding.bot-pink a:hover {
	cursor: url('images/cursors/Pink_Pointer.png') 14 15, pointer;
	cursor: -webkit-image-set( url('images/cursors/Pink_Pointer.png') 1x, url('images/cursors/Pink_Pointer@2x.png') 2x ) 14 15, pointer;
}

body.h-blue a:hover {
	cursor: url('images/cursors/Blue_Default.png') 14 15, pointer;
	cursor: -webkit-image-set( url('images/cursors/Blue_Default.png') 1x, url('images/cursors/Blue_Default@2x.png') 2x ) 14 15, pointer;
}

body.h-brass a:hover {
	cursor: url('images/cursors/Brass_Default.png') 14 15, pointer;
	cursor: -webkit-image-set( url('images/cursors/Brass_Default.png') 1x, url('images/cursors/Brass_Default@2x.png') 2x ) 14 15, pointer;
}

body.h-pink a:hover {
	cursor: url('images/cursors/Pink_Default.png') 14 15, pointer;
	cursor: -webkit-image-set( url('images/cursors/Pink_Default.png') 1x, url('images/cursors/Pink_Default@2x.png') 2x ) 14 15, pointer;
}

body.h-orange a:hover {
	cursor: url('images/cursors/Orange_Default.png') 14 15, pointer;
	cursor: -webkit-image-set( url('images/cursors/Orange_Default.png') 1x, url('images/cursors/Orange_Default@2x.png') 2x ) 14 15, pointer;
}

body a:hover, span.cat:hover {
	text-decoration: underline;
}

span.cat.interviews:hover {
	cursor: url('images/cursors/Orange_Default.png') 14 15, pointer;
	cursor: -webkit-image-set( url('images/cursors/Orange_Default.png') 1x, url('images/cursors/Orange_Default@2x.png') 2x ) 14 15, pointer;
}

span.cat.reviews:hover {
	cursor: url('images/cursors/Brass_Default.png') 14 15, pointer;
	cursor: -webkit-image-set( url('images/cursors/Brass_Default.png') 1x, url('images/cursors/Brass_Default@2x.png') 2x ) 14 15, pointer;
}

span.cat.articles:hover {
	cursor: url('images/cursors/Blue_Default.png') 14 15, pointer;
	cursor: -webkit-image-set( url('images/cursors/Blue_Default.png') 1x, url('images/cursors/Blue_Default@2x.png') 2x ) 14 15, pointer;
}

span.cat.press:hover {
	cursor: url('images/cursors/Pink_Default.png') 14 15, pointer;
	cursor: -webkit-image-set( url('images/cursors/Pink_Default.png') 1x, url('images/cursors/Pink_Default@2x.png') 2x ) 14 15, pointer;
}

footer.orange a:hover {
	cursor: url('images/cursors/Orange_Default.png') 14 15, pointer;
	cursor: -webkit-image-set( url('images/cursors/Orange_Default.png') 1x, url('images/cursors/Orange_Default@2x.png') 2x ) 14 15, pointer;
}

footer.brass a:hover {
	cursor: url('images/cursors/Brass_Default.png') 14 15, pointer;
	cursor: -webkit-image-set( url('images/cursors/Brass_Default.png') 1x, url('images/cursors/Brass_Default@2x.png') 2x ) 14 15, pointer;
}

footer.blue a:hover {
	cursor: url('images/cursors/Blue_Default.png') 14 15, pointer;
	cursor: -webkit-image-set( url('images/cursors/Blue_Default.png') 1x, url('images/cursors/Blue_Default@2x.png') 2x ) 14 15, pointer;
}

footer.pink a:hover {
	cursor: url('images/cursors/Pink_Default.png') 14 15, pointer;
	cursor: -webkit-image-set( url('images/cursors/Pink_Default.png') 1x, url('images/cursors/Pink_Default@2x.png') 2x ) 14 15, pointer;
}

.cat-entries.interviews a:hover {
	cursor: url('images/cursors/Orange_Out.png') 14 15, ne-resize;
	cursor: -webkit-image-set( url('images/cursors/Orange_Out.png') 1x, url('images/cursors/Orange_Out@2x.png') 2x ) 14 15, ne-resize;
}

.cat-entries.interviews sup.qv:hover {
	cursor: url('images/cursors/Orange_Help.png') 14 15, help;
	cursor: -webkit-image-set( url('images/cursors/Orange_Help.png') 1x, url('images/cursors/Orange_Help@2x.png') 2x ) 14 15, help;
}

.cat-entries.reviews a:hover {
	cursor: url('images/cursors/Brass_Out.png') 14 15, ne-resize;
	cursor: -webkit-image-set( url('images/cursors/Brass_Out.png') 1x, url('images/cursors/Brass_Out@2x.png') 2x ) 14 15, ne-resize;
}

.cat-entries.reviews sup.qv:hover {
	cursor: url('images/cursors/Brass_Help.png') 14 15, help;
	cursor: -webkit-image-set( url('images/cursors/Brass_Help.png') 1x, url('images/cursors/Brass_Help@2x.png') 2x ) 14 15, help;
}

.cat-entries.articles a:hover {
	cursor: url('images/cursors/Blue_Out.png') 14 15, ne-resize;
	cursor: -webkit-image-set( url('images/cursors/Blue_Out.png') 1x, url('images/cursors/Blue_Out@2x.png') 2x ) 14 15, ne-resize;
}

.cat-entries.articles sup.qv:hover {
	cursor: url('images/cursors/Blue_Help.png') 14 15, help;
	cursor: -webkit-image-set( url('images/cursors/Blue_Help.png') 1x, url('images/cursors/Blue_Help@2x.png') 2x ) 14 15, help;
}

.cat-entries.press a:hover {
	cursor: url('images/cursors/Pink_Out.png') 14 15, ne-resize;
	cursor: -webkit-image-set( url('images/cursors/Pink_Out.png') 1x, url('images/cursors/Pink_Out@2x.png') 2x ) 14 15, ne-resize;
}

.cat-entries.press sup.qv:hover {
	cursor: url('images/cursors/Pink_Help.png') 14 15, help;
	cursor: -webkit-image-set( url('images/cursors/Pink_Help.png') 1x, url('images/cursors/Pink_Help@2x.png') 2x ) 14 15, help;
}

.orange .option, article.orange .close {
	cursor: url('images/cursors/Orange_Down.png') 14 15, s-resize;
	cursor: -webkit-image-set( url('images/cursors/Orange_Down.png') 1x, url('images/cursors/Orange_Down@2x.png') 2x ) 14 15, s-resize;
}

.brass .option, article.brass .close {
	cursor: url('images/cursors/Brass_Down.png') 14 15, s-resize;
	cursor: -webkit-image-set( url('images/cursors/Brass_Down.png') 1x, url('images/cursors/Brass_Down@2x.png') 2x ) 14 15, s-resize;
}

.blue .option, article.blue .close {
	cursor: url('images/cursors/Blue_Down.png') 14 15, s-resize;
	cursor: -webkit-image-set( url('images/cursors/Blue_Down.png') 1x, url('images/cursors/Blue_Down@2x.png') 2x ) 14 15, s-resize;
}

.pink .option, article.pink .close {
	cursor: url('images/cursors/Pink_Down.png') 14 15, s-resize;
	cursor: -webkit-image-set( url('images/cursors/Pink_Down.png') 1x, url('images/cursors/Pink_Down@2x.png') 2x ) 14 15, s-resize;
}

.orange .selects.open .option {
	cursor: url('images/cursors/Orange_Up.png') 14 15, n-resize;
	cursor: -webkit-image-set( url('images/cursors/Orange_Up.png') 1x, url('images/cursors/Orange_Up@2x.png') 2x ) 14 15, n-resize;
}

.brass .selects.open .option {
	cursor: url('images/cursors/Brass_Up.png') 14 15, n-resize;
	cursor: -webkit-image-set( url('images/cursors/Brass_Up.png') 1x, url('images/cursors/Brass_Up@2x.png') 2x ) 14 15, n-resize;
}

.blue .selects.open .option {
	cursor: url('images/cursors/Blue_Up.png') 14 15, n-resize;
	cursor: -webkit-image-set( url('images/cursors/Blue_Up.png') 1x, url('images/cursors/Blue_Up@2x.png') 2x ) 14 15, n-resize;
}

.pink .selects.open .option {
	cursor: url('images/cursors/Pink_Up.png') 14 15, n-resize;
	cursor: -webkit-image-set( url('images/cursors/Pink_Up.png') 1x, url('images/cursors/Pink_Up@2x.png') 2x ) 14 15, n-resize;
}

span.next:hover, span.previous:hover {
	text-decoration: underline;
}
/*---------------------------------------------------------
JS
---------------------------------------------------------*/
.under {
	text-decoration: underline!important;
}

.hidden {
	opacity: 0;
	transition: opacity 300ms ease;
}

.fix {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
/*---------------------------------------------------------
SCROLLBAR
---------------------------------------------------------*/
.cont_Wrap::-webkit-scrollbar {
	width: 5px;
	background-color: #f1f2f2;
}

article.orange .cont_Wrap::-webkit-scrollbar-track {
	border-right: 1px solid #e7512a;
}

article.orange .cont_Wrap::-webkit-scrollbar-thumb {
	background-color: #e7512a;
}

article.brass .cont_Wrap::-webkit-scrollbar-track {
	border-right: 1px solid #746a40;
}

article.brass .cont_Wrap::-webkit-scrollbar-thumb {
	background-color: #746a40;
}

article.blue .cont_Wrap::-webkit-scrollbar-track {
	border-right: 1px solid #325e6d;
}

article.blue .cont_Wrap::-webkit-scrollbar-thumb {
	background-color: #325e6d;
}

article.pink .cont_Wrap::-webkit-scrollbar-track {
	border-right: 1px solid #da1c5c;
}

article.pink .cont_Wrap::-webkit-scrollbar-thumb {
	background-color: #da1c5c;
}
/*---------------------------------------------------------
HEADER
---------------------------------------------------------*/
.site-branding {
	width: 100%;
	background: #f1f2f2;
	border-bottom: 1px solid black;
}

.s-b-Wrap {
	padding: 15px;
}

.site-branding img, .site-branding svg {
	display: block;
}

.site-branding img.mobile, .site-branding svg.mobile {
  width: 120px;
  height: 64px;
}

img.desktop, svg.desktop {
	display: none;
}
/*---------------------------------------------------------
HOME
---------------------------------------------------------*/
.overview {
	padding: 15px 15px 15px 15px;
	font-weight: bold;
  font-size: 24px;
	line-height: 26px;
	min-height: calc(100vh - 225px);
}

.overview img, .overview svg {
	vertical-align: middle;
  margin-top: -3px;
}

.overview span.cat {
	text-decoration: underline;
}

img.location, svg.location {
	width: 30px;
	height: 22px;
}

img.writer, svg.writer {
	height: 25px;
	width: 38px;
}

img.interviews, svg.interviews {
  height: 27px;
	width: 34px;
}

img.reviews, img.articles, svg.reviews, svg.articles {
  height: 25px;
}

img.reviews, svg.reviews {
	width: 37px;
}

img.articles, svg.articles {
	width: 30px;
}

img.press, svg.press {
	height: 31px;
	width: 35px;
}

img.hag, img.film, svg.hag, svg.film {
  height: 25px;
	width: 30px;
}

img.sissy, img.work, svg.sissy, svg.work {
	height: 24px;
}

img.sissy, svg.sissy {
	width: 39px;
}

img.work, svg.work {
	width: 43px;
}

img.online, svg.online {
  height: 19px;
	width: 39px;
}

.overview sup {
	font-size: 10px;
	margin-top: -7px;
	text-align: center;
	display: block;
}

span.circ {
	border: 1px solid black;
  height: 11px;
  width: 11px;
  display: inline-block;
  border-radius: 50%;
  margin-top: 1px;
  margin-left: 1px;
  vertical-align: top;
}

img.film, img.hag, svg.film, svg.hag {
  margin-top: -7px;
}
/*---------------------------------------------------------
CATEGORIES
---------------------------------------------------------*/
.filter_Wrap {
  clear: both;
  overflow: hidden;
  margin-bottom: 40px;
}

.label, .option span {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 24px;
}

.option {
	display: none;
}

.option.interviews {
	display: block;
}

.option {
	height: 33px;
}

.filter .label {
  width: 40%;
  float: left;
}

.filter .selects {
  width: 60%;
  float: left;
}

.o-i-w {
	float: right;
	width: 38px;
	text-align: center;
}

.option img, .option svg {
  vertical-align: middle;
  margin-top: 2px;
}

.categories {
	/* display: none; */
	position: fixed;
	top: 94px;
	background: #f1f2f2;
  border-top: 1px solid black;
	overflow-y: scroll;
	width: 100%;
}

.categ_Wrap {
	padding: 10px 15px 15px 15px;
}

sup.qv {
  font-size: 10px;
  margin-top: -1px;
  text-align: center;
  display: block;
	font-weight: bold;
}

span.oval {
	border: 1px solid black;
  height: 11px;
	width: 60px;
  display: inline-block;
  border-radius: 7px;
  margin-top: 1px;
  margin-left: 1px;
  vertical-align: top;
  margin-right: 1px;
}

h1.entry-title, a.h1 {
	font-size: 24px;
  line-height: 24px;
  display: inline;
  margin: auto;
}

.entry {
  display: inline;
}
/*---------------------------------------------------------
CATEGORY ENTRY
---------------------------------------------------------*/
.cat-entries {
	min-height: calc(100vh - 377px);
	display: none;
}

.cat-entries a {
	text-decoration: none;
}

.cat-entries.interviews a {
	color: #e7512a;
}

.cat-entries.interviews {
	display: block;
	color: #e7512a;
}

.cat-entries.interviews span.oval {
	border: 1px solid #e7512a;
}

.cat-entries.reviews, .cat-entries.reviews a {
	color: #746a40;
}

.cat-entries.reviews span.oval {
	border: 1px solid #746a40;
}

.cat-entries.articles, .cat-entries.articles a {
	color: #325e6d;
}

.cat-entries.articles span.oval {
	border: 1px solid #325e6d;
}

.cat-entries.press, .cat-entries.press a {
	color: #da1c5c;
}

.cat-entries.press span.oval {
	border: 1px solid #da1c5c;
}

.cat-arti article {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	overflow-y: scroll;
	background: #f1f2f2;
	border-top: 1px solid black;
  z-index: 5;
}

span.comma:last-of-type {
  display: none;
}

.article_Wrap {
	padding: 15px;
}

h1 {
	font-size: 24px;
}

header.entry-header h1 {
  margin: 0;
	text-transform: uppercase;
	line-height: 26px;
}

h1.byline {
	margin-top: 30px;
	line-height: 26px;
	margin-bottom: 30px;
}

.feat {
	margin-bottom: 15px;
  clear: both;
  overflow: hidden;
	width: 80%;
	max-width: 450px;
}

.feat img {
	display: block;
	width: 100%;
	/* mix-blend-mode: lighten; */
  opacity: 1;
}

.clrz {
  float: left;
}

.close {
	font-size: 24px;
	line-height: 27px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.close img, .close svg {
	float: left;
	height: 21px;
	width: 21px;
	padding-top: 3px;
	margin-right: 5px;
}

.b-col, .b-col a {
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}

.cont_Wrap p {
  margin: 0 0 15px 0;
}

p {
	font-size: 13px;
}

blockquote {
  margin: 0;
}

blockquote p {
	font-size: 16px;
  line-height: 18px;
	font-weight: bold;
}

.bar {
	clear: both;
	overflow: hidden;
	margin: 60px 0 30px 0;
}

.b-col {
  width: 50%;
  float: left;
}

.b-col.nav {
	width: 25%;
}

.b-col.icon {
	float: right;
	width: 38px;
	text-align: center;
}

.b-col.icon img, .b-col.icon svg {
	display: none;
}

.l-col {
	display: table;
}

.t_Wrap {
	display: table-row;
	width: 100%;
}

.f_Wrap {
	display: table-cell;
	width: 100%;
	vertical-align: bottom;
}

footer {
	margin-top: 115px;
}

footer.cat-footer {
	margin-top: 120px;
}

article {
	display: none;
}

.cont_Wrap .spacer {
	height: 20px;
	width: 100%;
}
/*---------------------------------------------------------
FOOTER
---------------------------------------------------------*/
footer {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
	padding: 15px;
	clear: both;
	overflow: hidden;
}

footer .col {
  width: 40%;
  float: left;
}


footer .col:nth-child(2n) {
  width: 60%;
}

footer.cat-footer  {
	padding: 0;
}

.col.pad {
	margin-bottom: 30px;
}

ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

li a, footer a {
	text-decoration: none;
	color: black;
}

span.num {
    width: 10px;
    display: inline-block;
}
/*---------------------------------------------------------
COLOUR
---------------------------------------------------------*/
.h-orange, .h-orange a {
	color: #e7512a;
}

.h-brass, .h-brass a {
	color: #746a40;
}

.h-blue, .h-blue a {
	color: #325e6d;
}

.h-pink, .h-pink a {
	color: #da1c5c;
}

.h-orange span.circ {
	border: 1px solid #e7512a;
}

.h-brass span.circ {
	border: 1px solid #746a40;
}

.h-blue span.circ {
	border: 1px solid #325e6d;
}

.h-pink span.circ {
	border: 1px solid #da1c5c;
}

.h-orange .site-branding {
	border-bottom: 1px solid #e7512a;
}

.h-brass .site-branding {
	border-bottom: 1px solid #746a40;
}

.h-blue .site-branding {
	border-bottom: 1px solid #325e6d;
}

.h-pink .site-branding {
	border-bottom: 1px solid #da1c5c;
}

.h-orange svg {
	fill: #e7512a;
}

.h-brass svg {
	fill: #746a40;
}

.h-blue svg {
	fill: #325e6d;
}

.h-pink svg {
	fill: #da1c5c;
}

.orange, .orange a {
	color: #e7512a!important;
}

.brass, .brass a {
	color: #746a40!important;
}

.blue, .blue a {
	color: #325e6d!important;
}

.pink, .pink a {
	color: #da1c5c!important;
}

.bg-orange {
	background: #e7512a;
	border: 1px solid #e7512a!important;
}

.bg-brass {
	background: #746a40;
	border: 1px solid #746a40!important;
}

.bg-blue {
	background: #325e6d;
	border: 1px solid #325e6d!important;
}

.bg-pink {
	background: #da1c5c;
	border: 1px solid #da1c5c!important;
}

.bord-orange {
	border: 1px solid #e7512a!important;
}

.bord-brass {
	border: 1px solid #746a40!important;
}

.bord-blue {
	border: 1px solid #325e6d!important;
}

.bord-pink {
	border: 1px solid #da1c5c!important;
}

.top-orange {
	border-top: 1px solid #e7512a!important;
}

.top-brass {
	border-top: 1px solid #746a40!important;
}

.top-blue {
	border-top: 1px solid #325e6d!important;
}

.top-pink {
	border-top: 1px solid #da1c5c!important;
}

.bot-orange {
	border-bottom: 1px solid #e7512a!important;
}

.bot-brass {
	border-bottom: 1px solid #746a40!important;
}

.bot-blue {
	border-bottom: 1px solid #325e6d!important;
}

.bot-pink {
	border-bottom: 1px solid #da1c5c!important;
}

.txt {
	color: #f1f2f2;
}

footer.cat-footer.orange a {
	color: #e7512a;
}

footer.cat-footer.brass a {
	color: #746a40;
}

footer.cat-footer.blue a {
	color: #325e6d;
}

footer.cat-footer.pink a {
	color: #da1c5c;
}

.clz-bg-orange {
	background: #e7512a;
}

.clz-bg-brass {
	background: #746a40;
}

.clz-bg-blue {
	background: #325e6d;
}

.clz-bg-pink {
	background: #da1c5c;
}

.fill-orange {
	fill: #e7512a!important;
}

.fill-brass {
	fill: #746a40!important;
}

.fill-blue {
	fill: #325e6d!important;
}

.fill-pink {
	fill: #da1c5c!important;
}

.filter_Wrap.orange svg {
	fill: #e7512a!important;
}

.filter_Wrap.brass svg {
	fill: #746a40!important;
}

.filter_Wrap.blue svg {
	fill: #325e6d!important;
}

.filter_Wrap.pink svg {
	fill: #da1c5c!important;
}

}

@media screen and (min-width: 568px) {
/*---------------------------------------------------------
HEADER
---------------------------------------------------------*/
.site-branding img.mobile, .site-branding svg.mobile {
	display: none;
}

.site-branding img.desktop, .site-branding svg.desktop {
	display: block;
	width: 100%;
	/* max-width: 994px; */
}
/*---------------------------------------------------------
CATEGORY ENTRY
---------------------------------------------------------*/
.filter .label, .filter .selects {
  width: 50%;
}

footer .col, footer .col:nth-child(2n) {
	width: 50%;
}

blockquote {
  margin: 0;
  width: 50%;
  float: left;
}

blockquote p {
	padding-right: 15px;
}

blockquote:nth-of-type(2n) {
	float: right;
}

blockquote:nth-of-type(2n) p {
	padding-right: 0;
	padding-left: 15px;
}

.bar {
  padding-bottom: 45px;
}

.b-col.nav {
	width: 25%;
	float: left;
}

}

@media screen and (min-width: 768px) {
/*---------------------------------------------------------
HOME
---------------------------------------------------------*/
.overview {
	font-size: 36px;
	line-height: 38px;
	padding: 15px;
	min-height: auto;
}

.overview sup {
  font-size: 12px;
  margin-top: -12px;
}

span.circ {
	height: 13px;
	width: 13px;
}

.overview img, .overview svg {
  vertical-align: middle;
  margin-top: -7px;
}

img.writer, img.reviews, img.articles, svg.writer, svg.reviews, svg.articles {
  height: 30px;
}

img.reviews, svg.reviews {
	width: 45px;
}

img.articles, svg.articles {
	width: 35px;
}

img.writer, svg.writer {
  width: 46px;
}

img.location, svg.location {
  height: 27px;
	width: 39px;
}

img.sissy, img.work, svg.sissy, svg.work {
  height: 29px;
}

img.sissy, svg.sissy  {
  width: 50px;
}

img.work, svg.work {
  width: 52px;
}

img.online, svg.online {
  height: 24px;
	width: 49px
}

img.press, svg.press {
	width: 41px;
  height: 36px;
}

img.interviews, svg.interviews {
  height: 34px;
	width: 43px;
}

img.hag, img.film, svg.hag, svg.film {
	height: 32px;
	width: 38px;
	margin-top: -12px;
}
/*---------------------------------------------------------
CATEGORIES
---------------------------------------------------------*/
.o-i-w, .b-col.icon {
	width: 48px;
}

.option {
	height: 50px;
}

.label, .option span {
  font-size: 44px;
  line-height: 38px;
}

.categ_Wrap {
  padding: 15px;
}

h1.entry-title, a.h1 {
	font-size: 36px;
	line-height: 38px;
}

sup.qv {
  font-size: 12px;
}

span.oval {
  height: 13px;
  width: 71px;
	margin-top: 4px;
}
/*---------------------------------------------------------
CATEGORY ENRTY
---------------------------------------------------------*/
.article_Wrap {
	clear: both;
	overflow: hidden;
	padding-bottom: 0;
}

header.entry-header, h1.byline {
  padding-right: 15px;
}

.t_Wrap {
	padding-right: 15px;
}

.bar {
	margin: 0;
}

.l-col, .entry-content {
  width: 50%;
  float: left;
}

.close {
	padding: 0 0 20px 0;
}

.close img, .close svg {
	height: 26px;
	width: 26px;
	padding-top: 1px;
}

.cont_Wrap {
  overflow-y: scroll;
	padding: 0 10px 0 0;
}

header.entry-header h1, h1.byline {
  font-size: 36px;
  line-height: 38px;
	max-width: 470px;
}

.close {
  font-size: 36px;
}

.cont_Wrap .spacer {
	display: none;
}
/*---------------------------------------------------------
FOOTER
---------------------------------------------------------*/
footer .col, footer .col:nth-child(2n) {
  width: 25%;
  float: left;
}

.col.pad {
	margin: 0;
}

.cat-entries {
	margin-bottom: 0;
}

footer.cat-footer, footer {
	margin-top: 0px;
}

.col.pad .row:first-child {
  margin-bottom: 14px;
}

}

@media screen and (min-width: 1024px) {
/*---------------------------------------------------------
HOME
---------------------------------------------------------*/
.overview img, .overview svg {
	margin-top: -6px;
}

img.location, svg.location {
  height: 31px;
	width: 43px;
}

img.writer, img.reviews, img.articles, svg.writer, svg.reviews, svg.articles {
  height: 40px;
}

img.writer, svg.writer {
	width: 61px;
}

img.articles, svg.articles {
	width: 47px;
}

img.reviews, svg.reviews {
	width: 60px;
}

img.sissy, img.work, svg.sissy, svg.work {
  height: 34px;
}

img.sissy, svg.sissy {
	width: 56px;
}

img.work, svg.work {
  width: 61px;
}

img.online, svg.online {
  height: 28px;
	width: 57px;
	margin-top: -6px;
}

img.press, svg.press {
  height: 45px;
	width: 51px;
}

img.interviews, svg.interviews {
  height: 40px;
	width: 50px;
}

img.hag, svg.hag {
  height: 36px;
	width: 43px;
  margin-top: -14px;
}

img.film, svg.film {
	height: 38px;
	width: 45px;
	margin-top: -10px;
}
/*---------------------------------------------------------
CATEGORIES
---------------------------------------------------------*/
.o-i-w, .b-col.icon {
  width: 65px;
}

.label, .option span {
  font-size: 54px;
  line-height: 45px;
}

.option {
	height: 57px;
}
/*---------------------------------------------------------
CATEGORY ENTRIES
---------------------------------------------------------*/
.cont_Wrap p:last-child {
	margin-bottom: 25px;
}

}

@media screen and (min-width: 1200px) {

}
