/*
  Theme Name: Looper
  Theme URI: https://wpdevshed.com/themes/looper
  Author: WP Dev Shed
  Author URI: http://wpdevshed.com/
  Text Domain: looper
  Domain Path: /inc/translation
  Description: Looper is a simple, bold and modern blogging theme with an aesthetic suitable for gaming, media or personal blogs. The default home page features a hero post above a regular masonery post layout and right hand sidebar. The Customizer offers total control of the color scheme so you can make it your own.
  Version: 1.0.8
  Requires at least: 5.0
  Tested up to: 5.4
  Requires PHP: 7.0
  License: GNU General
  Public License v2.0
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Tags: custom-menu, sticky-post, translation-ready, full-width-template, one-column, custom-background, custom-colors, custom-logo, featured-images
*/

/*******************************************************************************************/

#site-header {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
	padding: 10px 0 !important;
	width: 100%;
	z-index: 2;
}

.entry-title {
	display: none;
}

#site-header .navbar-default {
	padding: 0 !important;
}

#masonry > div {
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
}

footer.footer .footer-copyright {
	background-color: #1b1e28;
}

.home-masonry-item {
	position: relative;
	overflow: hidden;
	padding: 0 !important;
	border: 1px solid #101625;
	background-color: #010617 !important;
	border-radius: 8px;
}
.home-masonry-item img {
	transition: all 0.5s;
	aspect-ratio: 9/6;
	object-fit: cover;
}
.home-masonry-item:hover img {
	filter: blur(2px);
}
.home-masonry-item:hover .home-masonry-title-wrapper {
	transform: translateY(0rem);
}
.home-masonry-item .featured-img {
	position: relative;
	opacity: 100% !important;
}
.home-masonry-title-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: grid;
	place-items: center;
	padding: 0 6px;
	transform: translateY(30rem);
	transition: transform 0.5s;
	background: rgba(20, 20, 20, 0.5);
	z-index: 4;
}

.home-masonry-title-wrapper h2 {
	color: #fff !important;
	font-size: 20px;
	text-align: center;
	margin-bottom: 4px !important;
}

.home-masonry-title-wrapper h6 {
	font-size: 12px;
	color: #8987a0;
	text-align: center;
	margin: 0 !important;
	font-weight: 400;
}

.home-masonry-title {
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 0;
}

.download-counter-buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 4px;
	padding: 10px;
}

.download-counter-buttons > div {
	width: 50%;
}
.download-counter-buttons a {
	width: 100%;
	display: inline-block;
	color: white;
	text-decoration: none;
	border: 2px solid transparent;
	/* background: #5a8d1b; */
	font-weight: 600;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	white-space: nowrap;
	border-radius: 5px;
}

.download-counter-buttons > div:last-child a {
	/* background: rgba(84, 219, 30, 0.2); */
	/* border-color: #5a8d1b; */
}

.download-counter-buttons a > span {
	font-size: 8px;
}

.download-counter-buttons div > span {
	font-size: 10px;
	display: block;
	opacity: 0.8;
	text-transform: uppercase;
}
.download-counter-buttons div > span strong {
	/* color: #5a8d1b; */
}

.content-single-buttons {
	max-width: 400px;
	margin: 0 auto;
}

.content-single-buttons a {
	font-size: 14px;
	padding: 3px 6px;
	text-align: center;
	border-radius: 6px;
}
.content-single-buttons .download-counter-buttons {
	gap: 6px;
}
.content-single-buttons .download-counter-buttons > div {
	display: flex;
	flex-direction: column;
	align-items: center;
}


@media only screen and (max-width: 767px) {
	.navbar-default .navbar-nav li a {
		font-size: 12px;
	}

	.home-masonry-title-wrapper {
		display: none !important;
	}

	#masonry {
		padding-bottom: 0;
	}

	.navbar-collapse {
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		z-index: 2;
	}

	.navbar-collapse ul {
		padding: 5px 10px !important;
	}
}
