/*
Theme Name: Trib
Author: Andrew Betts
Author URI: http://trib.tv/
Text Domain: trib
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body, html {
	width: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: sans-serif;
	font-weight: 400;
	line-height: 1.5;
}

a {
	color: #24890d;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #41a62a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	margin: 36px 0 12px;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 20px;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

code {
	background: rgba(255,255,255,0.2);
	display: inline-block;
	border-radius: 2px;
	padding: 0px 4px;
	line-height: 1.4;
}

pre {
	display: block;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	background: rgba(255,255,255,0.85);
	box-shadow: 5px 5px 0 0 black;
	font-size: 12px;
	line-height: 1.3;
	word-wrap: initial;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-style: italic;
	font-weight: 300;
	margin-bottom: 24px;
	border-left: 3px solid rgba(255,255,255,0.3);
	padding-left: 10px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 40px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}



/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #24890d;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #41a62a;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;
}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.post-content img,
.post-summary img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.post-content img,
.post-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

.embedded-audio {
	width: 100%;
}

.obj-16-9 {
	width: 100%;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
	position: relative;
	margin-bottom: 1em;
}
.obj-16-9 > *:first-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.aligninline {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}


/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Clearing floats */

.clearfix:after {
	clear: both;
	content: "";
	display: table;
}



/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
	font-family: "Alegreya Sans", sans-serif;
	font-size: 20px;
	font-weight: 300;
}

.container {
	margin: 0 auto;
	position: relative;
	width: 90%;
	max-width: 1000px;
}



/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}

.header {
	background-color: white;
	color: rgb(173, 173, 173);
	padding: 50px 0 30px 0;
}

.header-headings {
	float: left;
	line-height: 1;
}

.site-title {
	display: block;
	margin: 0 8px 0 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #777676;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.site-description {
	font-size: 16px;
	margin: 7px 0 0 0;
	text-transform: none;
}
.icon-menu {
	float: right;
	margin: 2px 0 0 0;
	padding: 0;
	line-height: 1;
}
.icon-menu * {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: 28px;
}
.icon-menu li {
	margin: 0 0 0 5px;
	float:right;
}
.icon-menu a {
	color: rgb(216, 216, 216);
}
.icon-menu a:hover {
	color: rgb(16, 173, 221);
}
.latest-post-promo {
	background: linear-gradient(to bottom, rgb(107, 102, 162) 0%, rgb(53, 47, 62) 100%);
	overflow: hidden;
	padding: 15px;
	color: white;
	transform: translateY(50px);
	clear: both;
	box-shadow: 0 10px 30px 2px black;
}
.latest-post-promo h3 {
	margin: 0;
	text-transform: uppercase;
	font-size: 18px;
	opacity: 0.7;
}
.latest-post-promo h1 {
	margin: 0;
	line-height: 1;
}
.latest-post-promo a {
	color: white;
}
.latest-post-promo a:hover {
	color: rgb(250, 248, 107);
}


/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

article {
	padding: 60px 0;
	background: rgb(237, 236, 228);
}



/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.post-header {
	float: left;
	width: 26%;
}

.post-title {
	text-transform: uppercase;
	font-size: 32px;
	line-height: 1.3;
	margin: 0 0 20px 0;
}
.fullwidth .post-header, .fullwidth .post-content {
	float:none;
	width: 100%;
}

.post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}


/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.post-meta p {
	line-height: 1.5;
	margin: 0 0 20px 0;
	font-size: 18px;
}

.tags a {
	display: inline-block;
	background: rgba(255, 255, 255, 0.7);
	margin: 0 4px 4px 0;
	padding: 2px 5px;
	color: rgb(68, 68, 68) !important;
}
.tags a:hover {
	background: rgba(255, 255, 255, 0.8);
	text-decoration: none;
}
.share-links {
	margin: 20px 0;
}
.share-links h4 {
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
}
.share-links ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.share-links ul li {
	float: left;
	list-style-type: square;
	margin-left: 30px;
	color: rgba(0,0,0,0.7);
}
.share-links ul li:first-child {
	list-style-type: none;
	margin-left: 0;
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.post-content,
.page-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
	float: right;
	width: 68.7%;
}

.post-content .lead {
	font-size: 23px;
	text-shadow: 0 -1px 3px rgba(0, 0, 0, 0.3);
}

.post-content h1:first-child,
.post-content h2:first-child,
.post-content h3:first-child,
.post-content h4:first-child,
.post-content h5:first-child,
.post-content h6:first-child,
.post-summary h1:first-child,
.post-summary h2:first-child,
.post-summary h3:first-child,
.post-summary h4:first-child,
.post-summary h5:first-child,
.post-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}

.post-meta a:hover,
.post-content a:hover,
.post-summary a:hover,
.page-content a:hover,
.comment-content a:hover {
	text-decoration: underline;
}

.post-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.post-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.post-content td,
.comment-content td {
	padding: 8px;
}

