/* ===========================================*/
/* ================ CSS 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, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ===========================================*/
@font-face
{
	font-family: Roboto;
	src: url('../fonts/Roboto-Regular.woff') format('woff'),
		 url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face
{
	font-family: Roboto;
	src: url('../fonts/Roboto-Light.woff') format('woff'),
		 url('../fonts/Roboto-Light.ttf') format('truetype');
	font-weight: 300;
}
@font-face
{
	font-family: Proxima;
	src: url('../fonts/ProximaNova-Light.woff') format('woff'),
		 url('../fonts/ProximaNova-Light.ttf') format('truetype');
	font-weight: 300;
}
@font-face
{
	font-family: Proxima;
	src: url('../fonts/ProximaNova-Regular.woff') format('woff'),
		 url('../ProximaNova-Regular.ttf') format('truetype');
}
@font-face
{
	font-family: Proxima;
	src: url('../fonts/ProximaNova-Bold.woff') format('woff'),
		 url('../ProximaNova-Bold.ttf') format('truetype');
		 font-weight: bold;
}

body
{
	font-size: 16px;
	font-family: Roboto;
}
/* ===========================================*/
/* ================= HEADER ================= */
/* ===========================================*/
h1
{
	font-family: Proxima;
	font-size: 40px;
	color: yellow;
	text-shadow: #FC0 5px 10px 6px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 35px;
}
.page-header
{
	height: 67px;
	width: 100%;
	background-color: #000;
}
.wrapper 
{
	width: 1170px;
	height: 100%;
	margin: 0 auto;
}
.page-header .wrapper
{
	display: flex;
	align-items: center;
	justify-content: space-around;
	
}

nav ul
{
	display: flex;
	/*margin: 26px;*/
	justify-content: space-between;
}
.page-header nav a
{
	font-family: Proxima;
	color: yellow;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 35px;
}

/* ===========================================*/
/* ================== MAIN ================== */
/* ===========================================*/

.main>.wrapper
{
	display: flex;
}

main
{
	width: 77%;
	/*margin: 0 auto;*/
}

.right-sidebar
{
	width: 23%;
}
img
{
	width: 100%;
}
article
{
	display: flex;
	margin-bottom: 50px;
}
h2
{
	font-family: Proxima;
	font-weight: bold;
	font-size: 30px;
	margin: 40px 0 15px;
}
article h3
{
	font-family: Proxima;
	font-weight: 300;
	font-size: 30px;
	font-weight: bold;
}
.article-left
{
	width: 30%;
}
.article-left img
{
	border-radius: 3px;
}
.article-right
{
	width: 70%;
	display: flex;
	flex-direction: column;
	padding-left: 25px;
	justify-content: space-around;
}

.meta
{
	font-family: Roboto;
	font-weight: 300;
	color: #999999;
	font-size: 13px;
}
.meta span::after
{
	display: inline-block;
	content: "|";
	color: £999999;
	font-size: 13;
	margin: 0 5px;
}


.meta span:last-child::after
{
	display: none;
}
.category
{
	color: #e3b002;
}
.description
{
	color: #555;
	font-size: 20px;
	font-family: Robote;
}
.description::after
{
	/*content: ">";*/
	color: #e3b002;
}
.additional
{
	color: #999;
	font-family: Roboto;
	font-weight: 300;
}
.views::after
{
	content: "|";
	margin: 0 10px;
}
.comments
{
	color: #e3b002;
}
.views::before, .comments::before
{
	content: '\f06e';
	font-family: 'Font Awesome 5 Free';
	font-size: 16px;
	margin: 10px;
}
.comments::before
{
	content: '\f075';
	color: #999;
}
.more
{
	width: 170px;
	height: 47px;
	background: transparent;
	color: #000;
	font-size: 12px;
	font-family: Roboto;
	text-transform: uppercase;
	border: 1px solid #e3b002;
	border-radius: 5px;
	outline: none;
	text-align: center;
	margin: 0 auto;
	display: block;
}
/* ===========================================*/
/* ================= ASIDE ================== */
/* ===========================================*/

aside.right-sidebar
{
	padding-top: 78px;
	padding-left: 65px;
}
.search-box
{
	width: 100%;
	position: relative;
}
.search-box label
{
	position: absolute;
	left: 10px;
	top: 8px;
	z-index: 100;
}
.search-box input
{
	width: 100%;
	border-radius: 10px;
	padding: 8px 10px 8px 30px;
	outline: none;
	border: 1px solid #e5e5e5;
	font-family: Roboto;
	font-size: 14px;
}
.calendar-widget .calendar-top
{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
/* ===========================================*/
/* ================= FOOTER ================= */
/* ===========================================*/
.page-footer {
	margin: 100px 0 0;
	width: 100%;
	background-color: #000;
}

.page-footer>.wrapper>*
{
	width: 33.33%;
}

.page-footer .wrapper
{
	display: flex;
	align-items: center;
	justify-content: space-around;
	
}

.copy
{
	font-family: Proxima;
	font-weight: 300;
	font-size: 13;
	color: yellow;
}
.socials
{
	display: flex;
	justify-content: flex-end;
}
.socials a
{
	display: block;
	width: 45px;
	height: 45px;
	background: #fff;
	border-radius: 50%;
	color: black;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	margin-left: 10px;
}
.footer-nav a {
	text-decoration: none;
	color: yellow;
	padding: 0 18px;
}