* {
	margin: 0;
	padding: 0;
}

::-webkit-scrollbar { width: 12px; height: 7px; border-width: 5px; border-style: solid; }
::-webkit-scrollbar-thumb {	height: 12px; border-width: 3px; border-style: solid; border-radius: 10px; }

::selection {
	background-color: #52a0d1;
	color:#0a0a0a;
	text-shadow: none;
}
::-moz-selection {
	background-color: #52a0d1;
	color:#0a0a0a;
	text-shadow: none;
}

div#qTip {
  	padding: 5px 10px;
   	display: none;
   	background: #000000;
   	color: #ffffff;
   	font-family: 'Arial Narrow', sans-serif;
	font-size: 9px;
   	position: absolute;
   	z-index: 1000;
	letter-spacing: 0.05em;
  	opacity: 0.8;
	line-height: 10px;
	text-align: center;
	border-bottom: 1px solid #000000;
}

/* MAIN */

body {
	font-family: 'Roboto Slab', serif;
	font-size: 12px; font-weight: 300;
	line-height: 24px;
}

#container {
	margin: 37px auto 0 auto;
	width: 100%;
	max-width: 1220px;
	display: flex;
	flex-direction: row;
	align-items: start;
	justify-content: space-between;
}

/* TOPBAR */

#topbar {
	width: 94%; max-width: 1900px;
	margin: 37px auto;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 100%;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

#topbar h1 {
	padding: 5px;
	font-size: 24px; font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	position: relative;
}

#topbar h1::before {
	content: '';
	position: absolute;
	left: 0; bottom: 0;
	width: 100%; height: 17px;
	display: block;
	z-index: -1;
}

nav {
	padding: 20px 30px;
	font-size: 11px; font-weight: 400;
	text-transform: uppercase;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
}

#show-menu { text-align: left; cursor: pointer; display: none; }
#show-menu i { margin:0 2vw 0 0; }
#rmenu { width: 100%; display: block; }
.active { display: block; }

nav ul.menu::before {
	content: '\f0c9';
	margin: 0 30px 0 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	display: inline-block;
}

nav ul.menu li {
	margin: 0 2vw;
	display: inline-block;
	list-style-type: none;
	position: relative;
}

nav ul.menu li:first-child { margin: 0 2vw 0 0; }
nav ul.menu li:last-child { margin: 0 0 0 2vw; }

