/*
Theme Name: Joystream
Theme URI: http://underscores.me/
Author: Elderberry
Author URI: http://elderberry.no
Description: An Elderberry wordpress theme for Joystream
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: an-elderberry-wordpress-theme-for-joystream
Tags:

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.

Joystream is based on Underscores http://underscores.me/, (C) 2012-2015 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.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: white;
	font-family: 'Signika', sans-serif;
}

.navbar-links a {
	font-weight: 400;
	font-size: 12pt;
}

a:visited {
	color: none;
}

a:hover,
a:focus{
	text-decoration: none;
	color: none;
}

.navbar-links a:hover {
	border-bottom: 2px solid #01CDBF;
}

a:focus {
	outline: thin dotted;
}

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

button {
	font-family: "Signika", sans-serif;
}

input {
	font-family: "Signika", sans-serif;
}
#mce-EMAIL input[type=text] {
	margin-left: 20px;
}

h1 {
	font-family: 'Signika', sans-serif;
	font-size: 34pt;
	font-weight: 600;
	line-height: 42pt;
	color: #585858;

}
h2 {
	font-family: 'Signika', sans-serif;
	font-size: 14pt;
	font-weight: 700;
	line-height: 32pt;
	letter-spacing: 3px;
}

p {
	font-family: 'Signika', sans-serif;
	margin: none !important;
}

.p1 {
		font-weight: 300;
		font-size: 13pt;
		line-height: 18pt;
		color: #999999;
}

.p2 {
	font-weight: 300;
	font-size: 20pt;
	line-height: 28pt;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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

/*--------------------------------------------------------------
## 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;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

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

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Theme Specific Styles
--------------------------------------------------------------*/
@media (min-width: 783px)
and (max-width: 2400px) {
	.benefits-margins {
		margin-top: -10px;
	  margin-bottom: -5px;
	}

	.m-r-15 {
		margin-right: 15px;
	}
	.m-l-15 {
		margin-left: 15px;
	}
	.m-r-30 {
		margin-right: 30px;
	}
	.m-l-30 {
		margin-left: 30px;
	}

	.float-r {
		float: right;
	}

	.float-l {
		float: left;
	}
	.scr-desktop-align-left {
		text-align: left;
	}

	.scr-desktop-align-right {
		text-align: right;
	}
	.vertical-align {
		-webkit-flex: 1;
		-ms-flex: 1;
	  display: flex;
	  align-items: center;
		-webkit-align-items: center;
	}
}
@media screen and (max-width: 782px) {

	.screen-small-m-t-xs {
		margin-top: 20px;
	}
	.screen-small-m-t-m {
		margin-top: 40px;
	}
	.screen-small-m-t-l {
		margin-top: 60px;
	}
	.screen-small-align-center {
		text-align: center;
	}
	.container {
		padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
	}
	.joystream-fold {
		height: 568px!important;
	}
}

.logged-in .navbar-fixed-top {
	top: 32px;
}

.joystream-green {
	color: #01CDBF;
}
.joystream-red {
	color: #FF6868;
}
.joystream-blue {
	color: #5E8BD4;
}

.joystream-yellow {
	color: #EFCF76;
}
.joystream-grey {
	color: #F3F3F3;
}

.joystream-white {
	color: #fff;
}

.joystream-faded-green {
	color: #CDEFDF;
}

.navbar-links {
	float: left;
	margin-left: 50px;
	color: white;
	margin-top: 20px;
	font-weight: 700;

}

.navbar-download {
	margin-top: 10px;
	float: right;
	width: 140px;
	height: 40px;
	background: #FFFFFF;
	border: none;
	font-family: 'Signika', sans-serif;
	font-weight: 400;
	font-size: 12pt;
}
.navbar-download a {
	color: 60C6C8;
}
.joystream-fold {
	height: 700px;
	background-image: -webkit-linear-gradient(#B5EABC 0%, #00CCBF 100%);
	background-image: -o-linear-gradient(#B5EABC 0%, #00CCBF 100%);
	background-image: linear-gradient(#B5EABC 0%, #00CCBF 100%);
 }

 .download-tabs {
	 background: #F3F3F3;
	 color: #585858;
	 height: 140px;
	 border: none;
	 width: 100%;
 }

 .download-tabs a:hover {
	 background: #01CDBF;
	 color: white;
 }


#button-get-in-touch {
	background: #585858;
	width: 140px;
	height: 40px;
	color: #FFFFFF;
	border: none;
}


.round-corners {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.hover-green:hover{
	background: #01CDBF;
	color: white;
}

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

	.align-right {
		text-align: right;
	}

	.align-center {
		text-align: center;
	}

		.align-vert {
			vertical-align: middle;
		}

	.m-t-xxs {
		margin-top: 10px;
	}

	.m-t-xs {
		margin-top: 20px;
	}

	.m-t-m {
		margin-top: 40px;
	}

	.m-t-l {
		margin-top: 60px;
	}
	.m-t-xl {
		margin-top: 80px;
	}
	.m-l-s {
		margin-left: 30px;
	}
	.m-l-m {
		margin-left: 40px;
	}
	.m-r-m {
		margin-right: 40px;
	}
	.m-b-m {
		margin-bottom: 40px;
	}
	.m-b-xl {
		margin-bottom: 110px;
	}

	.m-tr-xs {
		margin: 20px 20px 0 0;
	}

	.img-l {
		width: 60px;
		height: 60px;
	}

 .download-email-button {
	background: #01CDBF!important;
	border-radius: 3px;
	color: #FFFFFF !important;
	border: none;
	width: 240px;
	height: 60px;
 }

 .download-form input {
	background: #F3F3F3;
	color: #585858;
	border: none;
	width: 240px;
	height: 60px;
 }

.download-form input[type=text] {
	margin-left: 20px;
	font-family: "Signika", sans-serif;
}

#mailinglist form input {
    background: #F3F3F3;
    color: #585858;
    border: none;
    width: 240px;
    height: 60px;
}

#mailinglist form input[type=text] {
    margin-left: 20px;
    font-family: "Signika", sans-serif;
}


	.footer-get-in-touch {
		background: #F3F3F3;
		height: 280px;
	}

.img-s {
	width: 80px;
	height: 80px;
}

.button-learn-more {
	border: 1px solid #fff !important;
	padding: 30px 30px 20px 20px;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	border-radius: 6px;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	height: 2.85em;
	line-height: 2.95em;
	padding: 0 1.75em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.vertical-align-navbar {
	display: inline-block;
	float: none;
	vertical-align: top;
}


form input {
  text-align: center;
}

/* Additional emergency styling */


.visible-xs-block img {
width: 25%;
}

.torrents-topheading {
  height: 100px;
  background-color: #01CDBF;
}

.torrents-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 10px;
}

.torrents-table a {
	color: black;
}

.torrents-table a:visited {
	color: black;
}


.torrents-heading {
  background-color: #EFCF76;
  height: 40px;
}

.p-l-10 {
	padding-left: 10px;
}
