/*----------------------------------------------------------------
Project     :   Taraba-Etnografski Theme
Version     :   2.0
-------------------------------------------------------------------*/ /*
[Table of contents]

1.Base CSS
2.Site Preloader
3.Section Title
4.Home

-------------------------------------------------------------------*/

/*====================================================================
    Base CSS
======================================================================*/
.ei-card {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.ei-button {
    padding: 12px 30px;
    margin: 10px 0;
    background-color: #c9874f;
    border: 0 none;
    color: #fff;
    font-size: 22px;
    width: 200px;
    height: 50px;
    line-height: 50px;
}
.ei-button:hover {
    background-color: #fff;
    color: #c9874f;
    border: 1px solid #c9874f;
}
.ei-button2 {
    width: 120px;
    background-color: #c9874f;
    color: #fff;
    font-size: 15px;
    height: 40px;
    border-radius: 3px;
    border: 2px solid #fff;
    margin-right: 10px;
    outline: none;
}





/*====================================================================
    Home
======================================================================*/

/*Slider*/

#slider .item {
    height: 100%;
}
#slider .item img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 600px;
    max-width: 1920px;
}
#slider .owl-nav div {
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    height: 50px;
    left: 20px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 45px;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align:center;
}
#slider .owl-nav div:hover,
.owl-nav div:hover,
.owl-nav div:hover {
    background-color: rgba(0, 0, 0, 0.8)
}
#slider .owl-nav .owl-next,
.portfolio-slide .owl-nav .owl-next {
    right: 20px;
    left: auto
}
#slider .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px
}
#slider .owl-dot {
    border: 2px solid #c9874f;
    height: 8px;
    width: 24px;
    margin: 0 4px;
    display: inline-block
}
#slider .owl-dot.active {
    background-color: #c9874f;
}

/*====================================================================
    Researchers
======================================================================*/
.team-wrap {
    padding: 80px 0 0 0;
}
.single-researcher {
    margin-bottom: 30px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    height: fit-content;
}
.single-researcher .avatar img {
    width: 100%;
}
.single-researcher .content {
    text-align: center;
    padding: 10px 5px;
    min-height: 130px;
}
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .single-researcher .content {
        text-align: center;
        padding: 10px 5px;
        min-height: 150px;
       
    }
 }