nav ul.menu li a {
	text-decoration: none;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

nav ul.menu li.menu-item-has-children a:not(:only-child)::after {
	content: '';
	margin: 0 0 2px 10px;
	padding: 2px;
	border: solid;
	border-width: 0 1px 1px 0;
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

nav ul.menu li .sub-menu {
	display: none;
	width: 200px;
	position: absolute;
	top: 100%; left: 0;
	margin: 0; padding: 15px;
	list-style-type: none;
	box-sizing: border-box;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
	z-index: 50;
}

nav ul.menu > .menu-item-has-children:hover > .sub-menu, nav .menu-item-has-children .sub-menu > .menu-item-has-children:hover .sub-menu {
	display: block;
}

nav ul.menu li .sub-menu li {
	margin: 6px 0;
	padding: 6px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	display: block;
}

nav ul.menu li .sub-menu li::before {
	content: '';
	margin: 0 12px 1px 0;
	width: 6px; height: 6px;
	border-radius: 100%;
	display: inline-block;
	position: relative;
}

nav ul.menu li .sub-menu a {
	text-decoration: none;
	display: inline-block;
}

nav ul.menu .sub-menu li .sub-menu {
	top: 0;	left: 100%;
}

/* HEADER */

header {
	width: 100%;
	height: 520px;
	background-image: url("../images/header.png");
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
}

/* POSTS */

section#content {
	min-width: 800px;
	max-width: 820px;
}

article {
	margin: 0 auto 12vh auto;
	padding: 0;
	display: block;
}

/* CATEGORIES */

article .cbox {
	margin: 0 auto 25px auto;
	font-family: 'Roboto Slab', serif;
	font-size: 9px; font-weight: 400;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	display: block;
}

article .cbox ul.post-categories {
	margin: 0 auto;
	padding: 12px;
	display: table;
	position: relative;
}

article .cbox ul.post-categories::before, article blockquote::before, aside blockquote::before, article.rel h3::before {
	content: '';
	position: absolute;
	left: -2px; bottom: -2px;
	margin: auto;
	width: 100%; height: 100%;
	display: table-cell;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	z-index: -1;
}

article .cbox ul.post-categories::after, article blockquote::after, aside blockquote::after, article.rel h3::after {
	content: '';
	position: absolute;
	top: -2px; right: -2px;
	margin: auto;
	width: 100%; height: 100%;
	display: table-cell;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	z-index: -1;
}

article .cbox ul.post-categories li {
	list-style-type: none;
	display: inline-block;
}

article .cbox ul.post-categories li a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

article .cbox ul.post-categories li::after {
	content: ',';
	margin: 0 5px 0 0;
	display: inline-block;
	position: relative;
}

article .cbox ul.post-categories li:last-child::after {
	display: none;
}

/* POST TITLES */

article h1.title, article h2 {
	margin: 0 auto 25px auto; padding: 0;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 24px; font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	line-height: 120%;
	display: block;
	position: relative;
	z-index: 25;
}

article h1.title a {
	color: inherit;
	text-decoration: none;
}

article h1.title span {
	padding: 0 5px;
	display: inline-block;
	position: relative;
}

article h1.title span::before {
	content: '';
	position: absolute;
	left: 0; bottom: 0;
	width: 100%; height: 17px;
	display: block;
	z-index: -1;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

/* FEATURED IMAGES */

.featured {
	margin: 0 auto 25px auto;
	background-color: transparent;
	position: relative;
	width: 100%;
	padding: 0;
	display: block;
	vertical-align: top;
}

.featured img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 20;
	vertical-align: bottom;
	border-radius: 0 10px;
}

/* POST CONTENT */

article .entry {
	padding: 18px 25px;
	font-size: 12px; font-weight: 300;
	text-align: justify;
	letter-spacing: 0.025em;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
	display: block;
}

/* POST INFO */

article .pbox {
	margin: 25px auto 0 auto;
	padding: 12px 0 0 0;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 8.5px; font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-width: 1px 0 0 0;
	border-style: solid;
}

article .pbox .pinfo { position: relative; }
article .pbox .pinfo::before {
	content: '';
	margin: 0 12px 0 0;
	width: 6px; height: 6px;
	border-radius: 100%;
	display: inline-block;
	position: relative;
}

article .pbox .pinfo span {
	font-weight: 600;
	position: relative;
	z-index: 10;
}

article .pbox .pinfo span::before {
	content: '';
	position: absolute;
	left: 0; bottom: 0;
	width: 100%; height: 6px;
	display: block;
	z-index: -1;
}

article .pbox .share a, footer #inner #flinks #social a {
	margin: 0 0 0 5px;
	width: 22px; height: 22px;
	line-height: 24px;
	text-align: center;
	display: inline-block;
	position: relative;
}

article .pbox .share a::before, footer #inner #flinks #social a::before {
	content: '';
	position: absolute;
	bottom: -2px; right: -2px;
	background-color: #1da1f2;
	width: 100%; height: 100%;
	border-radius: 100%;
	display: table-cell;
	opacity: 0.88;
	z-index: 5;
}

article .pbox .share a:nth-of-type(2)::before, footer #inner #flinks #social a.facebook::before { background-color: #1877f2; }
article .pbox .share a:nth-of-type(3)::before { background-color: #bd081c; }
article .pbox .share a:nth-of-type(4)::before, footer #inner #flinks #social a.tumblr::before { background-color: #35465d; }

article .pbox .share a::after, footer #inner #flinks #social a::after {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	border-width: 2px;
	border-style: solid;
	border-radius: 100%;
	box-sizing: border-box;
	display: table-cell;
	z-index: 10;
}

article .pbox .share i, footer #inner #flinks #social i {
	color: #ffffff;
	position: relative;
	z-index: 10;
}

/* POST ELEMENTS */

article .entry p, aside .sidebox p, article .entry ul, aside .sidebox ul {
	margin: 0 0 12px 0;
}
 
article .entry b, article .entry strong, aside .sidebox b, aside .sidebox strong {
	font-weight: 700;
}

article .entry i, article .entry em, aside .sidebox i, aside .sidebox em {
	font-weight: 400;
}