.post-content img,
.post-content .wp-caption {
	box-shadow: 5px 5px 0 0 black;
	background: white;
}

.post-content .wp-caption {
	margin-bottom: 24px;
}

.wp-caption img {
	display: block;
	margin: 0;
	box-shadow: none;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1;
	padding: 9px 10px;
	font-weight: bold;
	color: #555;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}



/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #41a62a;
	border: 1px solid #41a62a;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}

.post-footer {
	border-top: 1px dashed rgba(255, 255, 255, 0.5);
	font-style: italic;
	padding-top: 15px;
	font-size: 14px;
	opacity: 0.7;
}



/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	max-width: 474px;
	padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #41a62a;
}

/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #24890d;
}

.paging-navigation a:hover {
	border-top: 5px solid #41a62a;
	color: #2b2b2b;
}

.more-link {

}


/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .post-content {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

.entry-attachment .attachment {
	margin-bottom: 24px;
}



/**
 * 6.14 Colours tags
 * -----------------------------------------------------------------------------
 */

.colours-navy {
	background-color: rgb(52, 63, 83);
	background: linear-gradient(to bottom, rgb(28, 41, 66) 0%, rgb(52, 63, 83) 200px);
	color: #D9DEE6;
}
.colours-navy a {
	color: rgb(250, 248, 107);
}

.colours-blue {
	background: #118CB7;
	background: linear-gradient(to bottom, rgb(57, 155, 189) 0%, #118CB7 200px);
	color: #E8F9FF;
}
.colours-blue a {
	color: rgb(250, 248, 107);
}

.colours-green {
	background: #00A037;
	background: linear-gradient(to bottom, rgb(54, 191, 101) 0%, #00A037 200px);
	color: rgb(225, 247, 233);
}
.colours-green a {
	color: rgb(250, 248, 107);
}

.colours-charcoal {
	background: #333;
	background: linear-gradient(to bottom, #111 0%, #333 200px);
	color: #ccc;
}
.colours-charcoal a {
	color: rgb(250, 248, 107);
}

.colours-fastlyred {
	background: #E82C2A;
	background: linear-gradient(to bottom, #E82C2A 0%, #a90200 200px);
	color: #ffedee;
}
.colours-fastlyred a {
	color: #ffe8bd;
}

.colours-purple {
	background: #4A027B;
	background: linear-gradient(to bottom, rgb(131, 53, 185) 0%, #4A027B 200px);
	color: #F5E3FF;
}
.colours-purple a {
	color: #FF7142;
}




/**
 * 6.15 Special post content
 * -----------------------------------------------------------------------------
 */

.map, .careerviz {
	height: 0;
	position: relative;
}
.map { padding-top: 50%; }
.careerviz { padding-top: 30%; visibility: hidden; }

.map > *,
.careerviz > * {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.map .jvectormap-zoomin,
.map .jvectormap-zoomout {
	display: none;
}
.jvectormap-label {
	border: 0 !important;
	border-radius: 0 !important;
	padding: 6px !important;
	font-size: 12px !important;
	line-height: 1.2 !important;
}

table.upcoming,
table.upcoming td {
	border-left: 0;
	border-right: 0;
}
table.upcoming td.date {
	padding-left: 0;
}
table.upcoming td.location {
	padding-right: 0;
	text-align: right;
	font-style: italic;
}

.cardgrid, .cardgrid * {
	box-sizing: border-box;
}
.cardgrid {
	margin: 0 -25px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-flow: row wrap;
}
.cardgrid li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 25px 0 0;
	flex: 1 0 auto;
	width: 33%;
}
.cardgrid a, .cardgrid a:hover {
	text-decoration: none;
}
.cardgrid a:hover h2 {
	text-decoration: underline;
}
.cardgrid li img {
	width: 100%;
	height: auto;
}
.cardgrid li h2 {
	margin: 25px 0 10px 0;
	line-height: 1;
}
.cardgrid li p, .cardgrid li p:hover {
	color: #ddd;
	font-size: 90%;
	line-height: 1.2;
}

/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */


.site-footer {
	background: #FEFEFE;
	color: #ADADAD;
	font-size: 16px;
	overflow: auto;
	padding: 70px 0;
}

.site-footer p {
	display: inline-block;
	margin: 0;
}

.footer-copyright {
	float: left;
}

.footer-credit {
	float:right;
}






/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media (max-width: 700px) {
	.post-header {
		float: none;
		width: 100%;
	}
	.post-content {
		float: none;
		width: 100%;
	}
	.share-links {
		display: none;
	}
}

@media (max-width: 450px) {
	.header {
		padding: 30px 0 10px;
	}
	.latest-post-promo {
		transform: translateY(30px);
	}
	article.post, article.page {
		padding: 30px 0;
	}
	.post-content {
		line-height: 1.2;
	}
	.cardgrid li {
		width: 100%;
	}
}
