/*===============
Search
===============*/
select,.d-lg-none {
    display: none;
}
#popup-search input[type="button"] {
    top: 0;
    margin: 0;
}
#top-header {
    height: 82vh;
    background: url(../images/banner.webp) left center;
}
input.search-field {
    border: 0;
    width: 825px;
    line-height: 30px;
    margin-top: 7px;
    padding-right: 1em;
    vertical-align: sub;
    font-size: 20px;
    outline: none;
    letter-spacing: 4px;
    max-width: 90%;
    padding-left: 2em;
}
.search-subject, .search-format {
    float: left;
    width: 375px;
    max-width: 48%;
}
.search-format {
   float: right;
}
label {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}
.select2-selection__arrow::after {
    color: #0053a5;
    right: 20px;
}
.select2-container:nth-child(2)::after {
    display: none;
}
#advanced-search .search-subject,#advanced-search .search-publisher {
    padding: 8px 0;
}
#advanced-search .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
}
#advanced-search .select2-container--default .select2-selection--single {
    width: 100%;
}
#advanced-search .search-subject .select2-container--default .select2-selection--single .select2-selection__rendered,
#advanced-search .search-publisher .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}
#advanced-search .search-subject .select2-container,
#advanced-search .search-publisher .select2-container {
    width: 100%!important;
    border-bottom: none;
}
.select2-container {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 6px;
}
.search-form {
    top: 28%;
    transform: none
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #0053a5;
    background-color: transparent;
    border-bottom: 6px solid #0053a5;
}
.nav-pills>li>a {
    border-radius: 0;
    font-size: 21px;
    color: #000;
    -webkit-transition: width 0.1s; /* Safari prior 6.1 */
    transition: width 0.1s;
    letter-spacing: 2px;
    text-decoration: none;
}
.nav>li>a {
    padding: 10px 20px 5px;
}
.nav {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}
.nav>li>a:hover, .nav>li>a:focus {
    border-bottom: 6px solid #000;
    background-color: transparent;
}
.tab-content {
    padding-top: 35px;
}
.additional-fields {
    margin-top: 106px;
    float: left;
    width: 100%;
}
.select2-container--default .select2-selection--single {
    background-color: transparent;
    border-radius: 0;
    width: 340px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6a6a6a;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    letter-spacing: 3px;
}
.select2-results {
    margin-top: 0;
}
.advanced-search-term {
    background: #fff;
    box-shadow: 0 0 24px 10px #e4e4e4;
    float: left;
    width: 48%;
    margin-bottom: 20px;
    margin-right: 4%;
}
.advanced-search-term.even {
    margin-right: 0;
}
.advanced-search-term input {
    float: left;
    width: 100%;
    border: none;
    line-height: 50px;
    padding: 0 15px;
}
.search-checkbox {
    float: left;
    width: 80%;
    margin: 25px 0 0;
}
#advanced-search input[type="button"] {
    height: 60px;
    width: 75px;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.5s ease;
    transition: all 0.3s;
    background: #cf043a url(../images/search-icon.png) no-repeat center;
    color: #fff;
    font-size: 0;
    text-align: center;
    margin-top: 10px;
}
input[type="button"]:hover {
    -webkit-filter: grayscale(100%);
    transition: all 0.3s;
}
/* Create a custom checkbox */
.search-checkbox label {
    float: left;
    position: relative;
    width: 25%;
    padding-left: 35px;
    cursor: pointer;
}
/* Hide the browser's default checkbox */
.search-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    line-height: 25px;
}

