
/* CSS Document */

/* CUSTOM CSS */

.pkp_navigation_primary  {
    	margin: 0 1em;
    	padding: 10px 0 8px;
    	border-bottom: 2px solid transparent;	
    	border-top-width: 2px;
    	color: #fff;
}

.pkp_footer_content {
    	padding: 0px;
    	text-align: justify;
    	background-color: #AA3837;

}

.pkp_structure_footer_wrapper {
    	background: #AA3837;
}

.pkp_brand_footer {
	display: none;
}

.pkp_footer_content p {
	margin: 0;
}

.obj_galley_link, .block_make_submission_link, button {
	border-radius: 25px !important;
    background: #AA3837 !important;
	border: none !important;
	color: white !important;
	padding: 0 4em !important;
	box-shadow: none;
}

.block_make_submission a {
	box-shadow: none;
}

button a {
	text-decoration: none;
	color: inherit;
	white-space: nowrap;
	display: inline-block;
	font-size: 13px;
    line-height: 28px;
    font-weight: 700;
}

button a:hover {
	color: inherit;
}

.obj_article_summary a {
	color: black;
}

.obj_article_summary a:hover {
	color: #007ab2;
}

.cmp_article_list {
	-webkit-column-count: 3;
   	-moz-column-count: 3;
   	column-count: 3;
    	-webkit-column-gap: 40px;
    	-webkit-column-rule-style: solid;
    	-moz-column-gap: 40px;
    	-moz-column-rule-style: solid;
    	column-gap: 40px;
    	column-rule-style: solid;
    	column-rule-color: #ddd;
    	column-rule-width: 1px;
}
.pkp_navigation_primary {
 
   
    border-bottom: 2px solid transparent;
    border-top-width: 2px;
    color: #fff;
}
.pkp_site_name .is_img img {
    display: block;
    max-height: 30%;
    max-width: 60%;
    width: auto;
    height: auto;
}
