/*
Template: sela
Theme Name: sela-child
*/

/* Site Header */
.site-branding{
	height: 50px;
	padding: 0;
}
.site-logo {
    float: left;
	margin-top: 0.6667em;
	padding-right: 4.661%;
	padding-left: 4.661%;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
Discography
--------------------------------------------------------------*/
.sidebar {
	overflow: hidden;
  float: right;
  width: 30%;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7143;
	margin-bottom: 2.5714em;
}

.discography{
  margin-bottom: 50px;
  overflow: hidden;
  clear: both;
}

.discography-title {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.7143;
	margin-bottom: 0.857em;
	text-align: center;
	text-transform: none;
}

.discography-main {
  float: left;
  margin: 0;
	padding: 0 0 0 146px;
}

.post{
  overflow: hidden;
  clear: both;
  margin-bottom: 10px
}
.block{
  width: 50%;
  height: 180px;
  float: left;
  overflow: hidden;
}
.image{
  width: 160px;
  height: 150px
}
.title{
  width: 160px;
  height: auto;
  font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.5;
}
.top{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.return{
  float: right
}

@media screen and (max-width: 768px) {
.site-logo {
    float: none;
}
.discography-main {
  width: 100%;
  margin: 0 0 50px 0;
  padding: 0;
}
.discography {
  clear: both
}
.sidebar{
  width: 100%;
  position:relative;
}
.block{
  width: 50%;
  height: 180px;
  float: left;
  overflow: hidden;
}
.image{
  width: 160px;
  height: 150px
}
.title{
  width: 160px;
  height: auto;
  font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.5;
}
.return{
  position:absolute;
  right: 0;
  bottom:0;
  float: right;
}
}