/*Custom css for MU Repo*/


/*MU Logo, likely overrides similar declarations in miz.css*/
 
.miz-fill--black .miz-container .miz-ribbon {
     /* padding: 1rem 1rem 1rem 1rem;*/
    padding-top: .2rem;
    padding-bottom: .2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.mu-sig-24 .logo a {
  /* 
  width: 26px;
  height: 29px;  
  background-image: url("/themes/custom/mu_barrio_subtheme/images/signatures/university/mu-logo-24.png"); 

  height: 96px;
  width: 432px;
  background-size: auto;

*/
  background-size: 100%;
  height: 72px;
  width: 324px;
  background-image: url("/themes/custom/mu_barrio_subtheme/image_files_for_theme/logodigitallibrary.png");   
  margin-left: -1px;
  float: left;
  margin-bottom: 0;  
}

.mu-sig-24 .wordmark a {
 /* background-image: url("/themes/custom/mu_barrio_subtheme/images/signatures/university/mu-logo-24.png");   */ 
   background-image: url("/themes/custom/mu_barrio_subtheme/image_files_for_theme/logodigitallibrary.png");    
}

.mu-sig-24.reverse .wordmark a {
  background-image: url("/themes/custom/mu_barrio_subtheme/images/signatures/university/mu-wordmark-24-white.svg");   
}


.mu-sig-24 .logo a {
  display: block;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  background-position: left 0;
  background-repeat: no-repeat;
  /* margin-top negative added when switching to Digital Library logo
  margin-top: -20px; */ 
}

.mu-sig-24 .wordmark a {
  display: block;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  background-position: left 0;
  background-repeat: no-repeat;
}


@media print {
  .mu-sig-24 .logo a::after {
    content: url(/themes/custom/mu_barrio_subtheme/images/signatures/university/mu-logo-24.png);
  }
  .mu-sig-24 .wordmark a::after {
    content: url(/themes/custom/mu_barrio_subtheme/images/signatures/university/mu-logo-24.png);
  }
}


.ie8 .mu-sig-24 .logo a {
    background-image: url(/themes/custom/mu_barrio_subtheme/images/signatures/university/mu-logo-24-stroked.png);
}
  
.ie8 .mu-sig-24 .wordmark a {
    background-image: url(/themes/custom/mu_barrio_subtheme/images/signatures/university/mu-logo-24.png);
}
  
.ie8 .mu-sig-24.reverse .wordmark a {
  background-image: url(/themes/custom/mu_barrio_subtheme/images/signatures/university/mu-wordmark-24-white.png);
}

@media print {
  .ie8 .mu-sig-24 .logo a {
    background-image: url(/themes/custom/mu_barrio_subtheme/images/signatures/university/mu-logo-24-stroked.png);
  }
  .ie8 .mu-sig-24 .wordmark a, .ie8 .mu-sig-24.reverse .wordmark a {
    background-image: url(/themes/custom/mu_barrio_subtheme/images/signatures/university/mu-wordmark-24.png);
  }
}




/*styles breadcrumbs*/


.miz-breadcrumbs__list {
  padding-left: 20px;
  padding-right: 20px;
}



.section  {
  padding-left: 20px;
  padding-right: 20px;
}


/*styles site footer*/

.site-footer .block {
  border: none;
}

.site-footer .content h2{
  /*color: yellow;*/
  color: #f1b82d;
}

.site-footer__bottom {
  margin-top: 0; 
  border-top: 1px solid #555;
}

.site-footer .block {
  margin: 0 0;
}



/*Styling for fielded data, ie fields that store metadata about items*/


.field--label-inline .field__label, .field--label-inline .field__items, .field--label-inline .field__item {
  display: inline-block;
}

.field > .field__label {
  font-weight: 800;
}

.field_item_date_modified {
  width: 100%; 
}



.field__item field_item_date_modified {
  width: 100%; 
}

.field_item_title {
  font-size: 1.5em;
  margin-left: 5%;
}


.btn-primary {
    background-color: #f1b82d;
    border-color: #f1b82d;
    color:#000;
}

.form-actions {
  display: inline;
}


.node__content {
  width: 87%;
}


#block-mirador-block {
  padding-left: 5%;
  padding-right: 5%;
}