.single-researcher .content h3 {
    font-size: 22px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 5px;
    font-family: sans-serif;
}
.single-researcher .content span {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #777;
}
/*====================================================================
    Researcher Page
======================================================================*/
.person-wrapper {
    margin-top: 50px;
    margin-bottom: 80px;
}
.person-heading {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.person-heading .avatar {
    padding: 0;
    /*height: 100%;*/
}

.person-heading .avatar img {
    width: 100%;
}
.person-heading p {
    font-size: 18px;
    line-height: 26px;
    color: #777;
}
@media only screen and (min-width: 362px) {
    .person-heading .avatar {
        text-align: center;
    }
    .person-heading .avatar img {
        width: 60%;
    }
}
@media only screen and (min-width: 992px) {
    .person-heading .avatar {
        text-align: unset;
        height: 400px;
    }
    .person-heading .avatar img {
        height: 100%;
        width: auto;
    }

    .person-heading .person-content {
        margin-left: 30px;
        margin-top: 25px;
        min-height: 372px;
    }
}
.person-heading .person-content h1 {
    margin-bottom: 20px;
}
.person-heading .person-content span {
    margin-bottom: 0;
    color: #c9874f;
    font-weight: 500;
}
.person-heading .person-contact-info p {
    display: inline-block;
    margin-right: 38px;
}
.person-heading .person-contact-info p span {
    color: #c9874f;
    font-weight: 500;
}
.person-heading .person-content .person-contact-info p span i {
    font-size: 15px;
    margin-right: 10px;
}
.person-heading .person-content .person-menu {
    padding-bottom: 20px;
}
.person-heading .person-content .person-menu button {
    width: 200px;
    background-color: #c9874f;
    color: #fff;
    font-size: 18px;
    height: 50px;
    border-radius: 3px;
    border: 2px solid #fff;
}
.person-heading .person-content .person-menu button:focus {
    outline:0;
}
.person-heading .person-content .person-menu button.active {
    background-color: #fff;
    color: #c9874f;
    border: 2px solid #c9874f;
    font-size: 20px;
}
.person-heading .person-content .person-menu .filters-button-group {
    margin-bottom: 30px;
}
/*Person data*/
.person-data {
    margin-top: 50px;
    text-align: left;
}
.person-data .person-grid {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    padding: 10px;
    /*text-align: justify;*/
}
.person-data p,
.person-data li {
    font-size: 18px;
    line-height: 30px;
    color: #777;
}
.person-data .biography,
.person-data .bibliography {
    max-width: 99%;
}
@media only screen and (min-width: 992px) {
    .person-data .biography,
    .person-data .bibliography {
        padding: 30px;
    }
}

.person-data ul {
    list-style-type: disc;
    padding-left: 40px;
}
.person-data ol {
    padding-left: 40px;
}

/*====================================================================
    Activities
======================================================================*/
.ei-conf {
    border: 1px solid rgba(0, 0, 0, 0.07);
    padding: 0;
    margin-bottom: 30px;
    transition: .3s ease-in;
    height: 100px;
}
.ei-conf:hover .data{
    color: #c9874f;
}
.ei-conf:hover {
    background-color: #f7f7f7;
}
.ei-conf img {
    height: 100px;
}
.ei-conf > .data {
    padding-top: 15px;
}
.ei-conf p {
    color: #777;
}
.projects ul {
    list-style-type: disc;
    padding-left: 40px;
}
.panel ul {
    list-style-type: disc;
    padding-left: 40px;
}

/*====================================================================
    Editions / Books
======================================================================*/
.books-wrap {
    padding: 50px 0 100px 0;
}
.books-wrap .col-md-6 {
    padding: 15px;
    border-bottom: 1px solid black;
    margin-bottom: 37px;
}
@media only screen and (min-width: 360px) {
    .books-wrap .col-md-6 {
        border-bottom: none;
        margin-bottom: 0;
    }
}
.books-wrap form {
    padding: 15px;
}
.books-wrap input.search {
    width: 290px;
    height: 40px;
    border: 1px solid #c9874f;
    outline: none;
    padding-left: 15px;
    font-size: 16px;

}
.books-wrap form button {
    margin-left: 10px;
    width: 48px;
    height: 40px;
    padding: 0;
    background-color: #c9874f;
    border: 1px solid #c9874f;
    font-size: 18px;
    color: #fff;
}
.books-wrap .book .book-cover  {
    width: 200px;
    height: 300px;
    overflow: hidden;
}
.books-wrap .book .book-cover img {
    position: relative;
    left: 50%;
    transform: translateX(-47%);
}
.books-wrap .book .book-info {
    padding: 20px;
    height: 100%;
}
@media only screen and (min-width: 360px) {
    .books-wrap .book {
        height: 600px;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    }
    .books-wrap .book img {
        width: auto;
        height: 100%;
    }
    .books-wrap .book .book-info {
        height: 300px;
    }
}
@media only screen and (min-width: 768px) {
    .books-wrap .book {
        height: 300px;
    }
    .books-wrap .book img {
        margin: 0;
    }
    .book-info {
        box-shadow: none;
    }
}
.books-wrap .book .col-md-5 {
    text-align: left;
    padding-left: 0;
    padding-top: 0;
}
.books-wrap .book .book-info p {
    font-size: 16px;
}
.books-wrap .book .book-info a {
    font-size: 20px;
    color: #c9874f;
}
.books-wrap .book .book-info .buttons {
    position: absolute;
    bottom: 20px;
}
.books-wrap .book .book-info button {
    width: 120px;
    background-color: #c9874f;
    color: #fff;
    font-size: 15px;
    height: 40px;
    border-radius: 3px;
    border: 2px solid #fff;
    margin-right: 10px;
    outline: none;
}

/**Single book*/
.publication-wrap {
    padding: 60px 0;
}
.publication .cover {
    padding: 0;
}
.publication .cover img {
    width: 100%;
}
.publication .info {
    padding: 20px 30px 20px 30px;
}
.publication .info h1 {
    font-size: 20px;
}
.publication .summary {
    padding: 20px 30px 20px 30px;
    color: black;
    border-left: 1px solid #EFF2F6;
}
.publication-wrap .description {
    margin-top: 40px;
    padding: 30px;
}
@media only screen and (min-width: 400px) {
    .publication .cover img {
        height: 100%;
        width: auto;
    }
}
@media only screen and (min-width: 768px) {
    .publication {
        height: 600px;
    }
}
@media only screen and (min-width: 991px) {
    .publication,
    .publication .cover {
        height: 300px;
    }
    .publication .info {
        padding-left: 60px;
    }
}
.publication-wrap table td {
    font-size: 16px;
    color: #777;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 15px;
}


footer p {
    font-size: 16px;
    color: #fff;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 15px;
}
.blog-sidebar li {
    font-size: 16px;
    color: #777;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 15px;
}
