/*
Theme Name: Twenty Fourteen Child
Theme URI: https://wp-themes.com/twentyfourteen
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Twenty Fourteen child theme.
Template: twentyfourteen
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: twentyfourteen-child

CUSTOM STYLES _ AVI
*/

.site {
    max-width: 100%!important;
}

.site-header {
    max-width: 100%!important;
}

#site-header {
    background: #000;
}
.comment-content img, .entry-content img, .entry-summary img, #site-header img, .widget img, .wp-caption {
    display: block;
    margin: auto;
}
.entry-title {
    text-align: center;
}

/* CHILD styles of content to full width - using 'child full width' template */
div#child-article {
    width: 100%;
}
#child-article article.page {
    width: 90%;
}

a.download-csv {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    padding: 10px;
	display: inline-block;
    margin: 10px 0;
}

a.download-csv:hover {
    color: #000;
    background-color: #ef568a;
}