article .entry a, aside .sidebox a {
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

article .entry a:hover, aside .sidebox a:hover {
	text-decoration: underline;
}

article .entry img, article .entry img a, aside .sidebox img, aside .sidebox img a  {
	background-color: transparent;
	margin: 3px; padding: 5px; 
	border-width: 1px;
	border-style: solid;
	border-radius: 0 10px;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

article .entry ul li, aside .sidebox ul li {
	background-color: transparent;
	list-style: none;
	width: 100%;
	max-width: 100%;
	padding: 5px 0;
	margin: 6px auto;
	border-width: 0 0 1px 0;
	border-style: solid;
}

article .entry ul li::before, aside .sidebox ul li::before {
	content: '';
	margin: 0 9px 0 0;
	background-color: transparent;
	width: 6px; height: 6px;
	border-width: 1px;
	border-style: solid;
	border-radius: 100%;
	display: inline-block;
	position: relative;
}

article blockquote, aside blockquote {
	width: 100%;
	max-width: 100%;
	margin: 25px auto;
	padding: 24px;
	box-sizing: border-box;
	position: relative;
	z-index: 25;
}

article blockquote p:first-of-type::first-letter, aside blockquote::first-letter {
	margin: 6px 12px 0 0;
	padding: 12px 18px;
	font-size: 36px;
	font-weight: 700;
	line-height: 100%;
	display: inline-block;
	border-radius: 0 5px;
	float: left;
}

article blockquote cite {
	font-size: 9px;
	font-weight: 400;
	font-style: normal;
	line-height: 100%;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	display: block;
	position: relative;
	z-index: 25;
}

article blockquote cite::before {
	content: '';
	position: absolute;
	top: 0; left: 0; bottom: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	display: block;
	z-index: -1;
}

article blockquote cite a {
	padding: 0 0 0 12px;
	display: inline-block;
}	

article a.more-link {
	margin: 24px auto; 
	background-color: transparent;
	color: inherit;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	display: table;
	position: relative;
}

article a.more-link span {
	padding: 0;
	line-height: 100%;
	display: inline-block;
	position: relative;
	z-index: 25;
}

article a.more-link span::before {
	content: '';
	position: absolute;
	left: 0; bottom: 0;
	width: 100%; height: 6px;
	display: block;
	z-index: -1;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

article a.more-link span::after {
	content: '\f105';
	margin: 0 0 0 12px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: inherit;
	display: inline-block;
}

article a.post-edit-link {
    font-family: 'Josefin Sans', sans-serif;
	font-size: 10px; font-weight: 400;
	line-height: 100%;
	margin: 12px 0 0 0;
    padding: 9px 7px 7px 7px;
    text-transform: uppercase;
	letter-spacing: 0.1em;
    display: inline-block;
}

iframe, embed, object, video {
	max-width: 100%;
	margin: 0 auto;
	padding: 12px 0;
}

/* PAGINATION */

#pagination {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	text-shadow: none;
	border: none;
}

#pagination a, #pagination span {
	margin: 0 3px;	
	width: 34px; height: 34px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 11px; font-weight: 400;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	border-radius: 100%;
	border: 1px solid transparent;
	display: inline-block;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

#pagination a.next, #pagination a.prev {
	float: right;
	margin: 0;
}
#pagination a.prev { float: left; }
#pagination .dots { display: none; }

/* PREVIOUS & NEXT POSTS */

article.rel h3 {	
	margin: 0 0 25px 0; padding: 12px;
	font-family: 'Roboto Slab', serif;
	font-size: 9px; font-weight: 400;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	box-sizing: border-box;
	position: relative;
	display: block;
}

article.rel h3.left { float: left; }
article.rel h3.right { float: right; }
article.rel .entry {
	width: 100%;
	display: table;
}

article.rel .entry span { max-width: 49%; }
article.rel .entry span.left { float: left; display: inline-block; }
article.rel .entry span.right { float: right; display: inline-block; }
article.rel .entry span a {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 12px; font-weight: 400;
	line-height: 100%;
	text-decoration: none;
	display: inline-block;
	position: relative;
	z-index: 10;
}

article.rel .entry span a::before {
	content: '';
	position: absolute;
	left: 0; bottom: 0;
	width: 100%; height: 6px;
	display: block;
	z-index: -1;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

/* COMMENTS */

#commentform { margin: 7px auto 0 auto; }

article .entry ol.commentslist li {
	list-style-type: none;
	background-color: transparent;
	text-indent: 0px;
	border: none;
	box-shadow: none;
	line-height: 24px;
}

article .entry ol.commentslist li::before { content: ''; display: none; }
.commentslist li p { line-height: 24px; }

ol.commentslist { clear: both; margin: 15px auto 0 auto; }

ol, ul { list-style: none; }

article .entry ol.commentslist ul.children { margin: 15px 0 0 15px; background-color: transparent; border-width: 0 0 0 1px; border-style: solid; padding: 0 15px; box-sizing: border-box; }

article .entry ol.commentslist li .avatar { 
	float: left;
	border-width: 1px;
	border-style: solid;
	padding: 3px;
	margin: 0 8px 0 0;
	}

article .entry ol.commentslist cite, article .entry ol.commentslist cite a {
	font-weight: 700;
	font-style: normal;
}

article .entry ol.commentslist p {
	margin: 15px 0px;
	text-transform: none;
	text-align: left;
}

article .entry ol.commentslist .cancel-comment-reply {
	margin-left: 10px;
}

#commentform input[type=text], #commentform textarea {
	outline: none;
	margin: 10px 10px 10px 0; padding: 8px;
	border-width: 1px;
	border-style: solid;
	font-family: 'Roboto Slab', serif;
	font-size: 12px; font-weight: 300;
	line-height: 24px;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}
 
#commentform input[type=text]:focus, #commentform textarea:focus, article .entry input:focus {
	outline: none !important;
}

