.pkp_site_footer_wrapper .pkp_footer_content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.pkp_structure_footer {
    background-color:  #006BA6;
	margin: 0px;
	padding: 0px;
	width:100%;
}
//.pkp_brand_footer {
//    display: none;
//}

.pkp_structure_head {
     &:after {
          content: 'text to be added';
          color:white;
     }
}   