/*
Theme Name: 	Starkers
Theme URI: 		http://viewportindustries.com/products/starkers
Description: 	The totally nude Wordpress theme!
Version: 		4.0
Author: 		Elliot Jay Stocks & Keir Whitaker
Author URI: 	http://viewportindustries.com
Tags: 			starkers, naked, clean, basic
*/

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  	margin: 0;
  	padding: 0;
  	border: 0;
  	vertical-align: baseline;
  	background: transparent;
}

body {
  	line-height: 1;
}

ol, ul {
  	list-style: none;
}

blockquote {
  	quotes: none;
}

blockquote:before, blockquote:after {
  	content: '';
  	content: none;
}

del {
  	text-decoration: line-through;
}

table {
  	border-collapse: collapse;
 	border-spacing: 0;
}

a img {
	border: none;
}

/* CSS */

::-moz-selection {
    color: #474643;
    background: rgba(71, 70, 67, 0.1)
}
::selection {
    color: #474643;
    background: rgba(71, 70, 67, 0.1)
}
html,
body {
    background-color: #fff;
    color: #474643;
    font-size: 17px;
    line-height: 1.7em;
    font-family: "stevie-sans", Helvetica, Arial, sans-serif
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1rem;
    line-height: 1.7em;
    font-weight: 600
}
a:link,
a:visited {
    color: #969695;
    text-decoration: none;
    border-bottom: 2px solid #FFC300
}
a:hover,
a:focus {
    color: #474643;
    border-color: #bcbcbb
}
header {
	width: 33.3333%;
	box-sizing: border-box;
	padding: 3rem;
	height: auto;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
}
.logo h1 {
    color: #474643;
    font-weight: 600
}
.container {
    width: 66.6666%;
    float: right;
    box-sizing: border-box;
    padding: 3rem;
    position: relative;
    min-height: 100vh
}
.grey-text {
    color: #969695
}
.article p {
    max-width: 36em
}
.article p:last-child {
    margin-bottom: 0
}
p {
    margin-bottom: 1.7rem
}
img {
    max-width: 100%;
    height: auto
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 20px
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.article img {
    display: block;
    margin-bottom: 1.7rem;
    width: 36em
}

.meta {
	display: block;
	font-size: 0.8rem;	
	line-height: 1.7em;
}

h2 a:link, h2 a:visited {
	color: #474643;
	border: none;
}

.meta:link, .meta:visited {
	border: none;
}

.meta:first-of-type {
	margin-top: -2em;
}

.meta:last-of-type {
	margin-bottom: 2.3em;
}

.finding:last-of-type .meta:last-of-type {
	margin-bottom: 0;
}

.pagination {
	margin-top: 1.7rem;
}

a.page-numbers, span.page-numbers {
	background-color: #eee;
	color: #474643;
	padding: 2px 0.7rem 0px 0.7rem;
	text-align: center;
	display: inline-block;
	border-radius: 1px;
	border: none;
}

span.page-numbers {
	background-color: #474643;
	color: #fff;
}

.dots.page-numbers {
	background-color: #fff;
	color: #3b3b3b;
}

a.page-numbers:hover, a.page-numbers:focus {
	background-color: #ddd;
	color: #474643;
}

@media screen and (max-width: 1050px) {
    .favourites-item {
        width: 25%
    }
}
@media screen and (max-width: 850px) {
    html,
    body {
        font-size: 15px
    }
}
@media screen and (max-width: 650px) {
    header {
        width: 100%;
        padding: 2rem;
        position: relative;
        height: auto;
        border-bottom: 1px solid #d5d5d5
    }
    
    .container {
        width: 100%;
        float: none;
        padding: 2rem;
        position: relative;
        min-height: 0
    }
    
    .br-composition {
	    display: none;
    }
    
}