@charset "UTF-8";
/*	################################################################

Author: Florian Kueker
URL: http://themes.kueker.net/spec

Project Name: Spec
Version: 1.0.0
URL: http://themes.kueker.net/spec

################################################################# */

/*

## Table of Contents

* 01 - General
* 02 - Typography
* 03 - Navbar
* 04 - Content
* 05 - Sections
* 06 - Lity Lightbox
* 07 - Social Media Icons

*/

/** 01 - General *********************************************************************************/

/* lato-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v24-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

::-moz-selection {
  background: var(--primary);
  color: var(--textColor);
}

::selection {
  background: var(--primary);
  color: var(--textColor);
}

body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1em;
}

a {
  color: #222;
  cursor: pointer;
  text-decoration: none;
}

main {
  min-height: calc(100vh - 10rem);
}

footer .footer {
  border-top: 1px solid #f1f1f1;
}

.footer.content figure:not(:last-child) {
  margin-bottom: .5rem;
}

.footer .copyright {
  margin-top: 1rem;
}

.footer {
  background: #fff;
  padding: 3rem 0;
}

footer.classic {
  margin-top: 2rem;
  padding: 4.5rem 0 7.5rem;
  border-top: 1px solid #f1f1f1;
}

footer.classic i.fa {
  min-width: 1.5rem;
}

.topbar {
  padding: .5rem 0;
}

.has-background {
  background: var(--topbarColor);
}


.topbar-icons a {
  color: var(--topbarTextColor);
}

.topbar .navbar-item {
  margin: 0;
}

.topbar .level-item {
  padding: 0 .75rem;
  margin: 0 !important;
}

.topbar .level-item:last-of-type {
  padding-left: .75rem;
  padding-right: 0;
}

.topbar .level-item:first-of-type {
  padding-left: 0;
  padding-right: .75rem;
}

.topbar-info .level-item:first-of-type {
  padding-right: 2rem;
}

.topbar-info .level-item:last-of-type {
  padding-left: 2rem;
}

.level.branding {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 1024px) {
  .branding {
    padding: 1.5rem 0;
  }
}

.branding .navbar-item {
  margin: 0;
}

.branding .level-item {
  margin: 0 !important;
  ;
}

.branding .level-item:not(:last-of-type) {
  border-right: 1px solid hsl(0, 0%, 86%);
}

.branding-info .level-item:first-of-type {
  padding-right: 2rem;
}

.branding-info .level-item:last-of-type {
  padding-left: 2rem;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
}

.media-content {
  overflow-x: unset !important;
}

.is-vcentered {
  display: flex;
  align-items: center!important;
}

.is-200x200 {
  height: 200px;
  width: 200px;
}

/**! 02. Button *********************************************************************************/


.button {
  background: rgb(255, 255, 255);
  border: transparent;
  color: #222;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 1px;
  font-weight: normal !important;
}

.button:hover {
  background-color: rgb(0, 0, 0);
  border: rgb(0, 0, 0);
  color: #fff;
}

.button.black {
  background: rgb(255, 255, 255);
  border: 1px solid #000;
}

.button.black:hover {
  background: rgb(0, 0, 0);
  color: #fff;
}

/**! 03. Navbar *************************************************************************************/

@media screen and (min-width: 1088px) {
  .navbar {
    margin-bottom: 1rem;
  }
}

.navbar-item {
  font-weight: 600;
  font-size: 1em;
  line-height: 1.125;
}

.navbar-brand figure {
  line-height: 0;
}

.navbar-brand .navbar-item {
  padding-left: 0 !important;
}

