/* @override 
	https://lifeofdata.org/site/algobias-toolkit/wp-content/themes/datalife-toolkit/style.css?* */

/*
Theme Name:   	Toolkit
Version:      	1.0
Description:	new theme for lifeofdata.org, personal/professional site of Jo Bates, researcher/lecturer at the University of Sheffield. Theme for main site within multisite, a refresh of the prior theme.
Author:      	eyedea studio
Author URI:   	eyedea.studio
*/
/* typesetting  */
:root {
  /* Step -2: 11.52px → 12.80px */
  --step--2: clamp(0.72rem, calc(0.69rem + 0.15vw), 0.80rem);
  /* Step -1: 14.40px → 16.00px */
  --step--1: clamp(0.90rem, calc(0.86rem + 0.18vw), 1.00rem);
  /* Step 0: 18.00px → 20.00px */
  --step-0: clamp(1.13rem, calc(1.08rem + 0.23vw), 1.25rem);
  /* Step 1: 22.50px → 25.00px */
  --step-1: clamp(1.41rem, calc(1.35rem + 0.28vw), 1.56rem);
  /* Step 2: 28.13px → 31.25px */
  --step-2: clamp(1.76rem, calc(1.69rem + 0.35vw), 1.95rem);
  /* Step 3: 35.16px → 39.06px */
  --step-3: clamp(2.20rem, calc(2.11rem + 0.44vw), 2.44rem);
  /* Step 4: 43.95px → 48.83px */
  --step-4: clamp(2.75rem, calc(2.64rem + 0.55vw), 3.05rem);
  /* Step 5: 54.93px → 61.04px */
  --step-5: clamp(3.43rem, calc(3.29rem + 0.69vw), 3.82rem);
}
/* --- RESET - Eric Meyer's Reset Reloaded - thanks, Eric :) --- */
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
address, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* --- STRUCTURE --- */
* {
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
html {
   font-size: 100%;
   background: #fff;
   margin: 0;
}
body {
	background: #fff;
	min-height: 100vh;
	font-family: 'atkinson_hyperlegibleregular', sans-serif;
	font-size: var(--step-0);
	color: #244345;
	text-rendering: optimizeSpeed;
	line-height: 1.36;
	margin: 0;
}
.wrap {
	max-width: 56em;
}
main .wrap {
	margin: 0 6vw;
}
.page-head .wrap {
	padding-bottom: 0;
}
header .wrap {
	width: 100%;
	max-width: 100%;
}

#content:after {
	content: "";
	display: table;
	table-layout: fixed;
	clear: both;
}
main {
	min-height: 93vh;
	padding: 2em 4vw;
}

/* breadcrumbs (via YoastSEO) */
#breadcrumbs {
	display: block;
	padding: 1ch 0 0 6vw;
	margin: 0 0 2ch 0;
	font-size: .8em;
	border-bottom: 1px dashed rgba(255,255,255,.3);
}
#breadcrumbs a {
	text-decoration: none;
}
#breadcrumbs + div {
	margin-top: 10ch;
}
/* --- typography --- */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.25;
	margin: 0 0 .6em 0;
	color: #000;
}
main h1 {
	font-size: var(--step-2);
	padding: 0 0 0 .4em;
	color: rgba(242, 94, 14, 1.000);
	position: relative;
	margin: 0 0 .26em -.4em;
	border-bottom: 2px solid rgba(242, 94, 14, 1.000);
}
main h1:before {
	content: '';
	display: block;
	height: 3em;
	width: 2em;
	background: url(images/vertical-orange.svg) top left no-repeat;
	position: absolute;
	top: -.28em;
	left: -.8em;
}
h2 {
	font-size: var(--step-1);
	padding: 0 0 0 .4em;
	color: rgba(46, 129, 133, 1);
	margin: 2em 0 .6em -.4em;
	border-bottom: 2px solid rgba(46, 129, 133, 1);
	position: relative;
}
h2:before {
	content: '';
	display: block;
	height: 3em;
	width: 2em;
	background: url(images/vertical-teal.svg) top left no-repeat;
	position: absolute;
	top: -.28em;
	left: -.8em;
}
h3 {
	font-size: var(--step-1);
	padding: 0 0 0 .4em;
	color: rgba(46, 129, 133, 1);
	margin: 2em 0 .6em -.4em;
	border-bottom: 4px double rgba(46, 129, 133, 1);
	position: relative;
}


p {
	margin: 0 0 1em 0;
}
strong {
	font-weight: 600;
	color: #244345;
	color: #2e8185;
}
em {
	font-style: italic;
}