article .entry input {	
	margin: 0 10px 0 0;
	font-size: 12px; font-weight: 400;
	padding: 8px;
	text-transform: none;
	letter-spacing: 0.05em;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
}

article #submit {
    font-family: 'Josefin Sans', sans-serif;
	font-size: 10px; font-weight: 400;
	line-height: 100%;
	margin: 12px 0;
    padding: 9px 7px 7px 7px;
    text-transform: uppercase;
    text-decoration: none;
	letter-spacing: 0.1em;
    display: inline-block;
	border: none;	
	cursor: pointer;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
} 

article #submit:hover { text-decoration: none; }

.error  { font-size: 12px; font-style: italic; padding: 5px 0; color: #ff0000; }
input.error, textarea.error { background: #ffb3b3; color:#202629; }

/* SIDEBAR */ 

aside {
	min-width: 340px;
	max-width: 340px;
}

aside .sidebox {
	margin: 0 auto 6vh auto;
	letter-spacing: 0.025em;
	text-align: justify;
	display: block;
}

aside .sidetitle {
	margin: 0 auto 25px auto; padding: 15px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 11px; font-weight: 600;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
}

aside .sidetitle::before {
	content: '\f07c';
	margin: 0 15px 0 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	display: inline-block;
}

/* PROJECTS */

aside .proj {
	margin: 0 auto 2vh auto;
	display: block;
}

aside .proj img {
	background-color: transparent;
	margin: 0; padding: 0;
	border: none;
}

aside .proj .projt {
	margin: 13px 0 21px 0;
	padding: 0 0 0 44px;
	display: table;
	line-height: 100%;
	text-transform: uppercase;
	box-sizing: border-box;
	position: relative;
}

aside .proj .projt .icon {
	position: absolute;
	top: 0; left: 0; bottom: 0;
	width: 28px; height: 28px;
	line-height: 26px;
	text-align: center;
	margin: auto;
}

aside .proj .projt i {
	margin: 0 0 0 1px;
	font-size: 8px;
	font-weight: 900;
	display: inline-block;
	position: relative;
	z-index: 10;
}

aside .proj .projt .icon::before {
	content: '';
	position: absolute;
	bottom: -2px; right: -2px;
	width: 100%; height: 100%;
	border-radius: 100%;
	display: table-cell;
	opacity: 0.88;
	z-index: 5;
}

aside .proj .projt .icon::after {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	border-width: 2px;
	border-style: solid;
	border-radius: 100%;
	box-sizing: border-box;
	display: table-cell;
	z-index: 10;
}

aside .proj .projt .title {
	margin: 0 0 3px 0;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 14px; font-weight: 700;
	display: block;
}

aside .proj .projt .role {
	font-size: 7px; font-weight: 700;
	letter-spacing: 0.3em;
	position: relative;
}

aside .proj .projt .role::before {
	content: '';
	position: absolute;
	left: 0; bottom: 0;
	width: 100%; height: 5px;
	display: block;
	z-index: -1;
}

aside .proj .proji {
	margin: 12px auto 0 auto;
	padding: 12px 0 0 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	display: block;
}

aside .proj ul.projl {
	margin: 12px auto 0 auto;
	padding: 12px 0 0 0;
	line-height: 100%;
	text-align: center;
	border-width: 1px 0 0 0;
	border-style: solid;
	display: block;
}

aside .proj ul.projl li {
	width: auto;
	margin: 0 1vw;
	padding: 0;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	border: none;
	display: inline-block;
}

aside .proj ul.projl li::before {
	width: 4px; height: 4px;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

aside .proj ul.projl li a {
	color: inherit;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

aside .proj ul.projl li:hover a {
	text-decoration: none;
}

/* SEARCH */

#searchsubmit, .screen-reader-text {
	display:none;
}

#searchform {
	margin: 0 auto;	
}

#searchform #s {
	width: 100%;
	margin: 0 auto;
	font-size: 12px;
	padding: 10px;
	text-transform: none;
	letter-spacing: 0.05em;
	background-color: #e3e3e3;
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
	display: inline-block;
}

#searchform input#s:focus { outline: none; }
input::-webkit-input-placeholder { color: #000000 !important; }
input::-moz-placeholder { color: #000000 !important; }
input::-ms-input-placeholder { color: #000000 !important; }

/* LATEST IMAGES */

#latest {
	width: 100%;
	margin: 12vh auto 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

#latest table { margin: auto; padding: 0; border-spacing: 0; text-align: center; display: inline-block; position: relative; z-index: 20; }

#latest img {
	background-color: transparent;
	margin: 0; padding: 0;
	max-width: 105px; height: auto;
	opacity: 1;	border: none;
	vertical-align: middle;
	filter: grayscale(0%);
}

#latest table tr:first-of-type td:nth-of-type(even) img, #latest table tr:last-of-type td:nth-of-type(odd) img {
	filter: grayscale(100%);
}

#latest::before {
	content: '';
	background-color: transparent;
	position: absolute;
	width: 100%; height: 100%;
	display: block; z-index: 30;
}

a.llink {
	margin: auto; padding: 15px;
	font-family: 'Roboto Slab', serif;
	font-size: 9px; font-weight: 400;
	line-height: 100%;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.15em;
	border-radius: 0 10px;
	display: inline-block;
	position: absolute;
	z-index: 40;
}

a.llink span {	font-weight: 700; }

/* FOOTER */

footer {
	margin: 12vh auto 0 auto;
	padding: 25px 0;
	width: 100%;
	letter-spacing: 0.025em;
	border-width: 1px 0 0 0;
	border-style: solid;
	box-sizing: border-box;
	display: block;
}

footer #inner {
	margin: 0 auto;
	max-width: 1220px;
}

