div.su-row {
    margin-bottom: -10px;
}

#apk-main-title {
    border-style: dashed;
    border-color: #ddd;
    border-bottom-width: 1px;
}
#apk-sec-head h1 {
    font-family: Helvetica;
    font-weight: normal;
    font-variant: normal;
    font-size: 20px;
}

 .logo .mobile {
    display: none;
  }
  /* when screen is less than 600px wide
     show mobile version and hide desktop */
  @media (max-width: 600px) {
    .logo .mobile {
      display: block;
    }
    .logo .desktop {
      display: none;
    }
  }

 | by &lt;a href=&quot;"> | Posted in
			
			&lt;?php
			
			$categories = get_the_category();
			$separator = &quot;, &quot;;
			$output = &#039;&#039;;
			
			if ($categories) {
				
				foreach ($categories as $category) {
				
					$output .= &#039;term_id) . '">' . $category->cat_name . ''  . $separator;
					
				}
				
				echo trim($output, $separator);
				
			}
			
			?>
			
			
		
		
	
	
	&lt;?php endwhile;
	
	else :
		echo &#039;No content found';
	
	endif;
	
get_footer();

?>


