@charset "UTF-8";
/*	################################################################

Author: Florian Kueker
URL: http://themes.kueker.net/thinkingv3

Project Name: Thinking v3
Version: 1.0.0
URL: http://themes.kueker.net/thinkingv3

################################################################# */

/*

## Table of Contents

* 01 - General
* 02 - Typography
* 03 - Navbar
* 04 - Content
* 05 - Sections
* 06 - Lity Lightbox
* 07 - Social Media Icons

*/

/** 01 - General *********************************************************************************/

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 1em;
}

a {
  color: #222;
  cursor: pointer;
  text-decoration: none;
}

main {
  min-height: calc(100vh - 10rem);
}

main,
footer {
  padding: 0 1rem;
}

footer .footer {
  border-top: 1px solid #f1f1f1;
}

header.top + main {
  margin-top: 92px;
}

.footer.content figure:not(:last-child) {
  margin-bottom: .5rem;
}

.footer .copyright {
  margin-top: 1rem;
}

.footer {
  background: #fff;
  padding: 3rem 0;
}

@media screen and (min-width: 1004px) {
  .container {
    max-width: 940px;
    width: 940px;
  }
}


/**! 02. Typography *********************************************************************************/

h3 {
  font-weight: 500;
  font-size: 1.1em;
  text-transform: uppercase;
  line-height: 1.25;
}

/**! 03. Navbar *************************************************************************************/

.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar-shadow {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 2px 4px rgba(73, 90, 74, 0.1);
  -moz-box-shadow: 0px 2px 4px rgba(73, 90, 74, 0.1);
  box-shadow: 0px 2px 4px rgba(73, 90, 74, 0.1);
}

.navbar-item {
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.125;
}

.navbar-brand figure {
  line-height: 0;
}

.navbar-item,
.navbar-link {
  color: rgba(34, 34, 34, 0.5);
  padding: .5rem 0;
  margin: 0 .75rem;
  -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,
.navbar-link:hover,
a.navbar-item.is-active,
a.navbar-item:hover {
  background-color: unset;
  color: #222;
}

.navbar-item 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: 0;
}

.navbar-dropdown {
  background-color: #fff;
  border-radius: 0;
  border: none;
}

.navbar-item.has-dropdown > .navbar-link:not(.is-arrowless) {
  padding-right: 1.25em;
}

.navbar-link {
  margin: 0;
}

.navbar-item.has-dropdown.is-active .navbar-link, .navbar-item.has-dropdown:hover .navbar-link {
  background-color: unset;
}

/**! 04. Content *********************************************************************************/

.content a {
  position: relative;
  white-space: nowrap;
  font-weight: 500;
  z-index: 1;
  display: inline-block;
  border-bottom: 2px solid #000;
}

.content h2 {
  padding-bottom: .5em;
}

.content figure {
  margin-left: 0;
  margin-right: 0;
}

.content figure img {
  box-shadow: 0 16px 16px rgba(0, 0, 0, .05), 0 8px 8px rgba(0, 0, 0, .05), 0 4px 4px rgba(0, 0, 0, .05), 0 2px 2px rgba(0, 0, 0, .05);
}

.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: .75rem;
}

/**! 05. Sections *********************************************************************************/

.section {
  padding: 4rem 0;
}

.section:first-of-type {
  padding-top: 0;
  padding-bottom: 0;
}

.section:last-of-type {
  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;
}
