/*
			Theme Name: Bivrost
			Theme URI: 
			Description: A child theme for Kerouac
			Version: 0.1
			Author: Anna Sophia Schenk
			Author URI: http://wwww.caramaple.com
			Template: kerouac
			*/

			@import url("../kerouac/assets/css/style.css");


			body {
			background: #092a31 url('./images/background.jpg') no-repeat fixed !important;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
			}

			header#header {
			background: none;
			}

			/* Colors */

			h2, .h2, h4, .h4, h5, .h5 {
				color: #c1cc31;
			}

			/* Homepage - color of h3 */

			h3.kerouac-collection-entry-title {
				color: #3ef2ff;
			}

			/* Homepage - remove white bar next to logo and white bar in timeline */

			.kerouac-site-header .kerouac-header-left {
				border-right: 10px solid #092a31;
			}

			.aesop-timeline {
				border-bottom: 8px solid #092a31;
			}

			/* Story - color of story and 'next story'-title */

			.kerouac-entry-top .kerouac-entry-title, .kerouac-next-post .kerouac-next-post-title {
				color: #3ef2ff;
			}

			.kerouac-next-post .kerouac-next-post-next {
			color: #c1cc31;
			}

			.kerouac-entry-top {
			border-bottom: 10px solid #E79D44;
			}

			.kerouac-next-post .kerouac-next-post-title {
			font-size: 36px;
			}

			/*.kerouac-next-post .kerouac-next-post-meta, .kerouac-next-post .kerouac-next-post-next {
			border: 1px solid #fff;
			}*/

			/* Maps */

			.leaflet-popup-content {
			color: #0d190f;
			}

			/* Footer */

			.btn-footer {
			display: inline-block;
			margin-bottom: 0;
			text-align: center;
			vertical-align: middle;
			cursor: pointer;
			background-image: none;
			border: 3px solid #fff;
			white-space: nowrap;
			padding: 5px 15px;
			font-size: 20px;
			line-height: 1.4;
			-webkit-border-top-left-radius: 30px;
			-webkit-border-bottom-left-radius: 30px;
			-moz-border-radius-topleft: 30px;
			-moz-border-radius-bottomleft: 30px;
			border-top-left-radius: 30px;
			border-bottom-left-radius: 30px;    		
			-webkit-transition: right .15s linear;
			transition: right .15s linear;
			}

			.btn-footer:hover{
		    color:#fff;
		    right: 0px;
		    background-color: #e79d44;
		    border: 3px solid #fff;
		    text-decoration: none;
			}

			.btn-primary {
			color: #fff;
			background-color: #21A3BD;
			}

			.bivrost-shop {
			position: fixed;
			bottom: 80px;
			right: -100px;
			z-index: 9;
			}

			.bivrost-contributor {
			position: fixed;
			bottom: 20px;
			right: -58px;
			z-index: 9;
			}

			/* Grow - CSS3 effect Created by Ian Lunn (http://ianlunn.github.io/Hover/) */

			.grow {
			  display: inline-block;
			  -webkit-transition-duration: 0.3s;
			  transition-duration: 0.3s;
			  -webkit-transition-property: -webkit-transform;
			  transition-property: transform;
			  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
			  -webkit-transform: translateZ(0);
			  -ms-transform: translateZ(0);
			  transform: translateZ(0);
			  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
			}

			.grow:hover {
			  -webkit-transform: scale(1.1);
			  -ms-transform: scale(1.1);
			  transform: scale(1.1);
			}

			/* Customised Homepage: Bivrost and Arctic stories; */

			.home-intro-text {
				padding-left: 0.8em;
			}

			.home .kerouac-load-more-posts a {
			display: none;
			}

			.more-stories {
				float: right;
				padding-top: 1em;
			}

			.bivrost, .arctic {
			border-bottom: 1px solid #c1cc31;
			margin: 3em 0;
			}

			.bivrost h2, .arctic h2 {
			padding-bottom: 1em;
			padding-left: 0.3em;
			}

			.bivrost a, .arctic a {
			color: #fff;
			}

			.kerouac-site-header .kerouac-header-left .kerouac-site-logo img {
			width: 100%;
			right: 0.3em;
			}

			.kerouac-site-header .kerouac-header-left, .kerouac-site-header .kerouac-header-left:before {
			margin-top: 1em;
			}

			/* Customised Archive page (show more rows) */

			.kerouac-collection-row.kerouac-collection-row-2 .col-sm-3 {
			margin-bottom: 20px;
			}

			/* Social Share buttons */

			.mashsb-container {
			width: 100%;
			max-width: 1060px;
			margin-left: auto;
			margin-right: auto;
			}

			.mashicon-subscribe {
			background: #ccc;
			}

			@media (max-width: 1060px) {
			.mashsb-container {
			padding-left: 4rem;
			padding-right: 4rem;
			width: 90%;
			}
			}

			/* Hide display more posts */

			.archive p.kerouac-load-more-posts.fix a {
			    display: none;
			}

			.archive p.kerouac-load-more-posts.fix {
			    border-bottom: 1px solid #c1cc31;
			}

			/* MEDIA QUERIES */
			@media (max-width: 864px) { 
			.kerouac-site-header .kerouac-header-left .kerouac-site-logo img {
			width: 200px;
			}