/*facet browse term labels*/

.browse-by-term-description-label {
   font-weight: 800;
}

.browse-by-term-memberof-label {
   font-weight: 800;
}

.browse-by-term-resourcetype-label {
   font-weight: 800;
}


/*styles for solr site search view results*/



.solrsitesearch > .view-header {
  padding-top: 10px;
  width: 70%;
  margin: 0px auto;
  float: left;
}


.solrsitesearch > .view-filters {  
   padding-top: 13px;
  /*width: 70%;*/
  /*margin: 0px auto;*/
   float: left;
}

.solrsitesearch > .js-form-item {
  display: inline;
}


.sitesearch-exposed-form {
  display: inline-flex;
  /*padding: 13px;*/
}


/*search results pagination*/
.pager {
  width: 20%;
  margin: 0px auto;
  padding: 17px;
}


.solrsitesearch .pager {
  width: 60%;
}



.collection-w-facet > nav > .pager {
  width: 100%;
}

.collection-w-facet > nav > .pager > ul.pagination {
  margin-left: 0;
}


/*search results items per page form*/

#edit-items-per-page.form-select {
    display: inline-flex;
    width: 40%;
}

/*maintains items per page dropdown styling after user resets value and hits search*/

select[id^="edit-items-per-page--"] {
    display: inline-flex !important;
    width: 40% !important;
}



/* home page top bar */

/* hero title overlay */

/*layout for the Missouri Digital Library hero text*/

.container-fluid.title-overlay {
  width: 50%;
  margin: 0px auto;
}


/*layout for the Missouri Digital Library hero text*/

.container-fluid.searchbar {
  width: 50%;
  margin: 0px auto;
}


.container-fluid.front-page-top-bar {
  background-color: #000;
  /*padding: 35px;*/
  /*margin: -40px;*/
  height: 75px;
}

/*home page hero background image*/
.homepage-featured-top {
    background-image: url("/sites/default/files/mu_413613_scaled_cropped_1.png");
    background-size: cover;
}



/* home page top bar link text */

span.front-page-top-bar-links {
  color: #FFFFFF;
  font-size: 1.2em;
  padding-left: 59px;
}


.container-fluid.about-text {
    width: 100%;
}


h2.about-collections-title {
    padding-top: 101px;
}

.col-12.aboutcollection {
  padding-top: 101px;
  width: 70%;
}

h2.about-collections-label {
  width: 50%;
  margin: 0px auto;
}


h3.about-collections {
    width: 55%;
    /*background-color: #FDB719;*/
    padding:17px;
    margin: 0px auto;
    font-style: italic;
    font-weight: 300;
    /*margin-top: 59px;*/     
}

form#webform-submission-search-add-form {
    /*width: 70%;*/
    /* margin-left: 20%; */
    margin: 0px auto;
}

.container-fluid.searchbar {
    width: 100%;
    margin: 0px auto;
}




/* home page top bar menu */


.front-page-menu {
  list-style-type: none; 
  margin: 0;
  padding: 0;
  overflow: hidden; 
  background-color: #111; 
}

.front-page-menu li {
  float: left; 
}

.front-page-menu li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
}

.front-page-menu li a:hover {
  background-color: #111; /* Example hover effect */
}


/*hide highlighted region - check if this affects pages other than front*/

/*.highlighted { */
   /*display: none;*/
/*} */


/* home page hero title text */

h1.homepage-hero-title-overlay {
  font-size: 2.5em;
  z-index: 2;
  font-family: Impact, "Open Sans", "Segoe UI", Tahoma, sans-serif; 
}