blockquote {
	margin-left: -9px;
	padding-left: 9px;
	border-left: 3px solid #f1f1f1;
}
blockquote p {
	font-size: 1.4em;
	font-weight: 100;
	line-height: 1.4;
	color: #676d73;
	margin: 0 0 1em 0;	
}
cite {
	font-size: .85em;
	font-weight: 400;
	font-style: italic;
}

.wp-block-pullquote {
	padding: 0;
	width: 100%;
	max-width: 26em;
}

.wp-block-pullquote blockquote {
	padding: 2ch 1ch;
	border-left: 2px solid #d77524;
}
.wp-block-pullquote blockquote p {
	font-size: 1.1em;
	line-height: 1.36;
	text-align: left;
	color: #2f1366;
	margin: 0 0 .6em 0;	
}

/* lists */
ul.wp-block-list {
	list-style: square;
	margin: 0 0 2ch 0;
}
ul.wp-block-list li {
	margin-bottom: .75em;
}

h2 + ul.wp-block-list, h3 + ul.wp-block-list {
	margin-top: 1.6em;
}


/* extras */
address {
	font-weight: 400;
	margin-bottom: 1em;
}
abbr,
acronym {
	cursor: help;
}
code, kbd, tt, var, samp, pre {
	font-family: Inconsolata, monospace;
	font-size: .9em;
	background-color: #fafafa;
	padding: .125em .25em;
}
code {
	word-wrap: break-word;
}
pre {
	max-width: 100%;
	font-size: .8em;
	white-space: pre-wrap;
    word-wrap: break-word;
	margin-bottom: 1em;
	padding: 1em;
	border: 1px solid #f1f1f1;
	overflow: auto;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
    top: -0.5em;
}
/* --- --- --- --- --- --- ---
links 
--- --- --- --- --- --- --- */
a, a:link, a:visited {
	color: #2e8185;
	display: inline;
	word-break: break-word;
	text-decoration: underline;
    -moz-text-decoration-color: #5b9d87;
	-webkit-text-decoration-color: #5b9d87;
    text-decoration-color: #5b9d87;

}
a:hover, a:active, a:focus {
	color: #f25e0e;
	-moz-text-decoration-color: #41219f;
	-webkit-text-decoration-color: #41219f;
    text-decoration-color: #41219f;
}
/* edit link */
a.post-edit-link {
	font-size: .8em;
	font-weight: 500;
	padding: .1em .5em;
	background: #fafafa;
	border-bottom: 2px solid #2e8185;
}
/* --- --- --- --- --- --- ---
header 
--- --- --- --- --- --- --- */
header {
	border-bottom: 1px solid #5dbdc1;	
}
header h1 a:link, header h1 a:visited {
	background: url(images/logo.svg) top left no-repeat;
	background-size: contain;
	text-indent: -9999px;
	height: 160px;
	margin: 0 6vw;
}
header h1 {
	font-size: 1.46em;
	font-weight: 400;
	line-height: 1;
	margin: 0;
}
header h1 a:link, header h1 a:visited {
	display: block;
	color: #5b9d87;
}

/* --- --- --- --- --- --- ---
site menu 
--- --- --- --- --- --- --- */
nav li {
	position: relative;
	margin: 0;
}

/* menu links */
nav a:link, nav a:visited { 
	display: block;
	text-decoration: none;
	background: #2e8185;
	font-size: var(--step-0);
	color: #fff;
	padding: 5px 6vw;
	transition: all .2s ease-in-out;
	border-bottom: 1px solid #5dbdc1;
}
nav a:hover, nav a:active, nav a:focus { 
	display: block;
	text-decoration: none;
	background: #f25e0e;
	color: #fff;
}
/* current highlight */
nav .current-menu-parent a[rel="toggle"] {
	background: #244345;
	border-bottom: 1px solid #5dbdc1;
}
nav .current-menu-parent:has(.current_page_item) a[rel="toggle"] {
	background: #244345;
	border-bottom: 1px solid #f25e0e;
	border-right: 6px solid #f25e0e;
	margin-right: -3px;
}
nav .current-menu-parent:has(.current_page_item) a[rel="toggle"]:before {
	background: #f25e0e;
	transform: rotate(90deg);
}

nav .current_page_item a:link, nav .current_page_item a:visited {
	background: #244345;
}

nav .current-menu-parent:has(.current_page_item) li:last-of-type a:link {
	border: 0;
	
}
nav .current-menu-parent:has(.current_page_item) ul {
	border-right: 6px solid #f25e0e;
	border-bottom: 1px solid #f25e0e;
	margin-right: -3px;
}

