.javali-buttons.print{
	margin-top: 50px;
	margin-bottom: 20px;
}

.page--print .node-body{
	width: 100%
}

.page--print #title-area .center {
	display: flex;
    width: 100%;
    justify-content: center;
}

.page--print a.back-top.javali-buttons{
	display: none;
}
/* Header && Footer */

.page--print header#header{
    position: relative;
}

.page--print footer#footer{
	display:none
}
.page--print footer.print-preview.footer{
	display: flex;
    justify-content: space-evenly;
}

.page--print header.print-preview.header {
    display: inline-flex;
    justify-content: space-evenly;
    position: relative;
}

.page--print header.print-preview.header #site-name{
    display: flex;
    padding-top: 30px;
}

.page--print header.print-preview.header #site-slogan {
	display: flex;
    padding-top: 30px;
    color: #fff;
    font-size: 10px;
    font-family: "Fedra Serif B Demi 2",Verdana,Tahoma,Trebuchet MS,sans-serif;
}

.page--print div#block-javali-theme-breadcrumbs{
	display: none;
}

/* Core Content Item */
.page--print .node--type-core-content-item .sidebar-wrapper{
	display:none
}

.page--print .node--type-core-content-item .node-content,
.page--print .node--type-core-content-item .two-columns .node-content{
	display: flex;
    width: 100%;
    justify-content: center;
}


.page--print .node--type-core-content-item .node-body{
	width: 1120px
}

/* Story Item */
.page--print.page-node-type-story-item #story-title-area{
    height: auto;
}
.page--print.page-node-type-story-item #story-title-image {
    display: none;
}

/* Landing page */
.page--print.page-node-type-landing-page #landing-background,
.page--print.page-node-type-landing-page #landing-background-video{
    display: none;
}

.page--print.page-node-type-landing-page #landing-title-image{
    height: 50vh;
}

.page--print.page-node-type-landing-page header:not(.black){
    background-color: black;
}

.page--print.page-node-type-landing-page #landing-title-info #landing-title-info-title h1.white, 
.page--print.page-node-type-landing-page #landing-title-info #landing-title-info-title #landing-title-info-intro,
.page--print.page-node-type-landing-page #landing-title-info #landing-title-info-title h1 span{
    color: black !important;
}

/*.page--print.page-node-type-landing-page .rtecenter{
	width: 65%;
	margin: auto;
}*/
/*.page--print.page-node-type-landing-page .node-content h1,
.page--print.page-node-type-landing-page .node-content h2,
.page--print.page-node-type-landing-page .node-content h3{
	text-align: center;
}*/
.page--print.page-node-type-landing-page .graphic-component.full,
.page--print.page-node-type-landing-page .graphic-component.simple{
    width: 90vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

.page--print.page-node-type-landing-page .one-column .graphic-component .slick-list{
    padding-right: 800px;
    padding-left: 75px;
}

.page--print.page-node-type-landing-page .node-content{
	display: flex;
    width: 100%;
    justify-content: center;
}

/* Products */
.page--print.page-node-type-product #product-title-image{
    display: none;
}
.page--print .node--type-product .side-menu{
    display: none;
}

.page--print.page-node-type-product.toolbar-tray-open.toolbar-fixed #product-title-area,
.page--print.page-node-type-product #product-title-area{
    height: auto;
}

.page--print.page-node-type-product .content-section.two-columns{
    display: flex;
    width: 1120px;
    justify-content: space-between;
    margin: auto;
}

.page--print.page-node-type-product #product-title-info .center{
    display: flex;
    width: 1120px;
    padding-left: 5px;
    justify-content: space-between;
    margin: auto;
    flex-direction: column;
}

/* Highlights */
/*.page--print .javali-highlights[data-background="colored"],
.page--print .border-color-4,
.page--print .javali-highlights[data-background="white"]{
	margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.page--print .javali-highlights[data-float="true"] {
    float: none;
}*/


@media print {

  }
