/**
 * Print Stylesheet

*/

@media print {
 
#content, #page, .main-container {
width: 100%; 
margin: 0; 
float: none;
}
     
@page { margin: 2cm; }

body {
font: 13pt Georgia, "Times New Roman", Times, serif;
line-height: 1.3;
background: #fff !important;
color: #000;
}

h1 {
font-size: 24pt;
}

h2, h3, h4 {
font-size: 14pt;
margin-top: 25px;
}    

a {
    page-break-inside:avoid
}
	
blockquote {
    page-break-inside: avoid;
}
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
	
img { page-break-inside:avoid; 
     page-break-after:avoid; }
	
table, pre { page-break-inside:avoid }
	
ul, ol, dl  { page-break-before:avoid }
    
a:link, a:visited, a {
background: transparent;
color: #520;
font-weight: bold;
text-decoration: underline;
text-align: left;
}

a {
    page-break-inside:avoid
}

a[href^=http]:after {
display: none;
}

a:after > img {
   content: "";
}

article a[href^="#"]:after {
   content: "";
}
	
article a[href^="mailto"]:after {
   content: "";
}

a:not(:local-link):after {
   content:" <" attr(href) "> ";
}

.entry iframe, ins {
    display: none;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
    white-space: nowrap;
}
.embed-youtube, .embed-responsive {
  position: absolute;
  height: 0;
  overflow: hidden;
}

nav.site-navigation, .top-bar, aside, sidebar, .mashshare-top, .mashshare-bottom, .content-ads, .make-comment, .author-bio, .heading, .related-posts, #footer, .post-byline, .meta-single, .site-title img, .post-tags, .readability, .site-navigation, nav .site-navigation .top-bar,  .social-media-accounts, .meta .social-likes .social-likes_visible, .related-neighborhood, section .related-articles, .content .social-likes {
display: none !important;
}

.entry:after {
color: #999 !important;
font-size: 1em;
padding-top: 30px;
}
	
#header:before {
font-size: 1em;
padding-top: 30px;
text-align: center !important;    
}
  
p, address, li, dt, dd, blockquote {
font-size: 100%
}

code, pre { font-family: "Courier New", Courier, mono}

ul, ol {
list-style: square; margin-left: 18pt;
margin-bottom: 20pt;    
}

li {
line-height: 1.6em;
}    

.login-actions, .post-categories, .neighborhood {
display: none !important;
visibility: hidden;
}
	
.social-likes a, .social-likes div {
display: none !important;		
}
	
.related-articles .comment-link, section .related-articles, section .related-article	{
display: none !important;			
}

#mc4wp-form-3 {
display: none !important;
}	

.footer {
display: none !important;		
}
	
.postauthor-wrap {
display: none !important;	
}
	
#respond {
display: none !important;			
}
	

	
.post-category 	{
display: none !important;		
}

a[href]:after {
      display: none !important;
      visibility: hidden;
}
	
	.social-likes__widget .social-likes__widget_facebook, .social-likes__icon .social-likes__icon_facebook {
      display: none !important;	
	}

	
.related-articles h1 {
      display: none !important;			
}

.social-likes .social-likes_visible {
border: none !important;		
}
	
.main-container {
		min-width: 100% !important;	
		clear: left !important;
}
	
.single-post .main-container .main-content	{
width: 100% !important;		
}
	


svg.bde-logo {
		width: 400px !important;
	margin-bottom: 0px !important;
}
	
.site-logo {
		width: 400px !important;
		margin: 0px auto 0px auto !important;
}
	
.post-title {
font-size: 2.0rem !important;
margin-top: -40px !important;
}
	
.twitter-tweet, .code-block {
display: none !important;	
}


	.print-footer {
		display: block;
		width:80%;
		margin: 0 auto;
	}
	.footer-text {
		font-weight:normal !important;
		font-style:italic;
	}
	
	
	
}

