/*------------ CSS for printing pages ------------*/
@media screen {
  .no-screen {
    display:none!important
  }
}

@media print {

  /******************** uwkc print css adjustments ********/
  li {
    font-size:11px!important;
    line-height:1em;
    padding-right:15px!important;
    max-width: 7in !important;
  }

  /****************** uwkc print css adjustments *************/
/*
  h1, h2, h3, h4, h5 { max-width: 7in !important; }
  hr.mini-hr, hr { display: none; }
  .uwkc-sponsorship-chart img { 
    max-height: 3.5in !important; 
    margin-bottom: 10px; 
  }

  #theme-page {  
    max-width: 7in !important;
    
  }
  body,
  .page {
    max-width: 7in !important;
    margin:8px!important;
    padding:0!important;
    line-height:1.4em!important;
    word-spacing:1px!important;
    letter-spacing:.2px!important;
    color:#000!important
  }

  .no-print,
  .vc_empty_space {
    display:none!important
  }

  p, {
    font-size:11px!important;
    line-height:1em;
    padding-right:15px!important;
    max-width: 7in !important;
  }

  .mk-blockquote,
  .inside-blockquote-author,
  .inside-blockquote-quote {
    font-size:11px!important;
    line-height:11px!important;
    padding-right:20px;
    padding-bottom:none;
    margin-bottom:none
  }

  .large-font {
    max-width:400px!important;
    margin-right:auto;
    margin-left:auto;
    font-size:13px!important
  }

  #printfriendly img {
    float:left;
    margin-top:12px;
    margin-right:12px
  }

  .pad-top {
    padding-top:20px
  }

  .wpb_raw_html {
    display:none
  }

  @page {
    margin:.5cm
  }

  .mk-page-title-box {
    max-height:120px!important
  }

  .mk-page-title-box-title::before {
    content:url(/wp-content/uploads/2015/05/UWKC-white-medium2.png);
    margin-right:18px;
    margin-top:30px
  }

  .img {
    max-width:100%!important;
    max-height:100px!important
  }

  h1,
  h2 {
    font-size:24px!important
  }

  h3,
  h4,
  .mk-icon-calendar,
  .large-font {
    font-size:18px!important
  }

  li {
    font-size:12px!important
  }

  .vc-seperator,
  .main_menu,
  .mk-padding-shortcode,
  .more-link,
  #related,
  #social,
  #sponsors,
  .tabs,
  #allpost,
  .splitbox,
  #commentform,
  #commentabs .idTabs,
  .postmeta-content,
  .comments,
  #respond,
  .tag,
  .footerlinks {
    display:none!important
  }

  #wrapper,
  #content {
    width:auto;
    border:0;
    margin:0 5%;
    padding:0;
    float:none!important
  }*/
}