.navbar-item,
.navbar-link {
  color: rgba(34, 34, 34, 0.5);
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.navbar-link.is-active, a.navbar-item.is-active {
  color: #222;
}

@media screen and (min-width: 1088px) {
  .navbar-item.has-dropdown.is-active .navbar-link, .navbar-item.has-dropdown:hover .navbar-link {
    background: none;
  }
}

.navbar-link.is-active, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:hover {
  background: none;
  color: #000;
}

.navbar-brand a.navbar-item:hover {
  background-color: transparent !important;
}

.navbar-item img, .footer img {
  max-height: 2.75rem;
}

@media screen and (min-width: 1088px) {
  .navbar-link.is-active,
  a.navbar-item.is-active {
    color: #222;
  }
}

.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after {
  border: unset;
  border-radius: unset;
  border-right: unset;
  border-top: unset;
  content: "\f107";
  font-family: FontAwesome;
  display: block;
  height: unset;
  margin-top: unset;
  pointer-events: unset;
  position: absolute;
  -webkit-transform: unset;
  transform: unset;
  -webkit-transform-origin: unset;
  transform-origin: unset;
  width: unset;
  top: 30%;
  right: 1em;
}

.navbar-link.is-active:not(.is-arrowless)::after {
  color: var(--primary);
}

.navbar-link:not(.is-arrowless)::after {
  color: rgba(34, 34, 34, 0.5);
  transition: all .3s;
}

.navbar-link:hover:not(.is-arrowless)::after {
  color: var(--primary);
}

.navbar-dropdown {
  background-color: #fff;
  border-radius: 0;
  border: none;
}

.navbar-burger span:nth-child(1) {
  top: calc(50% - 7px);
}

.navbar-burger span:nth-child(3) {
  top: calc(50% + 5px);
}

.navbar-burger.is-active span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}

.navbar-burger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

/**! 04. Content *********************************************************************************/

.content figure {
  text-align: left;
  margin: 0;
}

.content a {
  position: relative;
  white-space: nowrap;
  font-weight: bold;
  z-index: 1;
}

.title:not(.is-spaced)+.subtitle {
  margin-top: unset;
}

.block:not(:last-child),
.box:not(:last-child),
.breadcrumb:not(:last-child),
.content:not(:last-child),
.highlight:not(:last-child),
.level:not(:last-child),
.list:not(:last-child),
.message:not(:last-child),
.notification:not(:last-child),
.progress:not(:last-child),
.subtitle:not(:last-child),
.table-container:not(:last-child),
.table:not(:last-child),
.tabs:not(:last-child),
.title:not(:last-child) {
  margin-bottom: 2rem;
}

/**! 05. Sections *********************************************************************************/

.section {
  padding: 4rem 0;
}

.section:first-of-type {
  padding-top: 0;
  padding-bottom: 0;
}

/**! 06. Lity Lightbox ****************************************************************************/

.lity-content img {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/**! 07. Social Media Icons ***********************************************************************/

a:hover i.fa-facebook {
  color: #3B5998;
}

a:hover i.fa-twitter {
  color: #55ACEE;
}

a:hover i.fa-pinterest {
  color: #C92228;
}

a:hover i.fa-google {
  color: #DD4B39;
}

a:hover i.fa-instagram {
  color: #3F729B;
}

a:hover i.fa-dropbox {
  color: #1087DD;
}

a:hover i.fa-tumblr {
  color: #2c4762;
}

a:hover i.fa-yahoo {
  color: #720E9E;
}

a:hover i.fa-vimeo {
  color: #1AB7EA;
}

a:hover i.fa-github {
  color: #444444;
}

a:hover i.fa-linkedin {
  color: #007BB6;
}

/** 05 - Sidebar  *********************************************************************************/

aside {
  border-left: 1px solid #e5e5e58a;
}

aside .column {
  padding: 2rem;
}

aside .title {
  font-size: 1.125em;
  margin-bottom: 2em;
  display: table;
  white-space: nowrap;
}

aside ul.categorys li, aside ul.archive li {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

aside ul.categorys li:first-of-type, aside ul.archive li:first-of-type {
  border-top: 1px solid #e5e5e5;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

aside ul.categorys li:last-of-type, aside ul.archive li:last-of-type {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

aside ul.related li {
  padding: .5rem 0;
}

aside ul.related img {
  box-shadow: 0.1em 0.6em 3em rgba(0, 0, 0, .1);
}

aside ul li.is-active {
  border-left: 1px solid #222;
}

aside .tags a {
  font-size: .925em;
}

aside .categorys i,
aside .archive i {
  margin-right: .3rem;
}

aside .archive li a{
  display: block;
}

aside ul.categorys li a, aside ul.archive li a{
  display: flex;
  justify-content: space-between;
  padding: .5rem;
}

aside .media-content .title {
  margin: 0;
}

.badge {
  display: inline-block;
  padding: 0.25rem .5rem;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background: var(--primary);
  color: var(--textColor);
}

.badge.is-active {
  background: #222;
  color: #fff;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

