/* -----  Examples ------ */

/* This will align images to the left */

/* print styles */

@media print {
  h1,
  h1 .elementor-heading-title .elementor-size-default {
    text-align: center !important;
    line-height: 1em;
  }
  #mobilenav,
  #printme {
    display: none;
  }

  body {
    background: #fff none !important;
    color: #000;
  }
  #wrapper {
    clear: both !important;
    display: block !important;
    float: none !important;
    position: relative !important;
  }
  #header {
    border-bottom: 2pt solid #000;
    padding-bottom: 18pt;
  }
  #colophon {
    border-top: 2pt solid #000;
  }
  #site-title,
  #site-description {
    float: none;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
  }
  #site-title {
    font-size: 13pt;
  }
  .entry-content {
    font-size: 14pt;
    line-height: 1.6em;
  }
  .entry-title {
    font-size: 21pt;
  }
  #access,
  #branding img,
  #respond,
  .comment-edit-link,
  .edit-link,
  .navigation,
  .page-link,
  .widget-area {
    display: none !important;
  }

  #container,
  #header,
  #footer {
    /* margin-bottom: 100pt; */
    /* padding-bottom: 100pt; */
    width: 100%;
    font-size: 12pt;
  }

  #content,
  .one-column #content {
    margin: 24pt 0 0;
    width: 100%;
    overflow: visible;
  }
  .wp-caption p {
    font-size: 11pt;
  }
  #site-info,
  #site-generator {
    float: none;
    width: auto;
  }
  #colophon {
    width: auto;
  }
  img#wpstats {
    display: none;
  }
  #site-generator a {
    margin: 0;
    padding: 0;
  }
  #entry-author-info {
    border: 1px solid #e7e7e7;
  }
  #main {
    display: inline;
  }
  .home .sticky {
    border: none;
  }
  .elementor-widget-breadcrumbs {
    display: none;
  }
  h1 {
    font-size: 14pt !important;
  }
  .elementor-page-title {
    margin: 0 !important;
  }
  .elementor-widget-container,
  #container,
  #header,
  #footer {
    overflow: 20pt !important;
    width: 100%;
    font-size: 12pt;
  }
  .elementor-widget-heading {
    margin: 0 !important;
  }
  .elementor-container {
    min-height: 100% !important;
  }

  /* Defining all page breaks */
  a {
    page-break-inside: avoid;
  }
  blockquote {
    page-break-inside: avoid;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
  table,
  pre {
    page-break-inside: avoid;
  }
  ul,
  ol,
  dl {
    page-break-before: avoid;
  }

  /* Displaying link color and link behaviour */
  a:link,
  a:visited,
  a {
    background: transparent;
    color: #520;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
  }
  a {
    page-break-inside: avoid;
  }
  a[href^="http"]:after {
    content: " < " attr(href) "> ";
  }
  $a:after > img {
    content: "";
  }
  article a[href^="#"]:after {
    content: "";
  }
  a:not(:local-link):after {
    content: " < " attr(href) "> ";
  }

  /**
* Making intergated videos disappear, and removing the iframes' whitespace to zero.
*/
  .entry iframe,
  ins {
    display: none;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
    white-space: nowrap;
  }
  .embed-youtube,
  .embed-responsive {
    position: absolute;
    height: 0;
    overflow: hidden;
  }

  /* jobs print styles */
  .awsm-job-form,
  .awsm-jobs-pro-listings-link-container {
    display: none;
  }
  .awsm-job-content p,
  .awsm-job-content li {
    font-size: 12pt;
    line-height: 1.1em;
  }
}
