/*
 Theme Name:   weidenholzer.eu
 Theme URI:    https://blog.jiaa.io
 Description:  Theme for weidenholzer.eu
 Author:       Michael Goldbeck
 Author URI:   http://jiaa.io
 Template:     rams
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  jiaa
*/


/**
 * Logo
 */
 
.logo {
  display: flex;
  justify-content: center;
}


/**
 * Sidebar
 */
 
.sidebar {
	background: rgba(223,32,42,1) !important;
	background: -moz-linear-gradient(-45deg, rgba(223,32,42,1) 0%, rgba(236,122,126,1) 100%) !important;
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(223,32,42,1)), color-stop(100%, rgba(236,122,126,1))) !important;
	background: -webkit-linear-gradient(-45deg, rgba(223,32,42,1) 0%, rgba(236,122,126,1) 100%) !important;
	background: -o-linear-gradient(-45deg, rgba(223,32,42,1) 0%, rgba(236,122,126,1) 100%) !important;
	background: -ms-linear-gradient(-45deg, rgba(223,32,42,1) 0%, rgba(236,122,126,1) 100%) !important;
	background: linear-gradient(135deg, rgba(223,32,42,1) 0%, rgba(236,122,126,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df202a', endColorstr='#ec7a7e', GradientType=1 ) !important;
}

.sidebar-inner {
	justify-content: start;
}


/**
 * Sidebar menu
 */

ul.main-menu {
	margin: 0;
}

.main-menu li {
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,.15);
	padding-bottom: 15px;
	list-style-type: none;
	margin: 15px 0 0 0;
	width: 100%;
}

.main-menu > li:first-child {
	margin-top: 30px;
}

.main-menu > li:last-child {
	border-bottom: none;
}

.credits {
	bottom: 1% !important;
	text-align: center !important;
	right: 0;
	left: 0;
	position: absolute;
}

li.highlighted {
  background-color: rgba(255,255,255,.85);
  border-radius: 2px;
	padding: 10px 0 10px 0;
	text-align: center !important; 
}

li.highlighted a {
  color: #dd3333 !important;
}

li.facebook {
  background-color: rgba(59,89,152,100);
  border-radius: 2px;
	padding: 10px 0 10px 0;
  text-align: center !important; 
}

li.facebook a {
  color: white !important;
}

li.twitter {
  background-color: rgba(29,161,242,100);
  border-radius: 2px;
	padding: 10px 0 10px 0;
	text-align: center !important; 
}

li.twitter a {
  color: white !important;
}



/**
 * Posts
 */
 
.post-meta {
	display: none;
}
 

/**
 * Related posts
 */
#related_posts_thumbnails {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	list-style: none;
	margin:0;
	padding:0;
}

#related_posts_thumbnails li {
	display: flex;
	flex-direction: column;
	margin:5px 0 5px 0;
	max-width: 30%;
}

#related_posts_thumbnails li a {
	border-bottom: none;
}

#related_posts_thumbnails img {
	max-width: 200px;
}

#related_posts_thumbnails span {
	font-family: 'Montserrat', sans-serif;
	font-size: .7em;
}

#related_posts_thumbnails a {
	line-height: 1;
}

 
 
 
 
 
/**
 * On small devices
 */
 
@media (max-width: 930px) {
	.logo {
		margin: 0;
		max-width: 60px;
	}

	.nav-toggle,
       	.nav-toggle:hover {
		background: none;
	}

	ul.mobile-menu {
		margin: 0;	
	}

	li.menu-item {
		list-style-type: none;
		margin-left: 0;
	}

	.sidebar-inner {
		align-items: center;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.sidebar-inner br,
       	.sidebar-inner .clear {
		display: none;
	}

	.credits {
		display: none;
	}

	#related_posts_thumbnails {
		display: none;
	}
}