/* --- MENU TOGGLE --- */
#menu-toggle {
	display: none;
}
.toggle {
	display: inline-block;
	width: auto;
	position: relative;
	padding-top: 14px;
	text-transform: lowercase;
	font-size: 1.1em;
	line-height: 1;
	color: #2e8185;
	margin:  0 6vw;
}
.toggle:hover, 
.toggle:active, 
.toggle:focus {
	cursor: pointer;
	color: #f25e0e;
}
/* show/hide menu */
#menu-toggle + .toggle + .menu {
	display: none;
}
#menu-toggle:checked + .toggle + .menu {
	display: block;
}
/* 3 lined toggle vis  */
.toggle strong {
	position: absolute;
	display: block;
	min-width: 8em;
	top: 8px;
	left: 24px;
	font-size: var(--step-1);
	color: #2e8185;
}
.toggle:hover strong {
	color: #f25e0e;
}
.toggle [class*='line-'] {
	background: #2e8185;
	display: block;
	border-radius: 3px;
	height: 2px;
	width: 18px;
	margin: 0 0 4px 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .2s ease all;
	-moz-transition: .2s ease all;
	-o-transition: .2s ease all;
	transition: .2s ease all;
}
.toggle:hover [class*='line-'] {
	background: #f25e0e;
}
#menu-toggle:checked + .toggle .line-top {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}
#menu-toggle:checked + .toggle .line-mid {
	opacity: 0;
}
#menu-toggle:checked + .toggle .line-bot {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 90%;
	-moz-transform-origin: 0 90%;
	-o-transform-origin: 0 90%;
	transform-origin: 0 90%;
}
/* sub menu toggles */
nav ul li a[rel="toggle"]::before {
    content: ' ';
    display: inline-block;
    width: 14px;
    height: 14px;
	margin: 0 10px 0 0;
    border: 0;
    background: #fff;
    clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
    transform-origin: center;
    transition: transform .2s ease-out;
    transform: rotate(45deg);
}
nav ul li a[rel="toggle"]:hover::before {
	background: #244345;
	transform: rotate(90deg);	
}


/* submenu */
/* hide the submenu initially */
.menu-item-has-children .sub-menu {
    display: none; /* Hide submenu */
}
/* show the submenu */
.menu-item-has-children:focus-within .sub-menu {
    display: block; /* Show submenu */
}

/* open submenu */
.sub-menu:has(.current_page_item) {
	display: block!important;
	/*border-bottom: 1px solid #5dbdc1;*/
}
.sub-menu:has(.current_page_item) li:last-child {
	border-color: #f25e0e!important;
}

/* style the submenu */
.sub-menu {
    z-index: 1000; 
}
.sub-menu li a:link {
	font-size: var(--step--1);	
	line-height: 1.3;
}
/* --- --- --- --- --- --- ---
post meta 
--- --- --- --- --- --- --- */
.meta {
	font-size: .8em;
	color: #244345;
	padding: 0 0 .1em 0;
	margin: 0 0 2em 0;
	opacity: .8;
}
.meta .date {
	font-weight: 400;
}
.meta .date:before,
.meta .comments:before,
.meta .cat-links:before {
	content: "- ";
}


/* --- --- --- --- --- --- ---
post comments 
--- --- --- --- --- --- --- */
.comments-area {
	overflow: hidden;
}
.comments-title {
	margin: 1.6em 1em .5em 0;
}
.comments-title,
.comment-reply-title {
	font-weight: 500;
	border-bottom: 1px solid #5dbdc1
}
.comment-reply-title span,
.comments-title span {
	color: #2e8185;
	display: inline-block;
	margin-bottom: -1px;
	border-bottom: 1px solid #2e8185;
}
.comment-list,
.comment-list ol {
	list-style: none;
}
.comment-list {
	padding: 1em 0;
}
#content .comment-list ol {
	margin-left: .7em;
}
.comment-list .comment-meta {
	margin: 0 0 10px 0;
	padding: 10px;
	background: #fff;
	border: none;
	border-left: 1px solid #5dbdc1;
	overflow: hidden;
}
.comment-list .bypostauthor .comment-meta {
	border-left: 3px solid #484b50;
}
.comment-list .says {
	display: none;
}
.comment-list .comment-author {
	overflow: hidden;
}
.comment-list .comment-author img {
	float: left;
	margin: 0 10px 0 0;
}
.comment-list .comment-author .fn {
	display: block;
	font-size: 1.15em;
	font-weight: 500;
	padding: 17px 0 0 0;
}
.comment-metadata {
	margin: 10px 0 0 0;
}
.comment-metadata time {
	font-weight: 400;
	color: #8c959c;
}
.comment-metadata .edit-link a {
	margin-left: .4em;
	color: #8c959c;
}
.comment-body {
	margin-bottom: 1.5em;
	overflow: hidden;
}
.comment-body .reply {
	float: right;
	font-size: .8em;
	font-weight: 500;
	text-transform: uppercase;
	margin: -.7em 10px 0 0;
}
.comment-body .reply a {
	color: #2e8185;
}
.comment-content {
	margin: 0 10px;
}
.comment-content p {
	font-size: .9em;
	line-height: 1.45;
}


