/*=======================================================================================*/
/* =Print Styles
* @version         1.0
* @lastmodified    08/09/17
============================================================+============================*/
@media print{

    /* Resets Styles */
    @page{ margin: 0.5cm; }
    body {margin:0; padding:0; line-height: 1.2; font: 14px Arial, serif; color: #000!important; background: none;}
    #wrapper { padding:10px; width: 100%; margin: 0; }

    /* Links */
    a {color: #000!important; }
    a, a:link, a:visited {background: transparent; color: #000!important; text-decoration:none;}
    #content a:link[href^="http://"]:after, #content a[href^="http://"]:visited:after {content: " (" attr(href) ") "; font-size: 10px; color: #000!important; line-height:1.2; }
    #content a[href^="http://"] {color:#000!important; line-height:1.2; font-size:10px; }

    /* Don't show linked images  */
    a[href$=".jpg"]:after, a[href$=".jpeg"]:after, a[href$=".gif"]:after, a[href$=".png"]:after { content: " (" attr(href) ") "; display:none; }

    /*Image*/
    img, img a  {border:none; page-break-inside: avoid; }

    /* Headings, UL, HR and P*/
    h1,h2,h3,h4,h5,h6, ul { page-break-after:avoid; color: #000!important; }
    p, h2, h3 { orphans: 3; widows: 3; color: #000!important; }
    hr { background-color: #ccc; }

    /*Remove Deafults Elements*/
    .noprint, aside, nav, footer, form, .social-links {display:none;}

    /* Table */
    table { margin: 1px; text-align:left; }
    table tr {page-break-inside: avoid;}
    table tr:focus {  background: transparent; }
    table tr:first-child { display: none; }
    table tr td { display: block; text-align: center; }
    table tr td:first-child { background: #000000 !important; font-weight: 700; font-size: 3em; color: #FFFFFF; }
    table th { border-bottom: 1px solid #333; font-weight: bold; }
    table td { border-bottom: 1px solid #333; }
    table th, table td { padding: 4px 10px 4px 0; }
    table tfoot { font-style: italic; }
    table caption { background: #fff; margin-bottom:2em; text-align:left; }
    table thead {display: table-header-group;}

    /*Header*/
    header {background-color: #000; width:100%; -webkit-print-color-adjust: exact;}
    header > * { display: none; }
    header .logo { display: block; }
    .logo { width:150px; text-indent:1px; text-decoration:none; margin: 0; padding: 0;}
    .logo img { width:100%; height:auto; }
    .menu, .header-icons, #banner {display:none !important;}

    /*Content*/
    #content  { width: 100%; margin: 0; padding: 0; background: none; }
    #main { width:100%!important; }
    #main .wrap { padding:0; margin:0;}
    section { page-break-before: always; }

    /*Footer*/
    #footer {margin-top:10px;}
    a {color: #000!important; }


    /* Custom CSS*/
    /*=======================================*/

    /*Remove Extra Elements*/
    iframe {display:none;}

    /*Color Updates*/
    /* .event h3  { color: #fff !important; } */

    /*100% Width Elements*/
    /*[class^="col_"]{ width: 100%!important; }*/

    /*Homepage*/
    /*body.home { }*/

    /*Pagination*/
    /* add .pagination */

    /*Accordions*/
    /*.accordion-data { display: block; }*/

    /*testimonial*/
    /*.testimonial { display: block; }*/
}
