@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Roboto+Flex:opsz,wght@8..144,400;8..144,500;8..144,600;8..144,700;8..144,800;8..144,900&display=swap');
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/*styleSheet-Bull-Dec-2022-2.css: Adapted in Dec 2022 for upgrade to OJS 3.3.x. For GEUS Bulletin.*/

/*Accent colours:
White: #ffffff
GEUS Blue: #4b6fb3
Dark blue: #292975
Grey: #333333
Off black: #666666
meta grey: #ececec
*/

/*Note: I found this which might be useful if there is no hand cursor for some linakble items?
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}*/


/*Dec 2022*/
/*HOMEPAGE*/
/*Background and theme fonts*/
html, body {
    font-family: "Open Sans", "Roboto Flex", "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 14px;
    line-height: 1.43rem;
    color: #333333;
    background: #ececec;
}

body {
    background: #ececec;
}
/*END Background and theme fonts*/

/**Navigation formatting**/
/*Main nav menu, text colour, */
#navigationPrimary a {
  font-family: "Open Sans", "Roboto Flex", "Noto Sans", sans-serif;
  color: #333 !important;
}

/*Main nav menu, background colour, top border*/
.pkp_navigation_primary_row {
  background: #fff !important;
	border-top: 0.5px solid #333 !important;
		}

/*Main nav menu, bottom border*/
.pkp_structure_head {
  border-bottom: 0.5px solid #333 !important;
}

/*Dropdown menu, text colour*/
#navigationPrimary ul a {
    color: #333 !important;
}

/*Dropdown main menu, remove border radius*/
@media (min-width: 992px) {
.pkp_nav_list ul li:first-child a {
    border-radius: 0px;
}
}

/*Dropdown, main, left and right dropdown lists, remove margin on background on hover*/
@media (min-width: 992px) {
.pkp_navigation_primary>li:first-child a {
    margin-left: 0;
}

.pkp_navigation_primary>li:last-child a {
    margin-right: 0;
}
}

/*Main menu, hover state colour*/
#navigationPrimary a:hover, #navigationPrimary a:focus {
  background: #ececec !important;
}

/*END MAIN NAV*/


/*Search controls*/
.pkp_site_nav_menu a {
    color: #333 !important;
    font-weight: 700;
    text-transform: uppercase;
}

/*Search controls: Hover state*/
.pkp_navigation_search_wrapper a:hover {
    color: #333 !important;
    border-color: #333 !important;
}

/*Search controls: Focus state*/
.pkp_navigation_search_wrapper a:focus {
    background: #ececec !important;
}
/*END search controls*/
/*END MAIN NAV*/

/*USER NAV*/
/*User nav, dropdown list, remove blue border on left*/
.pkp_navigation_user_wrapper ul a:hover, .pkp_navigation_user_wrapper ul a:focus {
    border-color: #ececec;
    background: #ececec !important;
}

/*User navigation (username/login force lowercase)*/
.pkp_navigation_user>li>a {
    text-transform: initial;
}

/*Dropdown menu, force lowercase*/
@media (min-width: 992px) {
.pkp_nav_list ul a {
    text-transform: initial;
}
}