/* On mouse-over, add a grey background color */
/*.container:hover input ~ .checkmark {
  background-color: #ccc;
}*/

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #0053a5;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.select2-results__option {
    width: 98%;
}
.select2-container--open .select2-dropdown--below {
    border-radius: 0;
}
/*===============
Filter
===============*/
section#filter {
    background: url(../images/filter-bg.jpg);
    float: left;
    width: 100%;
    background-size: cover;
}
.sort-option {
    background: url(../images/filter-bg-overlay.jpg);
    float: left;
    width: 24%;
    padding: 50px 1% 44px 5%;
}
section#filter .select2-container {
    max-width: 272px;
}
section#filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: -20px;
}
.sort-buttons {
    background: url(../images/filter-bg.jpg);
    float: left;
    width: 73%;
        padding: 45px 1% 40px 3%;
}
.select2-container--open .select2-dropdown--above {
    border-radius: 0;
}
section#filter  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    font-weight: 400;
}
section#filter .select2-selection__arrow::after {
    color: #fff;
}
section#filter .select2-container:nth-child(2)::after {
    display: none;
}
.vertical-seperator {
    background: #fff;
    height: 40px;
    width: 2px;
    display: inline-block;
    float: left;
    margin: 0 25px;
}
.sort-buttons button {
    background: none;
    border: none;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    outline: none;
    float: left;
    transition: all 0.3s;
    font-size: 18px;
    padding: 0;
}
.sort-buttons button.active {
    background: #fff;
    border: none;
    color: #000;
}
.sort-buttons button:hover {
    border: 1px solid #fff;
    font-size: 27px;
}
.sort-buttons button.button-all {
    width: auto;
    padding: 0 5px;
}
#button-sort {
    background: url(../images/a-to-z.png) no-repeat;
    width: 33px;
    height: 34px;
    border-radius: 0;
    border:none!important;
}
#button-sjr {
   background: url(../images/icons/sjr-asc.png) no-repeat;
   width: 51px;
   height: 34px;
   border-radius: 0;
   border:none!important;
}
.sort-buttons.scrolled {
    position: fixed;
    top: 10px;
    left: 10px;
    bottom: 100px;
}
.result-item-grid.scrolled {
    margin-left: 20%;
}
/*
===============
Result
===============
*/
.fav_red_az{
    position: absolute;
    z-index: 1;
}
.fav_red_az i{
    float: left;
    height: 96px;
    margin-right: 10px;
    padding-top: 37px;
    color: #54b8fc;
    font-size: 20px;
    /*-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;*/
    -webkit-animation: animateHeart 0.5s 2;
    animation: animateHeart 0.3s 1;
}
.fav_white_az{
    position: absolute;
    z-index: 1;
}
.fav_white_az i{
    float: left;
    height: 96px;
    margin-right: 10px;
    padding-top: 21px;
    color: #CDCDCD;
    font-size: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#result-items {
    display: flex;
    width: 100%;
    background: #f6f6f6;
    padding: 90px 0;
    position: relative;
}
#result-items::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 300px;
    width: 300px;
    background: url(../images/pattern.jpg) no-repeat;
}
#result-items::after {
    position: absolute;
    content: '';
    z-index: 1;
    background: url('../images/pattern.jpg') repeat;
    top: 300px;
    bottom: 300px;
    width: 300px;
    right: 0;
}
.result-item-title h2  {
    line-height: 36px;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    position: relative;
    padding-left: 30px;
}
.result-item-title h2:before  {
    position: absolute;
    left: -19px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #0053a5;
    content: '';
}
.result-item-title h2 a {
    color: #1d1d1d;
    font-size: 28px;
    line-height: 36px;
    text-transform: none;
    display: table-cell;
    font-family: 'AvenirLTStd-Medium';
    letter-spacing: 0px;
    word-spacing: 1px;
    vertical-align: middle;
}
.book-meta {
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 25px 47px;
    position: relative;
}
.full-width-box .book-meta {
    border-bottom: none;
}
.publisher img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 31px;
    border: 1px solid #959595;
    border-radius: 16px;
    background-color: #fff;
    padding:2px;
}
.book-stats {
    padding-left: 50px;
    position: relative;
    padding-top: 25px;
    /*padding-bottom: 30px;*/
    margin-bottom: 20px;
}
.hidden{
    display: none;
}
.book-stats span{
    position: absolute;
    left: 10px;
    top: 0px;
    font-size: 24px;
}
.book-stats span:hover{
    color: #fff;
}
.result-item-box .book-stats p {
    font-size: 18px;
}
.book-stats img {
    position: absolute;
    left: 10px;
    top: 36px;
    max-width: 31px;
}
.ranking_details span{
    font-family: 'AvenirLTStd-Black';
}
.result-item-box:hover img.has-more-subjects {
    display: none;
}
.result-item-box:hover img.has-more-subjects.d-none {
    display: block;
}
.author-name {
    padding: 25px 0 0 30px;
    background: url(../images/author-meta.png) no-repeat left top 30px;
}
.result-item-box:hover, .result-item-box:hover a, .result-item-box:hover p {
    color: #fff;
}
.result-item-box:hover .result-item-title h2:before {
    background: #fff;
}
.result-item-box p {
    font-family: 'AvenirLTStd-Medium';
    font-size: 16px;
    line-height: 36px;
}
.result-item-box p.sjr {
    font-family: 'AvenirLTStd-Black';
    font-size: 16px;
    line-height: 36px;
}
.result-item-box:hover .author-name {
    background-image: url(../images/author-meta-white.png);
}
.result-item-content {
    margin-top: 27px;
    float: left;
    width: 100%;
    position: relative;
}
.journal-logo {
    position: absolute;
    bottom: 25px;
    right: 30px;
    background: url(../images/icons/view-black.png) no-repeat left center;
    padding-left: 50px;
}
.result-item-box:hover .journal-logo {
    background-image: url(../images/icons/view-red.png);
}
.result-item-title h2 a:hover {
    text-decoration: none;
}
.result-item-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    z-index: 2;
    position: relative;
    margin-bottom: 35px;
}
.result-item-box {
    background-color: #fff;
    margin-bottom: 50px;
    margin-right: 2%;
    padding: 24px 40px 13px 19px;
    transition: all 0.6s;
    flex-basis: 49%;
    cursor: pointer;
    box-shadow: 0 0 24px 10px #e4e4e4;
}
.full-width-box .result-item-box {
    flex-basis: 100%;
    margin-right: 0;
}
.no-padding .result-item-box {
    padding: 0;
}
.result-item-box.even {
    margin-right: 0;
}
.result-item-box:hover {
    background: #0053a5;
    transition: all 0.6s;
}
.result-item-image {
    float: left;
    width: 23%;
}
.result-item-meta {
    float: left;
    width: 77%;
    padding-left: 3%;
}
.full-width-box .result-item-meta {
    width: 100%;
    padding-left: 0;
}
img.img-fluid {
    max-width: 100%;
}
.pagination {
    float: left;
    background: #fff;
    box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
    position: relative;
}
.pagination li {
    float: left;
    list-style: none;
    padding: 0 13px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.pagination li a {
    color: #0b0b0b;
    font-size: 18px;
    font-family: 'AvenirLTStd-Light';
}
.pagination li a:hover {
    text-decoration: none;
}
.pagination li.active {
    background: #0053a5;
    color: #fff;
}
.result-info {
    float: right;
}
.result-info p {
    color: #7a7a7a;
     font-size: 18px;
    font-family: 'AvenirLTStd-Light';
    letter-spacing: 1px;
}
.result-info p span {
    color : #0053a5;
}
.search-form {
    max-width: 90%;
}
.result-item-header {
    display: flex;
}
.item-flag,.item-code,.item-title {
    display: inline-grid;
    align-items: center;
}
.item-flag {
    width: 80px;
    height: 75px;
}
.item-code {
    width: 85px;
    height: 75px;
    text-align: center;
    background: #dfdfdf;
    color: #151515;
    font-size: 30px;
    font-family: 'AvenirLTStd-Black';
}
.item-title h2 {
    line-height: normal;
    font-size: 30px;
}
.item-title h2 a {
    color: #151515;
    font-size: 30px;
    font-family: 'AvenirLTStd-Black';
    text-transform: capitalize;
    letter-spacing: 1px;
}
.result-item-header {
    display: flex;
    background: #f3f3f3;
}
.result-item-box:hover .result-item-header {
    background: #5fb9f7;
}
.result-item-box:hover .item-code {
    background: #0577c5;
    color: #fff;
}
.item-title {
    width: 100%;
    padding: 0 23px;
}
.d-none {
    display: none;
}
.full-width-box .result-item-content {
    margin-top: 36px;
    padding-left: 28px;
}
.full-width-box .book-meta {
    padding: 0 0 0px 50px;
}
.full-width-box .book-meta p {
    line-height: 32px;
}
.result-item-box:hover .journal-logo img {
    -webkit-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1);
}
@media(max-width: 1919px) {
.sort-option {
    width: 20%;
    padding: 50px 2% 44px;
}
.sort-buttons {
    width: 80%;
    padding: 45px 0 40px 1%;
}
.sort-buttons button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
}
}
@media(max-width: 1679px) {
.sort-buttons button {
    width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0;
}
.sort-option {
    width: 20%;
    padding: 50px 1% 44px;
}
.sort-buttons {
    width: 80%;
}
.sort-option .select2-container--default .select2-selection--single {
    width: 275px;
}
}
@media(max-width: 1599px) {
.sort-option .select2-container--default .select2-selection--single {
    width: 250px;
}
.sort-buttons button {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}
section#filter .select2-container {
    max-width: 90%;
}
}
@media(max-width: 1439px) {
.result-item-title h2 a {
    font-size: 21px;
    line-height: 32px;
}
.vertical-seperator {
    margin: 0 15px;
}
}
@media(max-width: 1359px) {
.sort-buttons button {
    width: 30px;
    height: 30px;
}
.sort-option .select2-container--default .select2-selection--single {
    width: 225px;
}
}
@media(max-width: 1279px) {
input.search-field {
    font-size: 18px;
    letter-spacing: 2px;
    max-width: 80%;
}
.sort-option .select2-container--default .select2-selection--single {
    width: 190px;
}
.sort-buttons {
    padding: 40px 1% 0 3%;
}
.vertical-seperator {
    height: 25px;
    margin: 5px 25px 0;
}
.container {
    width: 100%;
    padding: 0 5%;
}
.sort-buttons button:hover {
    font-size: 21px;
}
}
@media(max-width: 1024px) {
.additional-fields {
    margin-top: 50px;
}
input[type="button"] {
    height: 65px;
}
}
@media(max-width: 991px) {
.button-sort-methods {
    float: left;
    width: 100%;
    margin: 0 0 20px;
}
.d-md-block {
    display: block;
}
.d-md-none {
    display: none;
}
.item-title h2 a {
    font-size: 26px;
}
.sort-buttons {
    padding: 10px 1% 0 1%;
}
.journal-logo {
    background-position: top 0px center;
    padding-left: 0;
    padding-top: 20px;
}
.search-text {
    float: left;
    width: 100%;
    position: relative;
}
.banner-form-field {
    padding: 0;
}
.sort-option {
    width: 30%;
}
.sort-buttons {
    width: 70%;
}
input.search-field {
    padding-left: 15px;
    line-height: 60px;
    margin: 0;

}
.banner-form-field input[type="button"] {
    height: 60px;
    right: 0;
    text-align: center;
    transform: none;
    top: 0;
    background-position: center;
}
#top-header {
    min-height: 500px;
}
}
@media(max-width: 767px) {
.d-sm-block {
    display: block;
}
.item-title {
    padding: 0 15px;
}
.item-title h2 a {
    font-size: 21px;
    line-height: 28px;
    padding: 10px 0;
}
.journal-logo {
    bottom: auto;
    top: 50px;
}
.d-sm-none {
    display: none;
}
#result-items {
    padding: 30px 0;
}
.sort-buttons {
    width: 20%;
    padding: 30px 5px;
    background-size: cover;
    text-align: center;
    overflow-y: scroll;
    float: left;
    position: relative;
    z-index: 2;
}
.sort-buttons button {
    display: inline;
    float: none;
    clear: both;
}
.select2-container--default .select2-selection--single {
    width: 230px;
}
.result-item-box {
    margin-right: 0;
}
.sort-option {
    width: 100%;
    text-align: center;
}
.vertical-seperator {
    display: none;
}
.result-item-grid {
    width: 80%;
    padding-left: 20px;
}
.result-item-box {
    padding: 24px 25px 13px 30px;
    flex-basis: 100%;
}
.result-item-box h2 a {
    height: auto!important;
}
.result-info {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 40px;
}

}
@media(max-width: 576px) {
#top-header {
    min-height: 550px;
}
.result-item-header {
    display: block;
    position: relative;
}
.result-item-header h2 {
    line-height: 28px!important;
    text-align: center;
    margin: 10px 0;
}
.full-width-box .result-item-content {
    margin-top: 20px;
    padding-left: 12px;
}
.result-item-box .book-stats p {
    font-size: 15px;
    line-height: 26px;
}
.sort-buttons button.button-all {
    width: 100%;
}
.item-flag {
    width: 75px;
    height: 75px;
    position: absolute;
    right: 0;
    top: 0;
}
.journal-logo {
    float: left;
    width: 100%;
    text-align: center;
    position: unset;
}
.pagination li.append {
    padding: 0;
}
.banner-form-field input[type="button"] {
    height: 42px;
}
.result-item-image {
    width: 100%;
    text-align: center;
}
.result-item-meta {
    float: left;
    width: 100%;
    padding: 25px 0 0;
}
input.search-field {
    font-size: 14px;
    letter-spacing: 0;
    max-width: 260px;
    float: left;
    padding-left: 15px;
    line-height: 40px;
     margin-top: 0;
}
.nav-pills>li>a {
    font-size: 16px;
    letter-spacing: 0;
}
.banner-form-field {
    padding: 0;
}
#basic-search .search-subject, #basic-search .search-format {
    width: 100%;
    text-align: center;
    max-width: 100%;
}
.select2-container--default .select2-selection--single {
    max-width: 100%;
}
.additional-fields label {
    width: 50%;
    float: left;
    margin-top: 6px;
}
.additional-fields .select2-container {
    max-width: 50%;
    float: left;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left;
}
.sort-option {
    width: 100%;
    text-align: center;
}
.advanced-search-term {
    width: 48%;
    margin-right: 2%;
}
.search-checkbox label {
    width: 50%;
}
.advanced-search-term input {
    line-height: 40px;
}
.search-checkbox {
    margin: 10px 0 0;
    width: 70%;
}
input[type="button"] {
    height: 50px;
    margin: 0;
    font-size: 18px;
}
.search-publisher.advanced-search-term {
    width: 98%;
}
.sort-buttons button {
    width: 35px;
    height: 35px;
    line-height: 36px;
    margin: 0 0 10px;
}
#advanced-search .search-subject,#advanced-search .search-publisher {
    padding: 5px;
    width: 98%;
    letter-spacing: 0;
    max-width: 100%;
}
.search-checkbox label {
    width: 100%;
}
#advanced-search input[type="button"] {
    margin-top: 40px;
    margin-right: 5px;
}
.nav>li>a {
    padding: 10px 12px 0;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    border-bottom: 3px solid #d8043d;
}
.nav>li>a:hover, .nav>li>a:focus {
    border-bottom: 3px solid #000;
}
}
.sortBy{
    float:left;
    width:auto;
    color:#fff;
    cursor: pointer;
    font-size: 27px;
    margin-bottom: 0px;
}
.highlighted{
    font-weight: bold;
    width: auto;
    color: #d8043d;
    margin-bottom: 0px !important;
}
.result-item-box:hover .highlighted {
    color: #fff;
}
.hiddenDetails{
    display: none;
}
