/* Minimal stylesheet for ojs. This stylesheet allows us to control navigation menu colors, header image size, and footer image */
/* This stylesheet was adapted from the basic_stylesheet, which was in turn adapted from the eblip stylesheet */

/* ensures the pkp/ojs footer image is invisible */
.pkp_brand_footer img {
	max-height:0px;
}

/* navigation menu background color */
.pkp_navigation_primary_row {
    background: #443A1F;
}

/* Main menu style settings. The important ones for us are color and background */
#navigationPrimary a {
    font-family: 'Libre Baskerville', serif;
    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    background: #443A1F;
}


/* Handling site header image */
.pkp_site_name .is_img img {
	display: block;
    max-height: 350px;
    max-width: 100%;
    width: auto;
padding-left:0px;
padding-top:0px;
padding-bottom:0px;
}


/* navigation menu text color when hovering */
#navigationPrimary a:hover, #navigationPrimary a:focus {
  color:#c1af7d;
}

/* navigation menu drop-down submenu link color */
#navigationPrimary > li > ul a{color:#fff;}


/* Below is optional color customization. You can freely remove anything. */
/* main background color, background-image ok  -- defaults to OJS grey when not set */
body {
background-color: #A48C75;
font-family: 'Lato', sans-serif;

}

/* body link colors -- defaults to OJS blue when not set */
a {
  color:#7A4F4D;
}

/* body link hover/focus colors -- defaults to OJS blue when not set */
a:hover, a:focus {
  color:#443A1F;
}


/* Below is more, extremely element-specific optional color customization. */
/* "read more" link text  -- defaults to OJS blue when not set */
.obj_announcement_summary .read_more, .pkp_page_index .current_issue .read_more {
color:#594038;
}

/* "read more" link hover/focus colors  -- defaults to OJS blue when not set */
.obj_announcement_summary .read_more:hover, .pkp_page_index .current_issue .read_more:hover,.pkp_page_index .current_issue .read_more:focus{
  color:#443A1F;
}

/* galley button colors -- defaults to "Colour" set in OJS Website Settings when not set */
.cmp_manuscript_button, .block_make_submission a, .obj_galley_link {
    background: #443A1F;
    color: #fff;
}

/* galley button hover/focus colors  -- defaults to "Accent Colour" set in OJS Website Settings when not set */
.cmp_button_wire:hover,.cmp_button_wire:focus,.obj_galley_link:hover,.obj_galley_link:focus{
    background: #876F47;
    color: #fff;
}

/* notification background + accent color  -- defaults to OJS grey & blue when not set */
.cmp_notification {
    background: #dcd2c7;
    border-left: 5px solid #594038;
}

/* font styling for various headers (span class title, h2)  -- defaults to OJS grey when not set */
.pkp_page_index .current_issue h2,.pkp_block .title, .obj_issue_summary .title, .obj_issue_toc > .galleys h2,.obj_issue_toc .section h2,.pkp_page_index .current_issue .current_issue_title, .obj_article_summary > .title {
    color:#000;
font-family: 'Libre Baskerville', serif;

}

/* font color for "SEARCH" text -- defaults to black when not set */
.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
    color:#fff;
}

/* hover color "SEARCH" text -- defaults to OJS blue when not set */
.pkp_head_wrapper .pkp_search .search_controls .search_prompt:hover,.pkp_head_wrapper .pkp_search .search_controls .search_prompt:focus{
    color: #c1af7d;
}

/* font color for "SEARCH" magnifying glass -- defaults to "Accent Colour" set in OJS Website Settings when not set */
.pkp_head_wrapper .pkp_search .search_controls .search_prompt:before{
    color: #A48C75;
}

/* Below is optional customization that will greatly impact the appearance of the journal. */

/* content area bg color -- this is what makes the theme not white! */
.pkp_structure_content,.pkp_structure_footer {
background-color: #ebe3da;
border: 0px solid;
}

/* color of border between content areas. Somewhat hugely inelegant, sry. Change to 0px to hide */
@media (min-width: 992px){.pkp_structure_sidebar:before{content: '';position: absolute;top: 0;right: 0;bottom: 0;width: 300px;
border-left: 1px solid #A48C75}
@media (min-width: 1200px){.pkp_page_index .cmp_announcements{border-bottom: 1px solid #A48C75}
.cmp_table th,.cmp_table td{padding: 0.5em;text-align: left;border-bottom: 1px solid #A48C75}
.pkp_structure_head{border-bottom: 1px solid #A48C75}
.pkp_page_index .cmp_announcements{border-top: 1px solid #decea4;border-bottom: 1px solid #A48C75}
.page_issue_archive .issues_archive > li{border-bottom: 1px solid #A48C75}
.obj_article_details .entry_details .item{border-bottom: 1px solid #A48C75;}
.obj_article_details .citation_display .citation_formats_styles a{display: block;padding: .5em 1em;border-bottom: 1px solid #dA48C75;text-decoration: none}
@media (min-width: 768px){.obj_article_details .row{margin-left: -20px;margin-right: -20px;border-top: 1px solid #A48C75;border-bottom: 1px solid #A48C75}
.obj_article_details .entry_details .item{border-bottom: 1px solid #A48C75}
.cmp_table{border: 1px solid #A48C75;}
.cmp_table th,.cmp_table td{border-bottom: 1px solid #A48C75}
.pkp_structure_footer_wrapper{border-top: 1px solid #A48C75}
.pkp_page_index .cmp_announcements > .obj_announcement_summary:before{border-left: 1px solid #A48C75}
@media (min-width: 992px){.pkp_structure_sidebar:before{border-left: 1px solid #A48C75}
.pkp_page_index .cmp_announcements .more:before{border-left: 1px solid #A48C75}}

/* Article Published, etc. labels */
.obj_article_details .entry_details .item > .label,.obj_article_details .entry_details .sub_item:first-child > .label{padding: .5em 20px;background: #876F47;border-top-left-radius: 3px;border-top-right-radius: 3px}
