/* IASSIST Stylesheet */
/* Based on basic UAL OJS theme */

/* Handling site header */
.pkp_site_name_wrapper {
    height: auto;
}
.pkp_site_name {
    position: relative;
}
.pkp_site_name .is_img img {
    width: 80%;
    max-height: none;
}

/* Ensures the pkp/ojs footer image is invisible */
.pkp_brand_footer img {
	max-height:0px;
}

/* The following CSS is optional */


/* Detailed header styles */
/* Center header logo */
.pkp_site_name {
    text-align: center;
}
/* Header background image */
.pkp_structure_head{
	background-image: url(/public/site/images/ojsadmin/bg3.jpg);
	background-size: cover;
}
/* Dropdown menu icon background */
button.pkp_site_nav_toggle {
    background-color: white;
}


/* Detailed menu styles */
/* Primary navigation menu */
#navigationPrimary a, .pkp_navigation_search_wrapper a {
    font-family: 'Open Sans', "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
}
/* Primary Navigation menu dropdown menu in full-screen view */
@media(min-width: 992px) {
	    #navigationPrimary > li > ul a {
		color: #fff;
		background-color: #c6393c;
		border: none

      }
		#navigationPrimary > li > ul a:hover, #navigationPrimary > li > ul a:focus {
        text-decoration: underline;
        background-color: #c6393c
      }
}
/* Primary Navigation menu bar colour and border */
.pkp_navigation_primary_row {
    background: #fff;
    border-left: solid 12px #fff;
}
/* Avoid highlighting Primary Navigation menu buttons when clicked */
#navigationPrimary a:focus, .pkp_navigation_search_wrapper a:focus {
    background-color: transparent;
}
/* User Navigation menu settings */
#navigationUser a {
    color: #000;
    background-color: #fff;
	border: none;
}
/* User Navigation menu in dropdown */
@media(max-width: 991px) {
    #navigationUser a {
        background-color: transparent;
    }
}
/* User Navigation menu hover/focus underline */
#navigationUser a:hover, #navigationUser a:focus {
	text-decoration: underline;
}


/* Detailed font styles */
.pkp_structure_main h1{
	font-family: Muli, sans-serif;
	font-size: 38px;
	font-weight: 900;
	line-geight: 40px;
}
.pkp_structure_main h2{
	font-family: Muli, sans-serif;
	font-size: 28px;
	font-weight: 900;
	line-height: 30px;
}
.pkp_structure_main h3{
	font-family: Muli, sans-serif;
	font-size: 18px;
	font-weight: 600
}
.pkp_structure_main h4{
	font-size: 16px;
	font-weight: 600
}
.pkp_structure_main h5{
	font-size: 16px;
	font-weight: 400
}
.pkp_structure_main h6{
	font-size: 12px;
	font-weight: 600
}
body{
	font-family: "Muli", sans-serif;
	font-size: 16px;
}


/* Link colours */
/* Body link colors */
a, .obj_announcement_summary .read_more, .pkp_page_index .current_issue .read_more {
	color: #c6393c;
	text-decoration: none;
}
/* Body link hover/focus colors */
a:hover, a:focus, .obj_announcement_summary .read_more:hover, .obj_announcement_summary .read_more:focus, .pkp_page_index .current_issue .read_more:hover, .pkp_page_index .current_issue .read_more:focus {
  color:#b15b5d;
}


/* Button colours */
/* Galley buttons */
.obj_galley_link {
    color: #c6393c;
    border-color: #c6393c;
}
/* Galley buttons hover/focus */
.obj_galley_link:hover, .obj_galley_link:focus {
    background-color: #c6393c;
}
/* Other buttons */
.cmp_button, .cmp_form .buttons button, .page_lost_password .buttons button, .block_make_submission a {
	color: #c6393c
}

/* Misc. snippets */
/* Sidebar customization */
.pkp_block {
	border-bottom: solid 0.9px rgb(221, 221, 221);
	border-right: solid 0.9px rgb(221, 221, 221);
	font-size: 16px;
}
@media (max-width: 991px) {
.pkp_block {
		border-right: 1.43rem;
	}
.pkp_block.block_make_submission {
	border-bottom: 0px;
	font-size: 16px;
	}
}
.pkp_structure_sidebar {
	background-color:#f5f4f3;
	color: rgb(171, 171, 171);
}
.pkp_structure_content.has_sidebar {
	padding-top: 0px;
}
/* Notification border */
.cmp_notification {
	border-color: #c6393c
}
/* Keeps abstract text from crowding the heading */
 .pkp_structure_main .page.page_article .obj_article_details .row .main_entry .item.abstract h2 {
          margin-right: 100%;
}
/* Hides support contact */
.page_contact .contact.support {
   visibility: hidden;
   margin-top: 40px;
}
