@import url('https://fonts.googleapis.com/css?family=Fira+Sans');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700');

body {
	font-family: 'Noto Sans', sans-serif;
	font-size: 15px;
	background-color: #f9f9f9;
}

div.site-title {
	/* font-family: 'Fira Sans', sans-serif; */
	/* font-weight: 600; */
	/* font-size: 35px; */
	color: #000000;
	padding: 0;
}

site-subtitle {
	font-family: 'Fira Sans', sans-serif;
	color: rgba(0,0,0,.54);
	font-size: 16px;
}

div.page-title {
	width: 100%;
	text-align: left;
	margin: 50px auto;
}

div.page-title h2 {
	font-weight: bold;
}

div.content {
	background: #fff;
	padding: 30px;
}

div.site-title-wrapper {
	width: 100%;
	text-align: center;
	margin: 20px 0 20px 0;
}

div.bottom-border {
	margin: 0 30px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

nav.main-navigation {
	box-shadow: 0 1px 4px rgba(0,0,0,.15);
}

li.nav-item a {
	color: #000000;
	/* font-weight: bold; */
	/* text-transform: uppercase; */
}

div.primary {
	width: 100%;
	margin: 0 20px 0 20px;
	padding-left: 15px;
	padding-right: 15px;
}

div.primary {
	max-width: 1000px;
	width: 100%;
	margin: auto;
}

div.item-grid {
	display: grid;
	grid-column-gap: 2em;
	grid-template-columns: 1fr 1fr 1fr;
}

div.post-grid-item {
	max-width: 270px;
	min-width: 270px;
}

div.post-thumbnail-grid {
    position: relative;
    display: block;
    line-height: 0px;
    background: #f8f8f8;
    z-index: 2;
    /* max-width: 250px; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    background-position: 50% 50%;
    background-origin: border-box;
    background-size: cover;
    width: 100%;
    height: 170px;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.8)
}

.post-title,
{
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}

.magazine-name
{
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}


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

a.post-title:hover,
a.post-title:visited,
{
	color: #000000;
	text-decoration: none;
}

.subscribed-channel-name {
	display: inline-block;
	margin: 0 0.334em 0.667em 0;
	padding: 0.5em 0.7em;
	background: rgba(0, 0, 0, 0.05);
	border: none;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.7);
	border-radius: 5px;
	transition: all ease 0.3s;
	box-sizing: border-box;	
}

.icon-button {
	color: #000;
}

.icon-button:hover {
	transform: scale(1.2);
	cursor: pointer;
}

.notification {
	padding: 15px;
	box-sizing: border-box;
	margin: 10px 0;
	overflow: auto;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	width: 100%;
}

.notification-error {
	background: #FFD3D3;
	border: 1px solid #ff8686;
	color: #d30000;
}

.slack-article-preview {
	margin-left: 30px;
	padding-left: 15px;
	border-left: 3px solid #e8e8e8;
	max-width: 600px;
}

.slack-article-preview a {
	color: #0576b9;
}

div.post-thumbnail {
	position: relative;
	display: block;
	margin-bottom: 1em;
	line-height: 0px;
	background: #f8f8f8;
	z-index: 2;
	background-position: 50% 50%;
	background-origin: border-box;
	background-size: cover;
	max-width: 300px;
	height: 170px;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.8)
}

i.unmask-password {
	padding: 9px 10px;
	font-size: large;
}

div.date-display-line {
	height: 20px;
	text-align: center;
}

div.horizontal-line {
	height: 20px;
}

div.post-date-display {
	display: inline-block;
	background-color: #fff;
	transform: translateY(-30px);
	padding: 0 10px;
}


/* Format bootstrap-multiselect dropdown */
.dropdown-menu label.radio input[type=radio]{
    visibility: hidden;
}

.dropdown-menu label.radio{
    padding-left:10px;
}

.multiselect-container {
	/* width: 100%; */
}

button.multiselect {
	border: 1px solid gray;
	/* width: 300px; */
}

.time-input-field {
	display: inline;
	width: 60px;
}

.subscription-subtitle-text {
	line-height: 18px;
}

.subscription-subtitle-text .larger {
	font-size: 18px;
	font-weight: bold;
	color: orange;
}

.channel-name {
	color: orange;
}

.magazine-background-header {
	width: 100%;
	height: 500px;
	background-position: 50% 50%;
	background-origin: border-box;
	background-size: cover;
	position: absolute;
	z-index: -100;
	opacity: 0.8;
}

a.subscribe-link:hover {
	text-decoration: none;
}


/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

@media (min-width: 0px) {
	div.item-grid {
		display: grid;
		grid-column-gap: 2em;
		grid-template-columns: 1fr;
	}

	div.post-grid-item {
		margin-left: auto;
		margin-right: auto;
	}

	.slack-article-preview {
		margin-left: 0;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	div.item-grid {
		grid-template-columns: 1fr;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	div.item-grid {
		grid-template-columns: 1fr 1fr;
	}

	.slack-article-preview {
		margin-left: 30px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	div.item-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	div.content {
		max-width: 1200px;
	}
}

.logo-icon {
	height: 50px;
	padding-bottom: 4px;
}

#site-navigation .navbar-brand {
  color: #222222;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
  font-size: 32px;
  font-weight: 500;
}

.install-count {
	font-size: 28px;
	color: #57aadb;
}