/*home page featured collection section*/


.featured-collection-img {
  display: inline;
}

.flex-container {
  display: flex;
  flex-direction: row;
  flex: 0 0 100%;
  font-size: 14px;
  text-align: center;
  background: linear-gradient(180deg,rgb(255, 255, 255) 0%,rgba(255, 209, 125, 0.34) 100%);
  color: black;
}

.flex-item-left {
  background-color: #ffffff;
  padding: 10px;
  flex: 50%;
  background-color: rgba(255, 255, 255, 0.5); /* 50% transparent white */
}

.flex-item-right {
  background-color: #ffffff;
  padding: 10px;
  flex: 50%;
  background-color: rgba(255, 255, 255, 0.5); /* 50% transparent white */
}


form#webform-submission-search-add-form.form-type-search.form-control {
  display: inline;
}



/*facet browse thumbnail layout*/

.thumbnail-facet-browse {
   display: block;
   padding-top: 13px;
   padding-bottom: 7px;
}

/* facet browse page layout */

.facets-browse-results { 
    width: 75%;
    margin: 0px auto;
}


/*squeezes item titles so they wrap for better display */
.node__content h3.views-field.views-field-title {
    width: 76%;
    font-weight: 300;
}



/* Collection list pages style non responsive */

/*set width on parent container so you can center result list*/
.view-solr-search-in-collection {
   width: 40%;
   margin: 0px auto;
}

/*sets width on the section of the search in collection view that shows the items themselves*/
.block-views-blocksolr-search-in-collection-block-1 .content .view-solr-search-in-collection {
    width: 65%;
    margin: 0px auto;
}

/* add space between the columns collection description and the search results. */
@media (min-width: 991px) {
  .block-views-blocksolr-search-in-collection-block-1 .content .view-solr-search-in-collection {
      margin-left: 20px;
  }
}


.block-views-blocksolr-search-in-collection-block-1 .content .view-solr-search-in-collection h2.node__title {
   font-size: 1.8rem;
   font-weight: medium;
}



.view-solr-search-in-collection > .view-content {
   width: 80%;
}


.view-solr-search-in-collection > .view-content > .views-row {
   margin-top: 13px;
   margin-bottom: 13px;
   padding: 13px;
   border-bottom: 1px solid;
}

.search-in-collection-item-title {
    font-size: 1.1em;
}


/*layout of list view on the search in collection page*/
div#block-mu-barrio-subthm-views-block-solr-search-in-collection-block-1 {
    width: 66%;
    float: right;
    padding-top: 40px;
    clear: both;
}


/*page title on search in collection page*/

.searchincollection-pagetitle > .content > h1.title {
    font-size: 1.5em;
    margin-left: 25%;
    /*margin-left: 30%;*/
    padding-top: 45px;
}


 
@media (max-width: 991px;) {
  .searchincollection-pagetitle > .content > h1.title {
    margin-left: 30%;
  }
}


.facets-widget-links {
    display: block;
    max-height: 400px;
    overflow-y: auto;
    padding-bottom: 51px;
}



/*attempt at fixing issue with search in collection page when viewed as logged in user*/

.node--view-mode-collection.contextual-region {
    position: static;
}



/*end collection list page styling non responsive */

/*hides superfluous views info on collections pages */
.advanced_search_result_pager .content .pager__summary {
  display: none;
} 


/*hides superfluous views info on collections pages */
.advanced_search_result_pager .content .pager__results {
  display: none;
}


.advanced_search_result_pager .content .pager__display .list-group {
  display: none;
}


/*hides sort*/
.advanced_search_result_pager .content .pager__sort {
  display: none;
}

/*styles top pagination links on collection page */
.advanced_search_result_pager .content ul.pagination > li {
  display: inline-block;
}


/*reenables advanced search elements for update to collection search*/

.block-advanced-search-result-pagernew-advanced-collection-search__block-1 {

    display: block;

}


