/*********************************************
	Print Style Sheet 
*********************************************/
@media print {
body {
	background:white; color:black; margin:0;
}
.builder-module-1 {
    display: none;
}
.builder-module-2 {
    display: none;
}
.hero-container.container {
    display: none;
}
a[href]:after {
    content: none !important;
}
#share-buttons {
    display: none;
}
span.embed-youtube {
    display: none !important;
}
.alignright .btn {
	display: none;
}
.entry-footer {
    display: none;
}
#disqus_thread {
    display: none;
}
.builder-module-html-last {
    display: none;
}
.builder-module-widget-bar {
    display: none;
}
}