/* Custom style for main portal
/* author: Rogério Matsui Guenta
*/
@media (min-width: 992px) {
	.has_site_logo .pkp_head_wrapper {
		padding-top: 30px;
	}
	
	.has_site_logo .pkp_head_wrapper {
		padding: 10px 0;
	}
	
	.pkp_navigation_primary_wrapper {
		margin-top: 10px;
		padding-left: 20px;
	}
}
@media (min-width: 782px) {
	.pkp_structure_footer {
		display: flex;
		align-items: flex-end;  
		justify-content: space-between;
	}
	.pkp_footer_content {
		padding: 20px;
		text-align: left;
		display: inline-table;
	}
	.pkp_brand_footer {
		padding: 20px;
		display: flex;
		align-items: flex-end;  
		align-self: flex-end;  
		gap: 15px;
	}
	.pkp_brand_footer img {
		height: 50px;
		width: auto;
	}
}
@media (max-width: 780px) {
	.has_site_logo .pkp_head_wrapper {
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.pkp_site_name{
		left: 0;
	}
	.pkp_site_nav_toggle {
		position: absolute;
		top: 0;
		left: unset;
		right: 0;
		background-color: #417bb9;
		background-image: none;
		border: 1px solid #ddd;
		border-radius: 4px;
	}
	.pkp_footer_content {
		padding: 0;
		text-align: center;
	}
	.pkp_brand_footer {
		padding: 0;
		float: none;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		max-width: 100%;
	}
	.pkp_brand_footer img {
		height: 35px;
		width: auto;
	}
}