@media print {
  
  html, body {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Verdana, Geneva, sans-serif;
  }
  
  p {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
  }
  
  h1, h2 ,h3, h4, h5 {
    "Palatino Linotype", "Book Antiqua", Palatino, serif
  }
  
  .header-section {
    position: static !important;
  }
  
  .top-address {
    float: none;
    display: inline-block !important;
    text-align: center;
  }
  
  .subnav {
    float: none;
    display: inline-block !important;
    width: auto;
    text-align: center;
  }
  
  .hidden-xs {
    display: none !important;
  }
  
  .phone-num {
    font-size: 14px;
    padding: 0;
    display: inline-block !important;
    text-align: center;
    background: none;
  }
  
  .header-section {
/*     padding-top: 10px; */
  }
  
  .header-section > div {
    font-size: 13px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background: none !important;
    color: #514244;
    border-bottom: 1px solid #514244 !important;
  }
  
  .header-section > div a {
    color: #514244;
    font-weight: normal !important;
  }
  
  .placemark-pin {
    display: none !important;
  }
  
  .main-navigation {
    display: none;
  }
  
  article.cell {
    display: block; 
    width: 100%;
  }
  
  aside.cell {
    display: none;
  }
  
  .content-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 45px !important;
    padding-bottom: 0px !important;
    background: none;
  }
  
  .gen-btn,
  .page-description,
  #creatingYourEye,
  .testimonial-bx,
  .powered-logo,
  .footer-logo,
  .blocked {
    display: none !important;
  }
  
  .site-footer {
    background:none !important;
    background-color: transparent !important;  
    padding: 0px !important;
    text-align: center !important;
  }
  
  .contact-info-owner {
    float: none;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0px;
  }
  
  strong {
    font-weight: normal;
  }
  
  .breadcrumb {
    display: none;
  }
  
  .banner-section-inner {
    display: none;
  }
   
  a {
      font-weight: bolder;
      text-decoration: none;
   }

  a[href^=http]:after {
    content:" <" attr(href) "> ";
  }
   
  article a[href^="#"]:after {
    content: "";
  }
  
  $a:after > img {
    content: "";
  }
  
  a:not(:local-link):after {
    content:" <" attr(href) "> ";
  }
  
  @page {
    margin: 15px;
    padding: 0;
  }

}

@media print and (color) {
   * {
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
   }
}

