/* @media = print styles */

@media print {
    body > *:not(content),
    header,
    menu,
    .breadcrumbs,
    footer,
    #wpadminbar {
        display: none;
    }
    
    body {
        font-size: 70%;
    }
    
    .single-project-actions {
        display: none;
    }
    
    img {
        page-break-inside: avoid;
    }
    
    article a:after {
        display: none ! important;
        content: "";
    }
    
    .print-full-width {
        width: 100% ! important;
    }
    
    
    
    /* single project styles */
    
    .project-step:first-child {
        border-top: #000 1px solid;
    }
    
    .project-step {
        border-bottom: #000 1px solid;
    }
    
    .project-shopping-list .project-additional-info > row {
        display: block ! important;
    }

    .project-shopping-list .shopping-list-col {
        display: block ! important;
        float: none ! important;
        width: 100% ! important;
        clear: both ! important;
        height: auto ! important;
        padding-left: 16px ! important;
        border-left: none ! important;
    }

    .project-shopping-list .shopping-list-col:first-child {
        border-left: none ! important;
    }
    
    
    
    /* single product styles */
    
    .product-palette {
        
    }
    
    .product-palette .expandable {
        display: none ! important;
    }
    
    .product-palette .color {
        float: left;
        width: auto ! important;
        height: auto ! important;
        margin: 0 24px 0 0;
        padding: 0;
        background: transparent none;
    }
    
    .product-palette .color .name {
        display: block;
        position: static ! important;
        width: auto ! important;
        height: auto ! important;
        white-space: nowrap;
        float: left ! important;
        text-align: left;
        -webkit-transform: rotate(0deg) ! important;
        -moz-transform: rotate(0deg) ! important;
        -ms-transform: rotate(0deg) ! important;
        -o-transform: rotate(0deg) ! important;
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0) ! important;
    }
    
    .product-palette .color .weight {
        display: none ! important;
    }
    
    .product-palette p {
        display: none;
    }
    
    .kit .clay-line {
        display: none;
    }
}