.block-advanced-search-result-pagernew-advanced-collection-search__block-1 > .content > .pager__summary {
  display: block;
} 

 
 .block-advanced-search-result-pagernew-advanced-collection-search__block-1 > .content > .pager__group  {
  /*display: block;*/
  /*width: 50%;*/
  margin-top: -175px;
  /*float: left;*/
  
}

.block-advanced-search-result-pagernew-advanced-collection-search__block-1 > .content > .pager__group > * {
  display: block;
}


.block-advanced-search-result-pagernew-advanced-collection-search__block-1 >  .advanced_search_result_pager .content .pager__display .list-group {
  display: block;
}


/*hides sort*/
.block-advanced-search-result-pagernew-advanced-collection-search__block-1 >  .content > .pager__group > .pager__sort {
  display: none !important;
}

/*styles top pagination links on collection page */
.block-advanced-search-result-pagernew-advanced-collection-search__block-1 >  .advanced_search_result_pager .content ul.pagination > li {
  display: inline-block;
}


.block-advanced-search-result-pagernew-advanced-collection-search__block-1 > .pager__summary {
  display: block;
} 




/*collection pages layout*/

/* items on collection page */







.collection-w-facet {
    width: 56%;
    float: right;
    padding-top: 40px;
}



.collection-w-facet > .view-footer {
    position: absolute;
    top: 480px;
    left: 0;
    margin-left: 15%;
}



.collection_description {

    background-color: #FFD17D; /*#87CEEB;*/
    padding: 13px;

}




/*reflow site search and search within collection facets underneath navigation when in responsive mode*/

@media (max-width: 1199px) {

        @media (max-width: 991px) {
        .collection-w-facet .view-footer {
            margin-bottom: 0;
        }
    }
}

@media (max-width: 1199px) {
    @media (max-width: 991px) {
        .collection-w-facet .view-footer {
            width: 100%;
            position: inherit;
        }
    }
}







/*add padding below the search in collection results list to avoid scroll bar overlapping footer*/

.view-solr-search-in-collection > .view-content.row {
   padding-bottom: 200px;
}



/*airs out pagination */

.content ul.pagination {
    padding-top: 7px;
    margin-left: 35%;
    padding-bottom: 6px;
}

/*search results styling*/


/*width of parent container holding results*/

.view-content.row {
  width: 100%;
}

/*layout styles for each item returned by search*/

.row-sitesearch-result {
  width: 70%;
  margin: 0px auto;
  border-bottom: 1px solid;
  /*border: 1px solid;*/
  padding: 9px;
}

/* title */
.search-results-title {
  margin-top: 7px;
  margin-bottom: 7px;
}



/*facets on search page*/

/*floats the search results to the right and sets the width on the search results container element*/

/*
.solrsitesearch > .view-content.row {


}

#block-facet-blockduplicate-of-geographic-subject > .content > .facets-widget-links {


}
*/

.solrsitesearch.view-display-id-page_2 {
    /*width: 78%;*/
    width: 70%;
    float: right;
    padding-top: 79px;
}


.solrsitesearch.view-display-id-page_2 > .view-footer {
    width: 22%;
    position: absolute;
    /*top: 525px;*/
    top: 200px; 
    left: 0;
    margin-left: 125px;
    /*background-color: aliceblue;*/
    padding: 31px;
}


.solrsitesearch.view-display-id-page_2 > .view-footer > hr {
   height: 2px;
   background-color: #666666;
   border: none;
}






.view-solr-search-in-collection > .view-footer {
    width: 22%;
    position: absolute;
    /*top: 525px;*/
    top: 200px; 
    left: 0;
    margin-left: 125px;
    /*background-color: #FFEDCF;*/
    padding: 31px;
}


.view-solr-search-in-collection > .view-footer > hr {

   height: 2px;
   background-color: #666666;
   border: none;

}

/*reflow collection search facets beneath navigation when in responsive mode*/
/* centers item list by unsetting float right property*/