/*User nav, dropdown, remove border radfius*/
.pkp_nav_list ul {
    border-radius: 0px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

/*TEST GREY OUT*/
/*Dropdown menu:Hover state*/
/*.pkp_navigation_user_wrapper ul a:hover, .pkp_navigation_user_wrapper ul a:focus {
    border-color: #4b6fb3;
}

@media (min-width: 992px) {
.pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus {
    background: #ececec;
    color: #4b6fb3;
}
}*/
/*END TREST GREY OUT*/
/*END User navigation (username/login force lowercase)*/

/*Aditional content*/
/*Aditional content, remove top border*/
.pkp_page_index .additional_content {
    /*padding: 2.143rem .714rem 0 .714rem;*/
    border-top: 0;
    border-bottom: 1px solid #666;
    padding-bottom: 2.143rem;
    padding-top: 0;
}

/*Change heading font size to match current issue style*/
.pkp_page_index .additional_content h2 {
  font-size: 1.8rem;
}

/*END Aditional content*/
 /*Latest articles, Issue description and Section headings, homepage*/
 /*Latest articles format updates*/
 .pkp_page_index .current_issue h2 {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: none;
    font-size: 1.8rem;
    text-transform: initial;
    font-weight: 700;
    color: #333;
    margin: 40px 0 0 0;
}

/*Hide issue description on homepage*/
.pkp_page_index .current_issue .obj_issue_toc .description {
  display: none;
}

/*Section heading updates*/
@media (min-width: 768px) {
.obj_issue_toc .galleys>h2, .obj_issue_toc .section>h2, .obj_issue_toc .galleys>h3, .obj_issue_toc .section>h3 {
    font-size: 1.143rem;
    font-weight: 700;
    line-height: 2.143rem;
    color: #333;
    border-bottom: 1px solid #333;
    left: 0;
    padding: 0;
}
}



/*Note that in mobile view the section headings do not have a bottom border.*/
/*END Latest article and sSection headings, home*/

/*Sidebar*/
/*Sidebar, change border weight (Do I need to change all box colours?)*/

.pkp_structure_sidebar:before {
    border-left: 0.5px solid #666;
}

.pkp_block {
    border-bottom: 0.5px solid #666;
    border-left: 0.5px solid #666;
}

/*.cmp_manuscript_button:hover, .cmp_manuscript_button:focus, .block_make_submission a:hover, .block_make_submission a:focus, .obj_galley_link:hover, .obj_galley_link:focus {
    background: #fff;
    border-color: #4b6fb3;
    color: #4b6fb3;
}*/

/*END HOMEPAGE*/


/*ARCHIVES*/
/*Archives issue titles*/
.obj_issue_summary .title {
    font-family: "Open Sans", "Roboto Flex", "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
}

.obj_issue_summary .series {
    font-family: "Open Sans", "Roboto Flex", "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-decoration: none;
}

.obj_issue_summary .subtitle {
    font-family: "Open Sans", "Roboto Flex", "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-decoration: none;
}
/*END Archives issue titles*/

/*Archives cover image*/
.obj_issue_toc .cover img {
    margin-left: auto;
    margin-right: auto;
}
.obj_issue_toc .cover img {
    display: initial;
    max-height: 240px;
    width: auto;
}

.obj_issue_summary .description {
    display: none;
}

/*END Archives cover image*/
/*END ARCHIVES*/

/*ISSUE PAGES*/
/*Hide issue publish date*/
.obj_issue_toc .heading .pub_id, .obj_issue_toc .heading .published {
    display: none;
}

/*Format section heading underline/border*/
.obj_issue_toc>.galleys h2, .obj_issue_toc .section h2 {
  border-bottom: 1px solid #666
}

.obj_issue_toc .galleys>h2, .obj_issue_toc .section>h2, .obj_issue_toc .galleys>h3, .obj_issue_toc .section>h3 {
    color: #333;
}


/*Format section heading, change colour*/
.obj_issue_toc .galleys>h2, .obj_issue_toc .section>h2, .obj_issue_toc .galleys>h3, .obj_issue_toc .section>h3 {
    color: #333;
}


/*Format page numbers*/
.obj_issue_toc .pages {
  font-family: "Open Sans", "Roboto Flex", "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}
/*END Format page numbers*/

/*Format galley buttons (hidden from issue page, but this applies to all galley buttons)*/
.cmp_manuscript_button, .block_make_submission a, .obj_galley_link {
    font-family: "Open Sans", "Roboto Flex", "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    background: #666;
    color: #fff;
    border-radius: 0;
}

.cmp_manuscript_button:hover, .cmp_manuscript_button:focus, .block_make_submission a:hover, .block_make_submission a:focus, .obj_galley_link:hover, .obj_galley_link:focus {
    transition: 0.5s;
}
/*END Format galley buttons*/

/*Hide galley buttons on issue page, but show the full issue galleys*/
.obj_issue_toc .sections .galleys_links {
    margin-top: .714rem;
    display: none;
}

/*END ISSUE PAGES*/


/*ARTICLE PAGE*/
/*Block Montserrat fonts in breadcrumbs*/
/*.cmp_breadcrumbs {
  font-family: "Open Sans", "Roboto Flex", "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
  /*color: #333;
}*/

/*Breadcrumbs, change size of current page
.cmp_breadcrumbs .current {
    text-transform: none;
    font-size: 0.8rem;
}*/

/*DOI, Keywords and Abstract headings, change font family*/
.obj_article_details .subtitle {
  font-family: "Open Sans", "Roboto Flex", "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}

.obj_article_details .main_entry .item .label {
  font-family: "Open Sans", "Roboto Flex", "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}

/*DOI link change font family*/
.obj_article_details .authors, .obj_article_details .doi {
font-family: "Open Sans", "Roboto Flex", "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}

/*DOI, Keywords and Abstract headings, change text colour, make uppercase, change border/underline weight and colour*/
.obj_article_details .main_entry .label {
  color: #333;
  border-bottom: 1px solid #666;
  text-transform: uppercase;
  margin: 0;
}

/*Remove border underneath keywords label*/
.obj_article_details .main_entry .item.keywords .label {
  border-bottom: 0;
}

/*Apply hyperlink blue to DOI link*/
.obj_article_details .orcid a, .obj_article_details .doi a {
    color: #4b6fb3;
    text-decoration: underline;
}

/*Apply hyperlink dark blue to DOI link on hover*/
.obj_article_details .orcid a:hover, .obj_article_details .doi a:hover, .obj_article_details .orcid a:focus, .obj_article_details .doi a:focus {
    color: #292975;
}

/*Remove margin from above Abstract body*/
.obj_article_details .item>*:last-child {
    margin: 0;
}

/*Add maergin after each reference in reference list and change font size.*/
.obj_article_details .item>*:last-child p {
    margin: 0px 5px 15px 5px;
    font-size: 0.85rem;
}

/*Side meta boxes*/
/*Side metadata boxes remove background and box shadows*/
.obj_article_details .entry_details .item {
    background: none;
    box-shadow: none;
}

/*Side metadata boxes change background colour, remove box shadows and border radius*/
.obj_article_details .entry_details .item {
    border-radius: 0px;
    background: #ececec;
    box-shadow: none;
}


/*Side meta boxes remove background colour and bottom borders of headings*/
.obj_article_details .entry_details .item>.label, .obj_article_details .entry_details .sub_item:first-child>.label {
    background: none;
    border-bottom: none;
}


/*Side metadata headings change font family (Heading size is 0.93rem, set in main CSS)*/
.obj_article_details .entry_details .item .label {
  font-family: "Open Sans", "Roboto Flex", "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
  font-weight: 600;
}

/*Side metadata headings change text colour*/
.obj_article_details .entry_details .sub_item .label {
    color: #333;
}

/*Side meta boxes, remove thick underline in "section" heading*/
.obj_article_details .entry_details .sub_item:not(:first-child) .label {
    border-bottom: none;
}

/*Side metadata change font size in all 'value' boxes, and add top border*/
.obj_article_details .entry_details .item .label+.value {
  font-size: 0.85rem;
  border-top: 1px solid #666;
}


/*Citation plugin button change font family and font size of citation text*/
.obj_article_details .citation_display .citation_formats_button {
  font-family: "Open Sans", "Roboto Flex", "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
  color: #333;
}

.obj_article_details .citation_display .value {
    font-size: 0.85rem;
}



/*Side, Licence, change background colour, add padding to bottom*/
.obj_article_details .entry_details .item.copyright {
    background: #ececec;
    padding-bottom: 10px;
}

/*Side, Licence, change margin and font sizes*/
.pkp_structure_main .obj_article_details .entry_details .item.copyright p {
    margin: 1.43rem 1.43rem;
    font-size:0.85rem;
    /*border-top: 1px solid #666;*/
}

/*Side, Licence, add margins to CC image so it is inline with text*/
.pkp_structure_main .obj_article_details .entry_details .item.copyright img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 20px;
}

/*License change heading colour*/
.obj_article_details .entry_details .item .label {
  font-family: "Open Sans", "Roboto Flex", "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-weight: 600;
    color: #333;
}

/*Side, licence, add bottom border to heading*/
.pkp_structure_main .obj_article_details .entry_details .item.copyright h2 {
   border-bottom: 1px solid #666;
}

/*Side, cover image, make background transparent*/
.obj_article_details .entry_details .cover_image {
    background: transparent;
    box-shadow: none;
}

/*Side, galleys, make background transparent*/
.obj_article_details .entry_details .item.galleys {
    background: transparent;
    box-shadow: none;
}

/*Hide author bios*/
.pkp_structure_main .main_entry .item.author_bios {
  display: none;
}


/*PDF view, change colour of title header, back arrow in top left and download in top right*/
.header_view .title {
    color: #fff;
    background: #4b6fb3;
}

.header_view .return {
    color: #4b6fb3;
}

.header_view .return:hover, .header_view .return:focus {
    background: #292975;
    color: #fff;
}

.header_view .download {
    color: #4b6fb3;
}

.header_view .download:hover, .header_view .download:focus {
    background: #292975;
    color: #fff;
}
/*END PDF view*/

/*Side, supplementary galleys, change colour*/
.obj_galley_link_supplementary {
    color: #4b6fb3;
}

.obj_galley_link_supplementary:hover, .obj_galley_link_supplementary:focus {
    color: #292975;
}
/**/

/*SEARCH PAGE*/
/*Advanced filters, labels, change font family, size, weight and make non-uppercase*/
.page_search .search_advanced legend {
  font-family: "Open Sans", "Roboto Flex", "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 0.93rem;;
    text-transform: initial;
}

.page_search .search_advanced label {
    font-size: 0.93rem;
    padding: 0.5rem;
}

.cmp_form .label {
    font-weight: 700;
}

.page_search .search_advanced legend {
    padding: 0.5rem 0.5rem;
    font-size: 0.93rem;
}
/*Field text, change size*/
.page_search .search_input .query {
    width: 100%;
    max-width: 100%;
    height: calc(2.857rem - 2px);
    font-size: 0.93rem;
    line-height: calc(2.857rem - 2px);
}
/**/
/*END Adnvaced filters*/


/*TO DO:
Archive page: check cmp nav and page numbers
Other custom pages (about, contact cookies)
*/

/*END ARTICLE PAGE*/

/*Footer*/
/*Logo image size.*/
.pkp_footer_content #footerImage img {
    max-height: 80px;
    width: auto;
    height: auto;
}


/*.footer_image img {
	max-height:80px;
}

/*END Dec 2022*/
