// These styles are meant to work in a Bootstrap environment
// Note: The styles act just as a minor demo and are far from perfect. You can base your styles upon this file.

.tx-sgnews-tab-title {
	padding: 10px 0;
	font-size: 22px;
	display: none;

	.noJs & {
		display: block;
	}
}

.tx-sgnews .tabs-menu-button {
	display: none;

	.noJs & {
		display: block;
	}
}

.tx-sgnews-list {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;

	&::before,
	&::after {
		display: none;
	}

	li {
		margin-bottom: 30px;
		display: flex;
		flex-direction: column;
	}

	a {
		text-decoration: none;
		display: flex;
		flex-direction: column;
		flex-grow: 1;
	}
}

.tx-sgnews-teaser-description {
	color: $gray-dark;
}

.tx-sgnews-categories,
.tx-sgnews-overview {
	.tx-sgnews-teaser-image {
		overflow: hidden;
		background: #FFF;
		border-bottom: 1px solid #D9D9D9;
		text-align: center;
		min-height: 215px;

		img {
			max-height: 200px;
			width: auto;
			border: 1px solid $nav-tabs-border-color;
		}
	}

	.tx-sgnews-teaser-title h2 {
		margin: 0 0 10px;
		font-size: 22px;
	}

	.tx-sgnews-teaser-image-stretched {
		padding: 0;
		background-size: cover;
		background-position: center;
	}

	.tx-sgnews-teaser-inner,
	.tx-sgnews-teaser-meta {
		padding: 18px 18px 6px;
		border: 1px solid $nav-tabs-border-color;
		border-top: 0;
	}

	.tx-sgnews-teaser-inner {

		h2,
		.tx-sgnews-readmore {
			color: #000;
		}
	}

	.tx-sgnews-teaser-meta {
		padding-top: 10px;
		padding-bottom: 10px;
		background: $gray-dark;
		color: #FFF;
		border-color: $gray-dark;
		font-size: 14px;

		span {
			margin: 0 4px 0 0;
			display: inline-block;

			&:before {
				margin: 0 4px 0 0;
				content: '|';
			}

			&:first-child:before {
				display: none;
			}
		}
	}

	.tx-sgnews-list .tx-sgnews-teaser-inner {
		flex-grow: 1;
		display: flex;
		flex-direction: column;
	}

	.tx-sgnews-list .tx-sgnews-teaser-description {
		flex-grow: 1;
	}

	.tx-sgnews-category-title {
		margin-bottom: 30px;
		border-bottom: 1px solid $nav-tabs-border-color;
	}
}

.tx-sgnews-single-header {
	padding: 10px 0 20px;
	position: relative;

	a {
		color: #FFF;
	}
}

.tx-sgnews-single-image {
	img {
		display: none;
	}
}

@media (min-width: $screen-md-min) {

	.tx-sgnews-single-header-image {
		padding: 0 !important;

		.tx-sgnews-single-header-content {
			position: absolute;
			z-index: 1;
			left: 0;
			right: 0;
			bottom: 0;
			top: 50%;
			transform: translateY(-50%);
		}

		.tx-sgnews-single-image {
			width: 100%;
			height: 100%;
			position: relative;
			z-index: 0;

			&:before {
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				content: '';
				background: rgba(0, 0, 0, .5);
				z-index: 0;
			}

			img {
				width: 100%;
				height: auto;
				display: block;
			}
		}
	}
}

.tx-sgnews-footer-browser-previous {
	margin-bottom: 20px;
	padding: 10px 14px;
	display: block;

	@media (min-width: $screen-sm-min) {
		margin: 0;
		float: left;
		display: inline-block;
	}

	svg {
		margin-right: 5px;
		display: inline-block;
		height: 18px;
		width: auto;
		vertical-align: middle;
		transform: translateY(-1px);
	}
}

.tx-sgnews-footer-browser-next {
	padding: 10px 14px;
	display: block;

	@media (min-width: $screen-sm-min) {
		margin: 0;
		float: right;
		display: inline-block;
	}

	svg {
		margin-left: 5px;
		display: inline-block;
		height: 18px;
		width: auto;
		vertical-align: middle;
		transform: translateY(-1px);
	}
}

.tx-sgnews-single-footer {
	@include clearfix;
}

.tx-sgnews-single-content {
	margin-bottom: 25px;
}

.tx-sgnews-categories-tabmenu-outer a {
	text-decoration: none;
}

.hide_initally {
	display: none;
}

.tx-sgnews-comments-item {
	margin-bottom: 40px;

	&.first-comment {
		margin-top: 40px;
	}

	.comment-image {
		float: left;
		width: 80px;

		img {
			width: 80px;
		}
	}

	.comment-text {
		padding: 0 0 0 20px;
		float: left;
		width: calc(100% - 100px);
	}

	@media (min-width: $screen-md-min) {
		.comment-image {
			width: 150px;

			img {
				width: 150px;
			}
		}

		.comment-text {
			width: calc(100% - 150px);
		}
	}

	h3 {
		margin-top: 0;
	}

	.date {
		padding: 0 0 10px;
		display: block;
		color: lighten(#000, 40%);
	}

	.clear {
		clear: both;
	}
}

.tx-sgnews-readmore {
	text-decoration: underline;
}

.typo3-messages {
	list-style: none;
}

.tx-sgnews-likes {
	text-align: right;
}

.tx-sgnews-number-of-likes .badge {
	margin-right: 10px;
}

.tx-sgnews-loading .fa {
	animation: tx-sgnews-loading 2s linear infinite;
}

@keyframes tx-sgnews-loading {
	100% {
		transform: rotate(360deg);
	}
}

.tx-sgnews-meta-bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

	.btn {
		border-radius: 0;
		height: 35px;
	}

	.tx-sgnews-likes {
		margin-left: 10px;
	}

	.sharer-container {
		flex-grow: 1;
	}
}

.tx-sgnews-teaser-meta {
	.likes {
		margin-right: -4px !important;
		display: inline-block;
		float: right;

		&::before {
			display: none;
		}
	}
}

.tx-sgnews-filter-bar {
	margin: 25px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;

	.form-control {
		display: inline-block;
		width: 200px;
		margin-right: 20px;
	}

	label {
		margin-right: 15px;
	}
}