/*
Theme Name: Pixeltokig
Theme URI: https://pixeltokig.se
Author: Pixeltokig
Author URI: https://pixeltokig.se
Description: Ett tokigt bra tema anpassat och kodat från grunden.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pixeltokig
*/


/*--------------------------------------------------------------
	Reset
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	box-sizing: border-box;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: none;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

small {
	font-size: 75%;
}

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

img {
	border: 0;
	height: auto;
	width: 100%;
	max-width: 100%;
	display: block;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 20px 20px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

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

abbr,
acronym {
	border-bottom: 2px dotted #000;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #fff;
}

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

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #000;
	border: 0;
	height: 2px;
}

ul,
ol {
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

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

section,
article {
	width: 100%;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0;
}

table {
	width: 100%;
	margin: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 0;
}

textarea {
	width: 100%;
	padding: 0;
}

a {
	cursor: pointer;
}

a:visited {
	cursor: pointer;
}

a:focus {
	outline: none;
}

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

.widget {
	margin: 0;
}

.widget select {
	max-width: 100%;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

/*.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}*/

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

/*.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}*/

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
/*.infinity-end.neverending .site-footer {
	display: block;
}*/

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/*.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	padding: 0;
	margin: 0;
}*/

/* Make sure embeds and iframes fit their containers. */
/*embed,
iframe,
object {
	max-width: 100%;
}*/

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	margin: 0;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0;
}

.gallery {
	margin: 0;
}

figure {
	margin: 0;
	padding: 0;
}

.gallery-icon {
	text-align: left;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 100%;
}

.gallery-caption {
	display: block;
}

html,
body {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.4;
	color: #000;
	font-weight: 400;
	letter-spacing: normal;
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol,
li {
	margin: 0;
	padding: 0;
	text-decoration: none;
	letter-spacing: normal;
}

header ul {
	list-style: none;
}

header ul li {
	position: relative;
}

img {
	display: block;
}

textarea, 
input[type=”text”], 
input[type=”button”], 
input[type=”submit”] {
	-webkit-appearance: none; border-radius: 0;
}

input {
    border-radius: 0;
    -webkit-appearance: none;
}