@media (max-width: 1199px) {
    @media (max-width: 991px) {

           .collection-w-facet > .view-footer {

               width: 100%;
               position: inherit;
               margin-left: 40px;
               background-color: #FFEDCF;
               padding: 0px;   
       
           }   
           
           .collection-w-facet {


              width: 71%;
              float: none; 
              padding-top: 40px;

          } 



           .pagination {
                --bs-pagination-padding-x: 0.31rem;
          }

          .pager {

             margin: 0;
             width: 20%;
         }

         .js-form-item.js-form-type-select.form-type-select.js-form-item-sort-order.form-item-sort-order.mb-3 {
            display: none;
         }


         .js-form-item.js-form-type-select.form-type-select.js-form-item-sort-by.form-item-sort-by.mb-3 > label {
            display: none;
         }


   }

}

/*reflow site search facets beneath navigation when in responsive mode*/
/* centers search results by unsetting float right property*/





@media (max-width: 1199px) {
    @media (max-width: 991px) {

    .solrsitesearch.view-display-id-page_2 > .view-footer {
            width: 100%;
            position: inherit;
            margin-left: 40px;
            background-color: #FFEDCF;
            padding: 0px;    
    }

    .solrsitesearch.view-display-id-page_2 {
           width: 71%;
           float: none; 
           padding-top: 40px;
    } 


   .pagination {
       --bs-pagination-padding-x: 0.31rem;
    }

   .pager {

      margin: 0;
      width: 20%;

   }

   .js-form-item.js-form-type-select.form-type-select.js-form-item-sort-order.form-item-sort-order.mb-3 {
       display: none;
   }


   .js-form-item.js-form-type-select.form-type-select.js-form-item-sort-by.form-item-sort-by.mb-3 > label {
    display: none;
    }

   }
}


/* sets form elements on site search to display inline*/

.solrsitesearch .form-select {

   display: inline;

}



/* hides order by form element on site search */

.js-form-item.js-form-type-select.form-type-select.js-form-item-sort-order.form-item-sort-order.mb-3 {
       display: none;
 }


/* hides sort by label on form on site search*/ 

.js-form-item.js-form-type-select.form-type-select.js-form-item-sort-by.form-item-sort-by.mb-3 > label
{
    display: none;
}


/* adds padding at bottom of site search page to prevent facets from overlapping footer*/


.page-view-solr-search-content main#content {
    padding-bottom: 181px;
}



/*styles bottom pagination links on search page*/

.view-solr-search-content nav > ul.js-pager__items.pagination {
    margin: 0px auto;
    width: 20%;
    padding-top: 7px;
    padding-bottom: 7px;
}

/*webform search box in header*/

.form-item-search-api-fulltext {
  display: inline;
}

.form-actions {
  display: inline;
}



/*end header searchbox */








/*styles bottom pagination links on collection page */
ul.js-pager__items > li {
  display: inline-block;

}



/* COLLECTION PAGE GRID */


/* airs out header */
.view-id-collections > .view-header {
 
    padding-bottom: 31px;
    padding-top: 18px;
}


/* reduces font size of page title */
.view-id-collections > .view-header > h1.title.page-title {
    font-size: 2.0em;
}

/* adds air between collection name and thumbnail */

.view-collections > .view-content > .views-view-responsive-grid > .views-view-responsive-grid__item > .views-view-responsive-grid__item-inner > .views-field.views-field-did-image {
    padding-bottom: 7px;
}




/* pads bottom of grid to create space between content and footer*/
.views-view-responsive-grid.views-view-responsive-grid--horizontal {
    padding-bottom: 31px;
}





/* TAXONOMY TERM BROWSE PAGE */

/* digital.library.missouri.edu~taxonomy~term~nodeid */ 

/* the linked taxonomy term at the top of the page */


.taxonomy--term-to-browse.field__item {
    font-size: .8em;
    padding-top: 13px;
}


