.pkp_site_name .is_img img {
max-height: 210px;
}


.pkp_site_name {
	padding-top: 0px; 
    padding-bottom:0px;
	;
}

.pkp_site_name_wrapper {	
	padding-left: 0px; 
	padding-right: 0px;
	background:none;
}

.pkp_site_name .is_img {
	margin-top: 0px;
    margin-bottom: 0px;
}

.pkp_structure_main:first-child:last-child {
	margin-top:0px;
}

img {
vertical-align: middle;
}

/* table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  padding:5px;
}*/

@media (max-width: 600px) {
    /*.pkp_site_name {
      display: none;
    }*/
	.pkp_site_name .is_img img
	{
		max-height:80px;
	}
	.pkp_site_name_wrapper {
		height: 80px;
    background: #070e16;
	}
	.pkp_head_wrapper{
		background: #070e16;
	}
	.pkp_site_name {
	padding-left: 0rem;
	}
	.has_site_logo .pkp_head_wrapper{
	padding-right: 0rem;
	}
}


.pkp_footer_content {
    padding: 2.143rem;
    text-align: left
}

@media (max-width: 480px) {
    .pkp_footer_content {
        padding:0
    }
}

.pkp_footer_content ul {
    width: 100%;
    list-style-type: none;
    margin-bottom: 1.43rem
}

@media (max-width: 480px) {
    .pkp_footer_content ul {
        margin-left:-2.143rem
    }
}

.pkp_footer_content ul li>div {
    width: 25%;
    float: left;
    margin-right: 1.43rem;
    margin-left: 1.43rem
}

@media (max-width: 480px) {
    .pkp_footer_content ul li>div {
        width:100%;
        text-align: center;
        margin-right: 0;
        margin-left: 0
    }
}

.pkp_footer_content ul li>div img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pkp_footer_content ul li>div p {
    text-align: center
}

.pkp_footer_content ul li>div ul>li {
    list-style-type: none;
    margin-left: -2.143rem
}

@media (max-width: 480px) {
    .pkp_footer_content ul li>div ul>li {
        margin-left:2.143rem
    }
	.footer_div{
		width: 100%!important;
	}
}

.pkp_footer_content ul li>div ul>li a {
    text-decoration: none
}

.footer_div{
	width: 92% !important;
}

/* HIDE OJS/PKP PLATFORM TEXT IN FOOTER */
.pkp_brand_footer,
.pkp_brand_footer a,
.pkp_brand_footer span,
a[href*="pkp.sfu.ca"],
a[href*="publicknowledgeproject.org"],
*[class*="brand"]:contains("Platform"),
*[class*="brand"]:contains("OJS"),
*[class*="brand"]:contains("PKP"),
.pkp_footer_content a[href*="ojs"],
.pkp_footer_content a[href*="pkp"],
.pkp_footer_content span:contains("Platform"),
.pkp_footer_content span:contains("OJS"),
.pkp_footer_content span:contains("PKP") {
    display: none !important;
    visibility: hidden !important;
}

/* ALTERNATIVE: Hide any footer element containing OJS/PKP text */
.pkp_footer_content *:has-text("Platform"),
.pkp_footer_content *:has-text("OJS"),
.pkp_footer_content *:has-text("PKP"),
.pkp_footer_content div:contains("Platform"),
.pkp_footer_content div:contains("workflow") {
    display: none !important;
}

/* MOST EFFECTIVE: Hide the specific footer brand div */
.footer_brand,
.pkp_footer_brand,
.pkp_structure_footer .brand,
.pkp_structure_footer div[class*="brand"],
.pkp_structure_footer span[class*="brand"],
.pkp_structure_footer a[class*="brand"] {
    display: none !important;
    visibility: hidden !important;
}
