
h1 {
	font-family: inherit;
	font-weight: bold;
	font-size: 26px;
	/* color: #66b22d; */
	color: #000000;
	padding-top: 5px;
    margin: 0;
	text-align: center;
}

h2 {
	font-weight: bold;
	color: #66b22d;
	margin: 0 0 10px 0;
	padding-top: 10px;
}

div.espaziadorea {
    z-index: -10;
    padding-top: 160px;
    margin-top: -160px;
}

.kabezera {
	margin-top: 50px;
}

div.burukoa {

}

div.burukoa p {
    font-family: inherit;
    font-weight: bold;
    font-size: 26px;
    color: #66b22d;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

div.burukoa p em {
    color: black;
}


.esteka-zerrenda {

}

span.etiketa{
    width: 35px;
    font-weight: 500;
    color: #777777;
    display: inline-block;
}

div.biografia-blokea p {
	padding: 0 15px 12px 0;
	font-size: 15px;
    font-weight: 300;
	text-align: justify;
    line-height: 1.2;
}

div.biografia-blokea img {
    padding: 3px;
    border-radius: 30px;
    max-height: 125px;
}

div.argazkia {
    float: right;
    border: 1px solid #c6c6c6;
    margin: 0 0 15px 15px;
}

div.biografia-blokea em, div.biografia-blokea i {
	font-style: italic; 
}

div.biografia-blokea strong, div.biografia-blokea b {
	font-weight: 550;
}

ul.liburu_lista {
  list-style: none;
  list-style-type: none;
  padding: 0;
  z-index: 200;
}

ul.liburu_lista li {
    display: block;
    padding-left: 1.3em;
}

ul.liburu_lista li:before {
  content: "\f054"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  font-size: 10px;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

ul.liburu_lista li a {
    font-size: 14px;
    z-index: 10;
}

ul.liburu_lista li a:hover {
    color: rgb(102, 178, 45);
}

div.biografia {
	padding-top: 15px;
}

div.biografia p br {
	line-height: 150%;
}

header {
	position: fixed;
	width: 100%;
	background-color: white;
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    overflow-x: hidden; /* Disable horizontal scroll */
    overflow-y: hidden; /* Disable horizontal scroll */
}

/* Side bar eta kabezera fixed jarri. Mediaqueriak manipulatu */

aside {
    /* height: 400px; /* Full-height: remove this if you want "auto" height */
    width: 25%; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    overflow-x: hidden; /* Disable horizontal scroll */
    margin-top: 160px;
    margin-left: 30px;
    padding-top: 20px;
    padding-left: 40px;
}

div.content {
	margin-top: 160px;
	margin-left: 25%; /* Same as the width of the sidebar */
    padding: 0px 10px;
}

.sidebar {
    border: none;
}

/* eliburutegiko liburuen blokea */

.home__featured {
    padding: 3px; 24px;
}

.article-header {
    margin: 12px 0;
}

ul.bookshelf li {
    padding: 5px;
    margin-bottom: 10px;
    height: 150px;
}

.book {
    border: 1px solid #e6e6e6;
    display: block;
    width: 100%;
}

.book_wrapper {
    padding-right: 10px;
}

.book__title {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 4px;
    text-overflow: initial;
    white-space: normal;
}

.book__author {
    font-size: 16px;
    text-overflow: initial;
    white-space: normal;
    padding-bottom: 10px;
}


.book__cover {
    border-right: 1px solid #e6e6e6;
    float: left;
    height: 140px;
    width: 100px
}

.book__description {
    margin-left: 100px;
    padding: 12px;
    position: relative;
}


/* Media query-ak */

@media (max-width: 1024px) {
    aside {
        position: relative;
        width: 95%;
        padding: 20px 0 0 0;
        margin-top: 80px;
    }
    .sidebar {
        width: 95%;
        padding: 0;
        overflow-x: hidden;
    }
    div.content {
        margin-top: 0px;
        margin-left: 25px;
        padding: 0px 10px;
        overflow-x: hidden;
    }
    .filter__toggle:after {
        font-family: 'eliburutegia';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        content: "\e601";
        position: absolute;
        right: 12px;
        top: 16px;
    }
    div.espaziadorea {
        z-index: -10;
        padding-top: 80px;
        margin-top: -80px;
    }

    div.burukoa p {
        font-family: inherit;
        font-weight: bold;
        font-size: 15px;
        color: white;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
    }

    div.burukoa p span {
        visibility: hidden;
    }
    div.burukoa p em {
        color: white;
    }

    .search-toggle__box {
        visibility: hidden;
    }

}

@media (max-width: 500px) {
    aside {
        position: relative;
        height: 100%
        background-color: red;
    }
}


/* Return to top */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
