﻿@media print {

    html {
        font-size: 12px;
    }
    h1, h2 {
        padding-top: 0;
    }
    .herocontenth1 {
        font-size: 2em;
        margin: 0;
    }

    .bodyContent {
        padding: 0 1em !important;
    }
    .heroBg, .section2Bg, .aboutUsBg {
        height: 0;
    }

    .greyBgSection, .serviceP {
        margin-right: 0;
    }

    .colRowFlex {
        flex-direction: column
    }

    .featureList {
        margin: 0 !important;
    }
    .highlights {
        margin: 0;
        padding:0;
    }

    .certWrp {
        display: flex;
        flex-direction: row;
    }

    .certificationImage {
        padding: 0;
        margin: 0 5em;
        width: 6em;
    }

    .reviewsHomeContainer {
        padding: 0;
    }

    .lightboxWrp {
        opacity: 1;
        visibility: visible;
        position: unset;
    }

    .lbStaffItem {
        display: block;
    }

    .lightbox {
        display: block;
        padding: 0 1em;
        position: unset;
        top:0;
        left: 0;
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        transform: none;
    }
    .staffContent, .contentPageText {
        padding: 0 1em !important;
    }

    .blogList a {
        height: 100%;
    }

    .blogEntryDeets {
        padding: 0 1em !important;
        margin-top: 0 !important;
    }

    .serviceP .col-flex-4,
    .servicePage .col-flex-4 {
        margin: 0;
        padding: 0;
    }

    .averageRatingNumber {
        padding-top: 7px;
        font-size: 2.3em;
    }

    .reviewPage .reviewsHomeContent {
        padding: 1em;
    }

    .schedP iframe, .contactP iframe {
        height: 500px;
        width: 100%;
    }


    .closeBtn,
    .contactForm,
    .outsideReviewsinner,
    .blogImg img,
    .hrForH1H2,
    .sideOpRec,
    .staffWrp,
    .lbStaffImg,
    .fa-times-circle,
    .staffItem,
    .wrapper:before,
    .socialMediaIcons,
    #menuToggle,
    .buttonWrpHero, 
    .buttonWrpCenter, 
    .tertiaryBtn, 
    button.tertiaryBtn, 
    input.tertiaryBtn, 
    a.tertiaryBtn, 
    input[type="button"].tertiaryBtn, 
    input[type="submit"].tertiaryBtn
    .button,
    .imageOverlay,
    footer
    {
        display: none;
    }

    * {
        background: none !important;
    }
}