footer #inner #flinks {	
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 10px; font-weight: 300;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}

footer #inner #flinks ul#cred {
	line-height: 150%;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	display: block;
}

footer #inner #flinks ul#cred li {
	margin: 0 2vw 0 0;
	list-style-type: none;
	display: inline-block;
}

footer #inner #flinks ul#cred li::before {
	content: '';
	margin: 0 12px 1px 0;
	width: 6px; height: 6px;
	border-radius: 100%;
	display: inline-block;
	position: relative;
}

footer #inner #flinks ul#cred li a {
	font-weight: 600;
	text-decoration: none;
	position: relative;
	z-index: 10;
}

footer #inner #flinks ul#cred li a::before {
	content: '';
	position: absolute;
	left: 0; bottom: 0;
	width: 100%; height: 6px;
	display: block;
	z-index: -1;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
}

footer #inner #flinks #social i {
	font-size: 8.5px;
}

footer #inner #flinks #social a.instagram::before {
	background: rgb(129,52,175);
	background: -moz-linear-gradient(45deg, rgba(129,52,175,1) 0%, rgba(221,42,123,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(129,52,175,1) 0%, rgba(221,42,123,1) 100%);
	background: linear-gradient(45deg, rgba(129,52,175,1) 0%, rgba(221,42,123,1) 100%);
}
footer #inner #flinks #social a.youtube::before { background-color: #ff0000; }
footer #inner #flinks #social a { margin: 0 0 0 10px; }

footer #inner #disc {
	margin: 12px auto 0 auto;
	padding: 15px 0 0 0;
	border-width: 1px 0 0 0;
	border-style: solid;
}