a.linked-taxonomy-term-to-browse {
    text-decoration: none;
}


/*.node--promoted node--view-mode-taxonomy-term-browse-teaser h2.node__title { */

   /* font-size: .4em;*/


/*} */

/*title of each item listed on the taxonomy term browse page*/

h2.node__title a span.field_item_title {
    /*font-size: 1.0em;*/
    margin-left: 5%;

}

h2.node__title a {
    text-decoration: none;
}

.node--view-mode-taxonomy-term-browse-teaser > h2.node__title {
    font-size: 1.6rem;
}


.node--view-mode-taxonomy-term-browse-teaser > header > h2.node__title > a > span.field_item_title {
    margin: inherit;
    font-size: 1.0em;

}


.node--view-mode-taxonomy-term-browse-teaser > .field--type-did-image > img {
    float: left;
    margin-right: 19px; /*airs out description text*/
    /*width: 51%;*/
    /*display: inline;*/
}


.node--view-mode-taxonomy-term-browse-teaser > node__content {
   margin: unset;
}


/*override media.css that sets max-width to 100% and height to auto*/
/*  removed because it was causing the download buttons to be tall, will need to check to see why it was added originally - Mathew July 2, 2025
.field.field--name-field-media-image.field--type-image.field--label-visually_hidden.taxonomy-term-browse-image {

    width: 20%;
    
}
*/


.field--type-did-image {
   width: 40%;
   display: inline;
}


.node--view-mode-taxonomy-term-browse-teaser > .node__content > .field--name-did-image > img {
   float: left;
   margin-right: 19px;
}


.node--view-mode-taxonomy-term-browse-teaser > .item__content > .field--name-field-formatted-description{
    width: 71%;
}


/*center the item list on the page*/
article.node--view-mode-taxonomy-term-browse-teaser {
    width: 79%;
    margin: 0px auto;
}


/*styles pager on taxonomy term browse page*/
.view-taxonomy-term > nav > .pager {
    width: 40%;
    margin: 0px auto;
    padding: 17px;
}


/* downsize item titles displayed when viewing individual items*/
/* create a little space between title and media */


#block-page-title-block > .content > h1.title > .field_item_title {

   font-size: 0.9em;
   padding-bottom: 23px;
}



/* set collection title font size for view items in collection*/

#block-page-title-block.searchincollection-pagetitle > .content > h1.title > span.field_item_title {

   font-size: 1.1em;
   padding-bottom: 23px;


}


/* set size of facet titles on view items in collection page*/


 .facets-widget-links > h3 {
 
   font-size: 1.09em;

}


/*so that it's not squished by download buttons add air above the first field diplayed for item in metadata details*/

.details-wrapper > .field: first-child {

    padding-top: 100px;

}



 /*override css that makes item titles huge and set the font size of the facet box header*/

@media (min-width: 1200px) {
  .h2, h2 {
         /*font-size: 1.6rem !important;*/
        font-size: 1.4rem !important;
  }

  h4.facet_header {
        font-size: 1.25em;
  }

}



@media screen and (max-width: 978px) {
  .views-view-grid .views-col {
      float: none; 
  }
}

/* works with change_button_text.js  to convert download link to simulate a button */
/* https://jira.library.umkc.edu/browse/MIM-97  */
.file-download.file-download-image.file-download-jp2, 
.file-download.file-download-image.file-download-jpeg, 
.file-download.file-download-image.file-download-tiff,
.file-download.file-download-application.file-download-pdf 
 {

  box-shadow:inset 0px 1px 0px 0px #d9fbbe;
  background: rgb(127,147,68);
  background: linear-gradient(171deg, rgba(127,147,68,1) 0%, rgba(159,179,102,1) 0%, rgba(203,218,156,1) 100%);
  border-radius:24px;
  border:1px solid rgb(127,147,68);
  display:inline-block;
  cursor:pointer;
  color: white !important;
  font-family:Arial;
  font-size:15px;
  font-weight:bold;
  padding:6px 24px;
  text-decoration:none;
  text-shadow:0px 1px 0px #86ae47;
  margin-bottom: 5px;
}

 