/* --- POST COMMENTS - comment form --- */
#content #commentform {
	margin-bottom: 0;
}
.comment-respond {
	padding: .9em 1em;
}
.comment-respond form > p {
	font-size: .85em;
	font-weight: 400;
	margin-bottom: 1.2em;
}
.comment-respond form > p.form-submit {
	margin: 1.7em 0 1em 0;
}
.comment-respond form textarea {
	height: 140px;
}
.no-comments {
	font-size: .85em;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 1em 1em 1em;
}



/* --- --- --- --- --- --- ---
images 
--- --- --- --- --- --- --- */
main img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 1em;
}
.wp-caption {
	max-width: 100%;
	margin-bottom: 1.25em;
}
.wp-caption > a {
	display: block;
}
.wp-caption img {
	margin-bottom: 0;
}
.wp-caption-text {
	font-size: .8em;
	font-weight: 400;
	padding:  .3em .5em .2em .5em;
	background: #f9f9f9;
	border-bottom: 2px solid #d4d4d4;
}
.alignleft {
	display: inline;
	float: left;
	margin-top: .35em;
	margin-right: 1em;
}
.alignright {
	display: inline;
	float: right;
	margin-top: .35em;
	margin-left: 1em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/* --- --- --- --- --- --- ---
pagination links 
--- --- --- --- --- --- --- */
.pagination .page-numbers,
.pagination > a {
	display: inline;
	font-size: .85em;
	line-height: 0;
	padding: 1px 10px 0 10px;
	color: #2e8185;
	bordeR: 1px solid #d4d4d4;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:active,
.pagination .page-numbers:focus {
	border-color: #f25e0e;
}
.pagination .page-numbers.next {
	padding-right: 0;
	border: none;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.page {
	padding-left: 0;
	border: none;
}
.pagination .page-numbers.page {
	text-transform: uppercase;
}
.pagination .page-numbers.next:hover,
.pagination .page-numbers.next:active,
.pagination .page-numbers.next:focus,
.pagination .page-numbers.prev:hover,
.pagination .page-numbers.prev:active,
.pagination .page-numbers.prev:focus {
	color: #2e8185;
}
/* --- single - post --- */
.post-navigation {
	width: 100%;
	margin: 1.5em 0 2em 0;
	border-top: 1px solid #5dbdc1;
	border-bottom: 1px solid #5dbdc1;
}
.post-navigation h2 {
	display: none;
}
.post-navigation a {
	display: block;
	font-size: .85em;
	line-height: 1.2;
	color: #2e8185;
	padding: 1em 0;
}
.post-navigation a strong {
	display: block;
	font-size: 1.1em;
	font-weight: 400;
	color: #5dbdc1;
}
.post-navigation .nav-links {
	overflow: hidden;
}
.post-navigation .nav-links > div:nth-child(2) {
	border-top: 1px solid #5dbdc1;
}

/* --- --- --- --- --- --- ---
videos 
--- --- --- --- --- --- --- */
.video-wrapper {
   position: relative;
   padding-bottom: 56.25%; /* 16:9 */
   padding-top: 25px;
   height: 0;
   max-width: 50vw;
   margin-bottom: 4ch;
}
.video-wrapper iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

/* --- --- --- --- --- --- ---
download link
--- --- --- --- --- --- --- */
.wp-block-file {
	margin: 12px 0;
}
.wp-block-file a:link {
	font-size: var(--step-0);
	font-weight: bold;
	line-height: 1;
	display: block;
}	
.wp-block-file .wp-block-file__button {
	background-size: 24px auto;
	padding: 3px 3px 3px 36px;
	margin: 6px 0;
	border-radius: 0;
	background: transparent url(images/dl-icon-dark.svg) center left no-repeat;
	background-size: contain;
}
a[href$=".pdf"] {
	display: inline-block;
	overflow: visible;
}
a[href$=".pdf"]:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 2px 6px 0 0;
	background: transparent url(images/dl-icon-dark.svg) 0 0  no-repeat;
	background-size: contain;
}

/* --- --- --- --- --- --- ---
footer 
--- --- --- --- --- --- --- */
footer {
	font-size: .8em;
	line-height: 1.6;
	border-top: 4px solid #5dbdc1;
	margin: 4em 0 0 0;
	padding: 2em 6vw;
	
}
footer p {
	margin: .3em 6vw;
	color: #244345;
}
footer .menu {
	list-style: none;
	margin: 0 6vw;
}
footer .menu li {
	margin: 0 0 .35em 0;
}

/* cookie popup */
#cookie-law-info-bar {
	width: 270px !important;
	text-align: left;
	padding: 13px 14px 8px 14px !important;
}

#cookie-law-info-bar span {
	display: block;
	font-size: 1.03em;
	font-weight: 400;
	line-height: 1.45;
}
#cookie-law-info-bar .cli_settings_button {
	margin: 6px 20px 0 0 !important;
	
}
/* --- --- --- --- --- --- ---
media queries 
--- --- --- --- --- --- --- */
@media (min-width: 400px)  {
	footer .menu {
		overflow: hidden;
		position: relative;
		z-index: 200;
	}
	footer .menu li {
		float: left;
		margin: 0;
		border-left: 1px solid #dcdcdc;
	}
	footer .menu a {
		display: block;
		line-height: 1.05;
		padding: 0 .7em;
	}
	footer .menu li:first-child {
		border-left: none;
	}
	footer .menu li:first-child a {
		padding-left: 0;
	}
	footer .menu li:last-child a {
		padding-right: 0;
	}
}
@media (min-width: 600px)  {
/* --- post navigation --- */
	.post-navigation .nav-links > div:nth-last-child(n+2):nth-last-child(-n+2):first-child, .post-navigation .nav-links > div:nth-last-child(n+2):nth-last-child(-n+2):first-child ~ div {
		width: 50%;
		float: left;
	}
	.post-navigation .nav-links > div:nth-child(2) {
		border-left: 1px solid #3b0cae;
		border-top: none;
	}
	.post-navigation .nav-links .nav-next a {
		text-align: right;
	}
}
@media (min-width: 660px)  {
	header {
		width: 40%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		border: 0;
		z-index: 200;
	}	
	header h1 a:link, header h1 a:visited {
		height: auto;
		min-height: 160px;
		margin: 2em 2vw 1em 2vw;
	}
	/* menu toggle */
	#menu-toggle, #menu-toggle + .toggle, #menu-toggle:checked + .toggle {
		display: none;
	}
	#menu-toggle + .toggle + .menu, #menu-toggle:checked + .toggle + .menu {
		display: block;
	}
	/* menu links */
	nav a:link, nav a:visited { 
		padding: 5px 2vw;
	}
	/* breadcrumbs (via YoastSEO) */
	#breadcrumbs {
		padding: 0;
		margin-bottom: 1ch;
	}
	main {
		position: relative;
		left: 40%;
		right: 0;
		top: 0;
		bottom: 0;
		width: 60%;
		padding: 7.8em 1vw 4.4em 6vw;
		margin: 0;
		border-left: 1px solid #5dbdc1;
	}
	main .wrap {
		margin: 0;
	}
	.wp-block-file {
		position: relative;
	}
	.wp-block-file a:link {
		font-size: var(--step-0);
		font-weight: bold;
		line-height: 1;
		display: block;
	}	
	.wp-block-file .wp-block-file__button {
		background-size: 24px auto;
		padding: 3px 3px 3px 36px;
		margin: 6px 0;
		border-radius: 0;
		background: transparent url(images/dl-icon-dark.svg) center left no-repeat;
		background-size: contain;

	}
	
}
@media (min-width: 770px)  {
/* --- footer --- */
	footer {
		padding: 1.5em 0;
		margin: 0;
		text-align: left;
	}
	footer .wrap {
		max-width: 100%;
		overflow: hidden;
		margin: 0 4vw 0 1.26em;
	}
	footer .copy {
		width: auto;
		float: left;
		margin: -1.2em 0 0 5vw;
	}
	/*footer .footer-menu {
		width: 60%;
		float: left;
		text-align: left;
	}*/
	footer .menu {
		display: block;
		width: calc(100% - (360px + 4vw));
		float: left;
		margin: 0 0 0 calc(360px + 4vw);
		text-align: left;
	}
}
@media (min-width: 820px)  {
	header {
		max-width: 370px;
	}	
	/* menu links */
	nav a:link, nav a:visited { 
		padding: 5px 24px;
	}
	main {
		left: 370px;
		
	}
	footer .menu {
		display: block;
		width: calc(100% - (370px + 4vw));
		float: left;
		margin: 0 0 0 calc(370px + 4vw);
		text-align: left;
	}
}
