/**
 * Theme Name: Duet Child
 * Theme URI: http://thethemefoundry.com/duet/
 * Author: The Theme Foundry
 * Author URI: http://thethemefoundry.com
 * Description: A dashing responsive two-column newspaper-style theme designed to highlight long-format writing.
 * Version: 1.0
 * Template: duet
 * License: GNU General Public License
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: responsive-width, two-column, typography, writing
 */
@charset "UTF-8";

/* Make all custom CSS changes in a Child Theme.  Any custom
changes you make here will not be overidden when you upgrade the theme.
-----------------------------------------------------------*/

/* Your changes go here */
/* hide theme byline */
footer[role="contentinfo"] p:nth-child(3) {
    display: none;
}