@media print {
  a[href]:after {
    content: none !important;
  }
  
  .pro_ad_system_ad_container {
	  display: none;
  }
  
  #top {
	  display: none;
  }

  .aside, .social-content-left, .bottom-social-buttons, #respond {
	  display: none !important;
  }
  

  
  
  .col-xs-12, .col-sm-12, .col-md-9, .col-lg-9, .col-sm-9 {
    margin-right: 1% !important;
    width: 99% !important;
  }

  #katoikos-article p.lead {
	  
  }

  #katoikos-article p {
	  text-align: justify !important;
  }

  .wp-caption, .alignright {
  	   padding-left: 15px;
  }

  .wp-caption, .alignleft {
	  padding-right: 15px;
  }
  
  .alignright .wp-caption-text {
	  text-align: center !important;
  }

  .alignleft .wp-caption-text {
	  text-align: center !important;	  
  }
  
  blockquote {
	  border: 0px !important;
  }
 
   #bars {
	  display: none !important;
  }

  #cookie-notice {
		display: none !important;	 
	}


  .social-links{
	  display: none !important;
  }

  
}

