@charset "UTF-8";
/*!
Theme Name: Retro Blue
Theme URI: http://underscores.me/
Author: NegativeSpace
Author URI: http://krystianokaz.com
Description: Simple deliberately non responsive theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: retro-blue
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Retro Blue is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
	margin: 0 0 1.5em;
}

.alignleft,
img.alignleft {
	margin: 15px 15px 15px 0;
	display: inline;
	float: left;
}

p .alignleft {
	margin: 0 15px 15px 0;
}

.alignright,
img.alignright {
	margin: 15px 0 15px 15px;
	display: inline;
	float: right;
}

p .alignright {
	margin: 0 0 15px 15px;
}

.aligncenter,
img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

.alignnone,
img.alignnone {
	/* not sure about this one */
}

.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}

.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}

.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}

.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}

blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

.reader__skip {
	display: none;
	visible: hidden;
}

.header {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header__main {
	position: relative;
	background-size: cover;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.header__description {
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 30px 45px 30px 230px;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	text-align: left;
}

.branding {
	width: 255px;
	padding: 30px 0 80px 0;
	position: relative;
	z-index: 1;
	box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.5);
}

.branding:after {
	background: url(http://fiskbasen.se/wp-content/themes/retro-blue/images/wave.svg) no-repeat bottom;
	position: absolute;
	content: "";
	height: 52px;
	width: 100%;
	bottom: -10px;
	left: 0;
}

.header__menu .menu {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: right;
}

.header__menu .menu ul {
	padding: 0;
}

.header__menu .menu a {
	padding-right: 40px;
	font-family: Arial;
	color: #000;
	font-size: 15px;
	font-weight: 700;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
}

.content__aside .menu {
	margin-top: 50px;
	list-style: none;
	font-family: Arial;
	color: #003c5a;
	font-size: 15px;
	font-weight: 700;
	line-height: 25.418px;
	padding: 0;
}

.content__aside .menu > li {
	border-top: 1px solid #003c5a;
	padding-left: 50px;
	position: relative;
	min-height: 50px;
}

.content__aside .menu > li li {
	padding-left: 15px;
}

.content__aside .menu > li:nth-child(1)::before {
	background-image: url(http://fiskbasen.se/wp-content/themes/retro-blue/images/fish.svg);
}

.content__aside .menu > li:nth-child(2)::before {
	background-image: url(http://fiskbasen.se/wp-content/themes/retro-blue/images/bonfire.svg);
}

.content__aside .menu > li:nth-child(3)::before {
	background-image: url(http://fiskbasen.se/wp-content/themes/retro-blue/images/cup.svg);
}

.content__aside .menu > li:nth-child(4)::before {
	background-image: url(http://fiskbasen.se/wp-content/themes/retro-blue/images/pin.svg);
}

.content__aside .menu > li:nth-child(5)::before {
	background-image: url(http://fiskbasen.se/wp-content/themes/retro-blue/images/leaf.svg);
}

.content__aside .menu > li:before {
	position: absolute;
	display: block;
	content: "";
	width: 50px;
	top: 5px;
	left: 15px;
	height: 100%;
	background-size: 25px 25px;
	background-repeat: no-repeat;
}

.content__aside .menu a {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

.content__aside .menu ul {
	list-style: none;
	/* Styl inline */
	font-family: Arial;
	color: #003c5a;
	font-size: 12px;
	font-weight: 900;
	line-height: 25.418px;
	-webkit-transform: scaleX(1.0017);
	        transform: scaleX(1.0017);
	padding: 0;
	/* właściwości width (szerokość) i height (wysokość) pominięte w wyniku transformacji */
}

.header-widgets {
	position: absolute;
	top: 20%;
	right: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-widgets > * {
	margin-left: 50px;
}

.search-form {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.search-form i {
	position: absolute;
	bottom: 50%;
	left: 50%;
	z-index: 1;
	color: #fff;
	line-height: 0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.search-form [type="search"] {
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 20px;
	text-align: left;
	background: black;
	border: 0px;
	padding: 6px;
}

.search-form [type="search"]::-webkit-input-placeholder {
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 20px;
	text-align: left;
}

.search-form [type="search"]:-ms-input-placeholder {
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 20px;
	text-align: left;
}

.search-form [type="search"]::placeholder {
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 20px;
	text-align: left;
}

.search-form [type="submit"] {
	position: relative;
	color: #000000;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	border: 0;
	padding: 6px;
	background: #fff;
}

h6 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	color: #003d5a;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	padding: 9px;
	background-color: #83c3e1;
}

h6:after {
	position: absolute;
	content: "";
	background-image: url(http://fiskbasen.se/wp-content/themes/retro-blue/images/reversed-arrow.svg);
	right: 0px;
	top: 0px;
	height: 100%;
	width: 31px;
}

.custom-logo-link img {
	width: 100%;
	height: auto;
}

.footer {
	background: #83c3e1;
	margin: 25px 0;
	padding: 20px;
}

.footer__widgets {
	position: relative;
}

.footer__widgets i {
	position: absolute;
	color: #fff;
	font-style: normal;
	font-size: 31px;
	line-height: 20px;
	color: rgba(0, 89, 132, 0.3);
	width: 1px;
	height: 61px;
}

.footer__widgets p {
	margin: 0;
	padding-left: 65px;
	line-height: 15px;
	color: #003d5a;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
}

.footer__widgets p strong {
	font-size: 12px;
	font-weight: 700;
	text-align: left;
}

.footer__menu {
	position: relative;
}

.footer__menu .menu {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__menu .menu ul {
	padding: 0;
}

.footer__menu .menu a {
	padding: 0 25px;
	font-family: Arial;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
}

.footer__menu i {
	position: absolute;
	color: #fff;
	font-style: normal;
	font-size: 40px;
	line-height: 20px;
	color: rgba(0, 89, 132, 0.3);
	width: 29px;
	height: 61px;
}

.content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	background-color: #cdefff;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.content__aside {
	width: 255px;
	padding-right: 80px;
	box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.5);
	font-family: Arial;
	color: #003c5a;
	font-size: 15px;
	font-weight: 700;
	line-height: 25.418px;
	text-align: left;
}

.content-area {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.main {
	padding: 50px 50px 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

#wpgmza_map {
	margin: 20px 0 20px 20px;
}

* {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: Arial;
	color: #003d5a;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
}

body {
	margin: 0;
	background: #005984;
	padding: 0 20px;
}

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;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 45px 0 0.67em;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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 {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

p {
	font-family: Arial;
	color: #003d5a;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	margin: 15px 0;
}

h1 {
	font-family: Arial;
	color: #003d5a;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	padding: 9px;
	background-color: #83c3e1;
}

dl {
	background: #83c3e1;
	font-family: Arial;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	text-align: left;
	padding: 15px;
}

dl > * {
	float: left;
}

th {
	color: #005984;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	padding: 10px 20px;
}

td {
	padding: 10px 20px;
	font-size: 13px;
}

td:first-child {
	color: #003d5a;
	font-size: 13px;
	font-weight: 700;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

td:first-child a {
	margin: 0;
	text-decoration: none;
	color: inherit;
	font-size: inherit;
}

td:first-child a:hover {
	color: #005984;
	text-decoration: underline;
}

td:first-child img {
	margin: 0;
	padding-right: 10px;
}

td:last-child {
	font-style: italic;
}

td:not(:first-child):not(:empty) {
	border-left: 1px solid #003d5a;
}

.lexicon table {
	border-radius: 14px !important;
	min-width: 50%;
	margin-bottom: 50px;
}

.lexicon th {
	background: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom: 1px solid 1px;
}

.lexicon tbody {
	background: #F1FAFF;
}

.lexicon tbody tr {
	border-bottom: 1px solid lightgrey;
}

.lexicon tbody tr:hover {
	background: #fff;
	border-bottom: 2px solid #000;
}

.lexicon tbody tr:hover td:not(:first-child) {
	border-left: none !important;
}

.lexicon th {
	color: #005984;
	font-size: 20px;
	font-weight: 900;
	padding: 10px 20px;
	border-bottom: 2px solid #000;
}

.lexicon td {
	font-size: 13px;
	padding: 10px 20px 5px;
}

.lexicon td:first-child {
	color: #003d5a;
	font-size: 13px;
	font-weight: normal;
}

.lexicon td:last-child {
	font-style: normal;
}

.lexicon td:not(:first-child) {
	border-left: 2px solid #000 !important;
}

.lexicon a {
	margin-left: 5px;
}

.lexicon .fish-image {
	display: block;
}

.lexicon .fish-image img {
	margin: 0;
}

.lexicon a.credit {
	font-size: 10px;
	display: block;
	color: lightgrey;
	text-decoration: none;
}

.diagram {
	margin: 20px auto;
	width: 100%;
	min-height: auto;
	width: 100%;
	height: 100%;
	background: RGBA(0, 58, 97, 1);
	font-family: 'Fjalla One', sans-serif;
	font-size: 18px;
}

.diagram ul {
	position: relative;
	padding-left: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.diagram li {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	/*   padding: 20px 3px 0 3px; */
	text-align: center;
	list-style-type: none;
	/*   border:1px solid black; */
	margin-left: 20px;
	/*   background:rgba(0,0,0,0.3); */
	/*   padding-left:20px; */
	padding: 5px 20px;
}

/* Stem  */
.diagram ul ul::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	/*   border-left: 1px solid #ccc; */
	border-top: 1px solid #fff;
	width: 20px;
	height: 0px;
}

.diagram li::before,
.diagram li::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 50%;
}

.diagram li::before {
	border-top: 1px solid #ccc;
}

.diagram li::after {
	border-left: 1px solid #ccc;
	/*   border-top: 1px solid #ccc; */
	height: 100%;
	top: 0px;
}

.diagram li:first-child::after {
	border-top: 1px solid #fff;
}

.diagram li:first-child::after {
	/*   border-radius: 5px 0 0 0; */
	height: 50%;
	top: 50%;
}

.diagram li:last-child::before {
	top: 0%;
	height: 50%;
	border-left: 1px solid #ccc;
	border-top: none;
	border-bottom: 1px solid #ccc;
	/*   background:red; */
}

.diagram li::after {
	left: 0;
	/*     border-left: 1px solid #ccc; */
}

.diagram li:only-child::after,
.diagram li:only-child::before {
	content: '';
	display: none;
}

.diagram li:only-child {
	padding-left: 0;
}

.diagram li:first-child::before,
.diagram li:last-child::after {
	border: 0 none;
}

.diagram li a {
	display: inline-block;
	padding: 5px 10px;
	/*   border-radius: 5px; */
	border: 1px solid #ccc;
	text-decoration: none;
	text-transform: uppercase;
	color: #ccc;
	font-family: arial, verdana, tahoma;
	font-size: 11px;
}

.diagram li a:hover,
.diagram li a:hover + ul li a {
	color: #000;
	background: #c8e4f8;
	border: 1px solid #94a0b4;
}

.diagram li a:hover + ul li::after,
.diagram li a:hover + ul li::before,
.diagram li a:hover + ul::before,
.diagram li a:hover + ul ul::before {
	content: '';
	border-color: #94a0b4;
}

.diagram li a:only-child {
	/*     background: red !important; */
}

.store {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.store__content {
	margin-right: 40px;
}

.store__content--featured p {
	background: #005984;
	color: #fff;
	margin: 20px;
	margin: 0;
	padding: 20px;
}

.store__aside {
	width: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.store__aside > * {
	margin-bottom: 30px;
}

.store__image {
	width: 300px;
	height: auto;
	border: 4px solid #000 !important;
}

.store__image img {
	width: 100%;
	height: auto;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wrapper {
	width: 1450px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.site {
	background-color: #cdefff;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-ms-flex-positive: 1;
	    flex-grow: 1;
}

.featured {
	background: #fff;
	margin: -50px -50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.featured__element {
	position: relative;
	display: inline-block;
	margin: 35px 15px;
	width: calc(25% - 30px);
	border: 2px solid black;
	text-decoration: none;
}

.featured__element img {
	width: 100%;
	height: 100%;
}

.featured__body {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	color: #fff;
	padding: 15px;
}

.featured__body h4 {
	margin: 0;
	font-size: 20px;
}

.featured__body p {
	margin: 0;
	color: inherit;
	font-size: 12px;
}

.entry-header__page {
	margin: -50px -50px 50px;
	padding: 0 50px;
	background: white;
	width: 100%;
	box-sizing: content-box;
}

.entry-header__page h1 {
	color: #003d5a;
	font-size: 26px;
	font-weight: 700;
	text-align: left;
	background: none;
	margin: 0;
}

.entry-header__page img {
	margin-top: 50px;
	border: 4px solid #000;
}

.wpgmza_map {
	margin: 0 0 15px 15px;
	border: 4px solid #000 !important;
}

.wpgmza_map ~ .alignright {
	clear: right;
	width: 300px;
	height: auto;
	border: 4px solid #000 !important;
}

.wpgmza_map ~ a .alignright {
	clear: right;
	width: 300px;
	height: auto;
	border: 4px solid #000 !important;
}

.wpgmza_map ~ p:last-child:after {
	content: '';
	clear: both;
	display: block;
}

.wpgmza_map ~ img + p + p {
	background: #005984;
	color: white;
	margin: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 20px;
}

.lexicon {
	list-style: none;
	padding: 0;
}

.lexicon > li a {
	text-decoration: none;
	border: 1px solid #005984;
	color: #005984;
	padding: 5px;
	border-radius: 5px;
	display: inline-block;
	margin: 10px;
}

.store_collection .entry-header h1 {
	color: #003d5a;
	font-size: 26px;
	font-weight: 700;
	text-align: left;
	background: none;
	margin: 0;
	background: white;
	margin: -49px -50px 50px;
}

.collection h1 {
	margin-top: 0px;
}

.collection__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 50px;
}

.collection__item {
	width: 50%;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 160px;
}

.collection__item h2 {
	margin: 0px;
}

.collection__item h2 a {
	color: inherit;
	text-decoration: none;
}

.collection__item main {
	padding: 0 20px;
	font-size: 12px;
}

.entry-title a {
	color: #003d5a;
	text-decoration: none;
}

.posted-on, .byline {
	color: gray;
	font-size: 10px;
}

.posted-on a, .byline a {
	color: gray;
	text-decoration: none;
}

.entry-title {
	margin-bottom: 0;
}

.alphanav {
	margin-top: 50px;
}

.post-navigation {
	display: none;
}

.current-menu-item {
	text-decoration: underline;
}

/*# sourceMappingURL=../retro-blue/sass/maps/style.css.map */
