/* IASSIST Stylesheet */
/* Based on basic UAL OJS theme */

/* Handling site header image */
.pkp_site_name .is_img img {
	display: block;
    max-height: 250px;
    max-width: 100%;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
}

/* Center header logo */
.pkp_site_name {
    text-align: center;
}

/* Resize site header in mobile view */
@media (max-width: 991px){
    .pkp_site_name .is_img img {
        max-height: 150px;
    }
    .pkp_structure_head {
        height: 160px;
    }
}
@media (max-width: 271px){
    .pkp_structure_head {
        height: 57vw;
    }
}

/* Header background image */
.pkp_structure_head{
	background-image: url(/public/site/images/ojsadmin/bg3.jpg);
	background-size: cover;
}


/* Primary Navigation menu link style settings */
#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;
    -webkit-transition: all 0.1s linear;
            transition: all 0.1s linear;
}

#navigationPrimary a:focus, .pkp_navigation_search_wrapper a:focus {
    background-color: transparent;
}
    
.pkp_navigation_search_wrapper a:hover {
        color: #000;
}

@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;
      }
}

.pkp_navigation_primary_row {
    background: #fff;
    border-left: solid 12px #fff;
}
      

/* User Navigation menu link style settings */
#navigationUser a {
    color: #000;
    background-color: #fff;
	border: none;
}

#navigationUser a:hover, #navigationUser a:focus {
	text-decoration: underline;
}
    
@media(max-width: 991px) {
    #navigationUser a {
        background-color: transparent;
    }
}

/* Dropdown menu icon */
button.pkp_site_nav_toggle {
    background-color: white;
}

/* 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;
}

/* body link colors -- defaults to OJS blue when not set */
a, .obj_announcement_summary .read_more, .pkp_page_index .current_issue .read_more {
	color: #c6393c;
	text-decoration: none;
}

/* "read more" link text  -- defaults to OJS blue when not set */
.obj_announcement_summary .read_more, .pkp_page_index .current_issue .read_more {
color: #994d4f;
}
  
/* body link hover/focus colors -- defaults to OJS blue when not set */
a:hover, a:focus, .obj_announcement_summary .read_more:hover, .pkp_page_index .current_issue .read_more:hover,.pkp_page_index .current_issue .read_more:focus {
  color:#b15b5d;
}

/* Galley buttons */
.galleys_links a {
    color: #c6393c;
    border-color: #c6393c;
}
.galleys_links a:hover, .galley_links a:focus {
    background-color: #c6393c;
}

/* Other buttons */
.cmp_button, .cmp_form .buttons button, .page_lost_password .buttons button, .block_make_submission a {
	color: #c6393c
}

/* Notification border */
.cmp_notification {
	border-color: #c6393c
}

/* Sidebar */
.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;
}

@media (max-width: 991px) {
    .pkp_structure_main {
        padding-left: 1.43rem;
        padding-right: 1.43rem;
        padding-top: 0;
    }
}

/* Hides the PKP/OJS footer image in Default and Manuscript themes */
.pkp_brand_footer img {
max-height: 0px;
}

/* 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;
}
