/* global */
.hidden-print,
.widget,
.btn,
.ea-sidebar,
section hr,
iframe, .embed-responsive {
    display:none!important;
}
/*
.wpadminbar, .wpadminbar * {
    visibility:hidden;
}*/

p, h1, h2, h3, h4, h5, h6 {
    page-break-after:auto;
    page-break-inside:avoid;
}


h1 {
    height:auto!important;
    padding:10px 0!important;
    margin:0 0 10px!important;
}


h1 a:after,
h2 a:after,
h3 a:after,
h4 a:after,
h5 a:after, 
h6 a:after {
  content:" > " attr(href) ""!important;
  display:block;
  font-size:13px;
  font-weight:normal;
  font-family:monospace;
}

#ea-print-header img {
    float:right;
    width:100px;
}

#ea-print-footer {
    font-size:12px;
    color:midnightblue!important;
    text-align:center;
}
#ea-print-footer a,
#ea-print-footer p {
    color:midnightblue!important;
}

/* article pages */

.ea-social,
.ea-meta-languages,
.ea-article-tagcloud,
.ea-article-meta-yellow,
.ea-edit-link,
.ea-article-footer,
.ea-article-actions,
#ea-comments {
    display:none;
}

article {
    width:100%!important;
}
article p {
    text-align:left!important;
}

.ea-article-header {
    padding-top:0!important;
}
.ea-article-header h2 {
    margin-top:0;
}

.ea-article-featured-image {
    float:right;
    width: 45%;
    margin-left: 15px;
    margin-bottom:15px;
    padding-top:20px;
    font-size:11px;
}
.single-infographic .ea-article-featured-image {
    float:none;
    width:100%;
}

.ea-article-header:after {
    clear:none;
}
.ea-article-header a:after,
.ea-article-meta-white a:after {
    content:"";
}



.ea-article-body-content {
    font-size:14px!important;
}



.ea-article-meta-grey {
    font-size:12px;
}

/* index pages */
.ea-teaser {
    page-break-inside:avoid;
}
.ea-teaser > a {
    display:none;
}

.ea-teaser-labels a {
    display:none;
}
.ea-teaser-meta a:after {
    content:""!important;
}

[class*="col-"] {
    width:100%;
}
.ea-teaser-caption {
    height:auto!important;
    padding-bottom:20px;
}
.pagination {
    display:none;
}