/*make mu header stop being side by side with navigation About and Collections row*/
#navbar-main {
	display: block;
}

/*override width = 100% in search box*/
 
 @media (min-width: 600px) {
  #edit-search-api-fulltext {
    width: revert;
    display: inline;

  }

  .sitesearch-exposed-form > .js-form-item-search-api-fulltext > #edit-search-api-fulltext {
      width: 300px;
  }  
}

/*move details tabs are used  to line up under photo */
.block.block-system.block-system-main-block {
	margin-left: -20%;
}

 
/* remove small white space on top and bottom of header */
.navbar.navbar-expand-lg {
  padding-bottom: 0px;
  padding-top: 0px;  
}


/* extend yellow bar on breadcrumbs to accross web page.  could use some improvement */

.block.block-system.block-system-breadcrumb-block {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}



/* download buttons horizontally  above the tab box instead of wrapping inside of it.  this  might cause isues elsewhere so may need to remove later */
/* breaks https://digital.library.missouri.edu/node/1132 */
/* 
.node__content.item_content .views-element-container {
  float: left;
}
*/



/* add a little space around the download buttons above the tab */
.views-element-container {
  /* margin: 10px; */
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* solrsitesearch  search results, move text to the right of the picture instead below. */

@media (min-width: 992px) {
  .views-field.views-field-field-description {
    display: inline;
  }
}

/* a little more room for the About Collections gray bar, without changing the width the tezt was overlapping */
@media (min-width: 768px) {
  li.nav-item
  {
        width: 30%;
  }
}


/* media query for collection search on ipad mini and other simillar tablets*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .sidebar_second > .section {

         padding: 0;

   }

   .facet-widget-links {

         padding: 0;

    }

    .sidebar .block {

         
         border: none;
         margin: 3px;
          
        

    }

    .content > .facet-widget-links > ul.item-list__links {

          list-style-type: none;
          

    }

     


}





/* moves the search submit button up just a little bit to align with text box */
.webform-button--submit.button.button--primary.js-form-submit.form-submit.btn.btn-primary {
  vertical-align: top;
}

/* set background color to match mizzou.edu */
.site-footer
{
    /* background: #444444;*/
    background: #000000;
}
/* set background color to match mizzou.edu */
.site-footer__bottom
{
/* background-color: #111111;*/
    background: #000000;
}
/* add some padding to text in the black bottom footer */
#block-mu-barrio-subtheme-footermu {
  padding-left: 20px;
  padding-right: 20px;
}
/* decrease padding at top and bottom in black bottom footer */
.site-footer
{
	padding-top: 0;
	padding-bottom: 0;
}
/* footer section with Digital Initiatives, Mizzou Libraries Special Collections, and University Archives
   has four sections in the theme with the width is 1/4. Only three sections are used changing width to 1/3 width
*/
@media (min-width: 851px) {
  .site-footer__top .region
  {
        width: 33%;
  }
}


.miz-breadcrumbs__list {
    background-color: #f1b82d;
}

.small {
   font-weight: 400;
}

/* change color of the gray header bar with About  Collections */
.nav-item .nav-link
{
    color: black;
}

/* front page black bar taller on smaller screen so logo will be in black bar */
@media (max-width: 768px) {
    .miz-fill--black.miz-fill--blackfrontpage
  	{
        height: 150px;
     }
}

form#advanced-search-form--2 {
    display: none;
}


/*
.advanced-search-form__add.form-control {

     width: auto;

}
*/

/*#advanced-search-form {
    float: right;
    z-index: 200;
    width: 37%;
    min-height: 300px; 
    margin-top: -900px;
    padding-bottom: 31px;
}*/


