@charset "UTF-8";
/*#ccba71;*/
/*
Theme Name: SKYL2020
Adding print support. The print styles are based on the the great work of
Andreas Hecht in https://www.jotform.com/blog/css-perfect-print-stylesheet-98272/.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Margins
# Paddings
# Width
# Typography
# Page breaks
# Links
# Visibility
--------------------------------------------------------------*/
@media print {
  /* Margins */
  @page {
    margin: 1cm;
  }
  #site-content {
    padding-top: 0;
  }
  .entry-header,
  .site-footer {
    margin: 0;
  }
  /* Paddings */
  .posts {
    padding: 0;
  }
  /* Width */
  .entry-content,
  .entry-content p,
  .section-inner,
  .section-inner.max-percentage,
  .section-inner.medium,
  .section-inner.small,
  .section-inner.thin {
    max-width: 100%;
    width: 100%;
  }
  /* Fonts */
  body {
    background: #fff !important;
    color: #000;
    font: 13pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
  }
  h1 {
    font-size: 20pt;
  }
  h2,
  h2.entry-title,
  h3,
  h4,
  .has-normal-font-size,
  .has-regular-font-size,
  .has-large-font-size {
    font-size: 14pt;
  }
  /* 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;
  }
  /* Links */
  a:link,
  a:visited,
  a {
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
  }
  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) "> ";
  }*/
  #site-header {
    position: relative!important;
  }
  /* Visibility */
  #sideMenu,
  .header-navigation-wrapper,
  #site-footer,
  #footer-widgets,
  #btn_socials,
  .comment-form,
  .comments-wrapper,
  .comment .comment-metadata,
  .footer-social-wrapper,
  .footer-widgets-outer-wrapper,
  .pagination-wrapper,
  .post-meta-wrapper.post-meta-single-bottom,
  .post-separator,
  .mobile-nav-toggle,
  .site-logo img {
    display: none!important;
  }
  .entry-content .wp-block-button .wp-block-button__link,
  .entry-content .wp-block-button .wp-block-file__button,
  .entry-content .button {
    background: none;
    color: #000;
  }
  .entry-content ul li,
  .entry-content ol li {
    margin-left: 10px;
  }
  main.column2 .entry-content {
    float: none;
    width: 100%;
  }
  main header {
    padding-left: 2rem;
    padding-right: 1.5rem;
  }
  main header .box0 {
    width: 240px;
    float: left;
    margin-right: auto;
  }
  main header .box0 .tb {
    height: 100%;
  }
  main header .box0.featured-image .box0_0 {
    height: 180px;
    padding-top: 30px;
  }
  main header .box0.featured-image .box0_1 {
    width: 100%;
  }
  main header .box0.featured-image .tb {
    height: auto;
  }
  main header .box0_0 {
    height: 85px;
  }
  main header .box0_1 {
    background-color: #a32035;
    width: 80%;
    height: 15px;
  }
  main header .box1 {
    margin: auto;
    float: left;
    width: calc(100% - 240px);
  }
  main header .box1 h2 {
    text-align: left;
  }
  main header .box1.featured-image {
    margin-top: 30px;
  }
  .hoz3 {
    padding-top: 30px;
  }
  .hoz3 > div {
    width: 100%;
    height: 3px;
    display: block;
  }
  .hoz3 > div:nth-child(1) {
    background-color: #9e760d;
  }
  .hoz3 > div:nth-child(2) {
    background-color: #82bc00;
    margin: 6px auto;
  }
  .hoz3 > div:nth-child(3) {
    background-color: #85276b;
  }
  #footer_print {
    display: block;
  }
}
@media print and (orientation: landscape) {
  /*header {display:none;margin:auto;padding:0}
  main header {display:none;margin:auto;padding-left:0;padding-right:0}*/
  header {
    margin-left: 15px;
  }
  main header {
    padding-left: 50px;
    padding-right: 0;
  }
  html[lang=en-US] #footer_print table tr:first-child {
    display: inline-block;
  }
}