/*
.view-new-advanced-collection-search > * {

     float: left;
    z-index: 200;
    width: 42%;



}
*/

.node--view-mode-collection.mu-item-display {

     float: left;
    z-index: 200;
    width: 42%;


}


/*div#block-searchresultspagerforsearchcollectionmembers-1 {
    clear: both;
}*/



.view-id-collection_info > .view-content.row {


/*    clear: both;
    float: left;*/
   /* width: 47%;*/
    padding-top: 53px;

}


.view-id-collection_info > .view-content.row > .views-row > .views-field-field-collection-description {


   padding-bottom: 41px;   

}



/*in collection search page puts form above elements that might potentially block form use*/



div#block-search-advancedsearchforsearchcollectionmembers-1 {
    z-index: 500;
    /*display: grid;    
    grid-template-columns: 1fr 1fr;*/
    align-items: center;
    padding: 1rem;
    /*background-color: #f0f0f0;*/


}

.block-advanced-search-result-pagernew-advanced-collection-search__block-1 > .content > .pager__summary {

   /*display: none;*/
   margin-top: 41px;

}


.block-advanced-search-result-pagernew-advanced-collection-search__block-1 > .content > .pager__group > .pager__results.container.item-list {

   display: none !important;


}


/* JB commented out October 16th before adding grid css to the search page
.js-facet-block-id-mu_barrio_subtheme_geographicsubject_3 > .content > .facets-widget-links {

    float: right; 
    width: 30%;
    margin-top: -490px;

}


.js-facet-block-id-mu_barrio_subtheme_dateissued > .content > .facets-widget-links {
    
  

    float: right; 
    width: 30%;
    margin-top: -355px;


}
*/


.view-new-advanced-collection-search {
    /*width: 50%;*/
    width: 100%;
    margin-top: 71px;
}


/*search within collection label above search form*/

.block-advanced-search-blocknew-advanced-collection-search__block-1 > h2 {
 
 
  font-size: 19px !important;
  font-weight: bold !important;
  color: darkgray;
  /*float: right;*/
  z-index: 200;
  /*width: 37%;*/
  /*padding-top: 51px;*/
  /*margin-top: -1025px;*/

 
}

.view-id-collection_info > .view-content.row > .views-row > .views-field > .field-content {


   padding-top:23px;
   padding-bottom: 23px;


}


 .search-collection-collection-description-label {


   font-weight: bold;
   padding-right: 7px;


}
 
 .collection-description-section {


   padding-top: 41px;
   padding-bottom: 41px;


}


.search-collection-item-model-label {

   font-weight: bold;
   padding-right: 7px;
   display: inline;



}


.search-collection-item-model {

   padding-top: 41px;
   padding-bottom: 41px;
 

}

.search-collection-item-model > div {

   display: inline; 

}

.search-collection-item-rights-label {

      font-weight: bold;
      padding-right: 7px;



}


.collection-rights-section {

    padding-bottom: 23px;

}

.collection-rights-section > div {

      display: inline

}

.block-views-blocknew-advanced-collection-search-block-1 {


       min-height: 450px;

}


/*override advanced search module style*/

.advanced_search_result_pager .pager__group > * {


display: grid !important;

}

 .advanced_search_result_pager .pager__group {


      margin: 0 !important;
      padding: 0 !important;
      border-top: 0 !important;
      border-bottom: 0 !important;
      border-color: #fff !important; 
      display: block !important;
      justify-content: space-between !important;
      align-items: center !important; 


}

.collection-facets > .block-facets-ajax > h2 {
    font-size: 1.0rem !important;
    color: #5f7581;
    font-weight: 800;
}


.view-new-advanced-collection-search > .view-content.row > .views-row {

    padding-top: 29px !important;
    padding-bottom: 13px !important;
}


.view-new-advanced-collection-search > .view-content.row > .views-row > .views-field.views-field-title {


    font-size: 1.2rem;
    padding-bottom: 11px;


}
