/*
Theme Name: vitalbriefing
Author: neos
Author URI: http://wordpress.org/
Description: Vitalbriefing theme for WordPress - designed excusively for vitalbriefing.com
Version: 1.0
Text Domain: vitalbriefing
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

/* IMPORTS */
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300');
/*
@font-face {
    font-family: FontAwesome;
    src: url('https://use.fontawesome.com/releases/v5.0.10/css/solid.css');
}
*/

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ANIMATIONS */

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* GENERAL SETTINGS */
body {
    font-family: "Raleway", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
    -webkit-font-smoothing: antialiased;
}
#all {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
h2 {
    padding-top: 90px;
    font-family: Raleway;
    font-weight: 100;
    font-size: 30px;
    color: #222222;
    width: 100%;
    text-align: center;
    margin-bottom: 4rem;
}
h2::after {
    content: "";
    display: block;
    background-color: #222222;
    width: 30px;
    height: 1px;
    margin: 15px auto 0;
}

/* HEADER */

.navbar-brand {
    width: 20%;
}
.navbar-brand img {
    width: 100%;
    transition-duration: 0.3s;
}
.navbar-collapse {
    justify-content: flex-end;
    transition-duration: 0.3s;
}
#navigation {
    width: 100%;
    transition-duration: 0.5s;
}

#navigation:hover {
    background-color: rgba(50,50,50,1);

}
#navigation a {
    color: white;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 500;
    transition-duration: 0.3s;
}
#navigation a:hover {
    color: #dd3333;
    transition-duration: 0.3s;
}
#navigation a.black-text {
    color: black;
    transition-duration: 0.3s;
}
#navigation a.black-text:hover {
    color: #dd3333;
    transition-duration: 0.3s;
}
#navigation .active>a {
    color: #dd3333;
}
.point::after {
    content: "\2022";
    margin-left: 9px;
}
.fa-bars {
    color: white;
    font-size: 1.5rem;
    transition-duration: 0.3s;
}
.navbar-toggler {
    border: none;
}
.fa-bars:hover {
    color: #dd3333;
    transition-duration: 0.3s;
}
/* SECTION HERO */
#hero {
    position: relative;
    width: 100%!important;
    height: 600px;
    min-height: 100%;
}
#scroll-image{
    z-index: -100;
    height: 100%;
    width: 100%;
    position: absolute;
}
.hero {
    height: 100%;
    width: 100%;
    padding-top: 200px;
    text-align: center;
    color: white;
}
.hero h1 {
    width: 100%;
    text-align: center;
    padding: 0 5rem 0 5rem;
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 1rem;
}
.subtitle p {
    display: block;
    width: 100%;
    padding: 0 2rem 0 2rem;
    font-size: 0.9rem;
    margin-bottom: 3rem;
}

.products-link {
    display: flex;
    justify-content: center;
}
.hero a {
    transition-duration: 0.3s;
    display: inline-block;
    border: 1px solid white;
    color: white;
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-decoration: none;
    padding: 0.6rem;
    text-align: center;

}
.hero a:hover {
    background-color: rgba(255,255,255,0.1);
    transition-duration: 0.3s;
}
.hero span {
    background-color: #dd3333;
}

/* SECTION PRODUCTS */
#products {

}

#products>.products-container {
    width: 100%!important;
    margin: 0;
    padding: 0;
}

.product-presentation {
    /* padding: 0 5rem 0 5rem;*/
}
.product-example {
    background-color: white;
    padding: 2rem 5rem 0 5rem;
    text-align: center;
    padding-bottom: 1rem;
    box-shadow: inset 0 -10px 10px -7px rgba(235,235,235);
}
.pair{
    flex-direction: row-reverse;
}
.product-example article {
    padding-bottom: 2rem;
}

.products-subtitle {
    font-size: 17px;
    font-weight: 600;
}
#products blockquote {
    font-size: 15px;
}
#products h3 {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-bottom: 1.5rem;
}
#products img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    /*height: 100%;*/
    margin-bottom: 1rem;
}
.product-detail {
    display: inline-block;
    margin-top: 2rem;
    padding: 0.5rem 1rem 0.5rem 1rem;
    border: none;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    color: white;
    background-color: #e74c3c;
    transition-duration: 0.3s;
}
.product-detail:hover {
    text-decoration: none;
    color: white;
    background-color: #222222;
    transition-duration: 0.3s;
}
#products aside>img {
    max-width: 100%;
}

.bounceInRight {
    animation-name: bounceInRight;
    animation-duration: 2500ms;
}
.bounceInLeft {
    animation-name: bounceInLeft;
    animation-duration: 2500ms;
}

/* KEY-AREAS */
#key-areas h3 {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    color: white;
    background-color: black;
    line-height: 25px;
    padding: 0 0.5rem 0 0.5rem;
    margin-bottom: 1rem;
}
#key-areas h4 {
    font-size: 15px;
    font-family: Montserrat;
    color: #222222;
    margin-bottom: 5rem;
}
#key-areas span {
    display: inline-block;
    padding: 0 0.2rem 0 0.2rem;
    color: white;
    background-color: #dd3333;
}

/* ABOUT US */
#about-us {
    background-color: #f5f5f5;
    padding-bottom: 3rem;
}
.about-us-subtitle {
    width: 70%;
    margin: auto;
    text-align: center;
    color: #888888;
    font-size: 16px;
}

#about-us-slider {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition-duration: 1s;
}
div.hide-content {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}
div.hide {
font-size: 22px;
    color: #222222;
}

.people-detail>div:first-child {
    width: 100%;
    text-align: center;

    font-weight: 600;
}
.people-detail h3 {
    width: 100%;
    margin-top: 1rem;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
}
.people-detail h3+p {
    width:100%;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
}
.people-detail .people-text {
    width: 80%;
    margin: auto;
}
.people-text {
    margin-top: 1rem;
}
.people-text>img {
    float: right;
    margin: 5px 0 1rem 2rem;
    top: 0;
    right: 100%;
    max-width: 250px;
}
.people-socials>a {
    color: #222222;
    font-size: 30px;
    margin-right: 1rem;
}
.slick-prev {
    left: 0px;
    z-index: 1000;
}
.slick-next {
    right: 0px;
    z-index: 1000;
}
.slick-prev::before {
    font-family: FontAwesome;
    content: "\f0a8";
    color: #222222;
    font-size: 22px;
}
.slick-next::before {
    font-family: FontAwesome;
    content:  "\f0a9";
    color: #222222;
    font-size: 22px;
}
.people {
    text-align: center;
    color: #222222;
    background-color: white;
    padding-bottom: 1rem;
}
.people-pix {
    position: relative;
    width: 274px;
    height: 289px;
    z-index: 1000;
    background-color: transparent;
    overflow: hidden;
    margin-bottom: 2rem;
}
.black-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 274px;
    height: 290px;
    background-color: black;
}
.people-pix img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    max-width: 100%;
    max-height: 100%;
    transition-duration: 0.6s;
}
.people-pix img:hover {
    opacity: 0.4;
    transition-duration: 0.6s;
    transform: scale(1.1);
}
.people h3 {
    font-size: 17px;
}
.people h3+p {
    font-size: 11px;
}

/* ADVISORY BOARD */
#advisory-board {
    background-color: #e7e7e7;
    padding-bottom: 5rem;
}
.advisory-board-subtitle {
    display: block;
    width: 80%;
    margin: auto;
    text-align: center;
    font-size: 17px;
    color: #888888;
}
#advisory-board-slider {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition-duration: 1s;
}
/* SUPPORTED BY */

#supported-by {
    padding-bottom: 5rem;
}
#supported-by img {
    width: 60%;
    margin-left: 20%;
}

/* INSIGHTS */

#insights {
    background-color: #f2f2f2;
}

#insights h3 {
    display: block;
    width: 100%;
    font-size: 17px;
}
.insights-meta {
    font-size: 11px;
    margin-bottom: 1rem;
}
#insights img {
    float: left;
    margin-right: 1rem;
}
.read-more {
    display: block;
    text-decoration: none;
    font-size: 11px;
    color: #222222;
    text-align: end;
    transition-duration: 0.3s;
}
.read-more span {
    position: relative;
    transition-duration: 0.3s;
}
.read-more:hover {
    color: #dd3333;
    text-decoration: none;
    transition-duration: 0.3s;
}
.read-more:hover span {
    left: -10px;
    transition-duration: 0.3s;
}
.all-posts {
    width: 100%;
    text-align: end;
    padding-top: 2rem;
    padding-bottom: 3rem;
}
.goto-blog {
    display: inline-block;
    text-align: center;
    background-color: #dd3333;
    color: white;
    font-size: 11px;
    text-decoration: none;
    padding: 1rem 2rem 1rem 2rem;
    margin-bottom: 2rem;
    transition-duration: 0.3s;
}
.goto-blog:hover{
    color: #222222;
    text-decoration: none;
    transition-duration: 0.3s;
}

/* OUR STORY */

#about-vb {
    padding-bottom: 5rem;
    background-color: rgba(255,255,255,0.7);
    width: 100%;
    overflow: hidden;
}
#scroll-about{
    z-index: -100;
    height: 150%;
    width: 100%;
    position: absolute;
}

/* CONTACT */

#contact {
    margin-top: 0;
    background-color: white;
}
#contact h2 {
    margin-bottom: 1rem;
}
#contact h2+p {
    width: 70%;
    margin: auto;
    text-align: center;
    font-size: 16px;
    margin-bottom: 3rem;
}
#contact form {
    color: #222222;
    font-size: 11px;
    text-transform: uppercase;
}
#contact label, input {
    display: block;
    width: 100%;
}
#contact label {
    margin-top: 2rem;
}
#contact-name, #contact-email {
    border: 1px solid #b2b2b6;
    height: 37px;
}
#contact textarea {
    border: 1px solid #b2b2b6;
    width: 100%;
}
#contact .checkbox-form {
    width: 100%;
}
#contaµ .checkbox-content {
    display: inline-flex;
}

#contact .wpcf7-list-item {
    display: inline-block;
    width: 10rem;
}
#contact .wpcf7-list-item>input {
    display: inline-block;
    width: 10%;
}
#contact .wpcf7-list-item>span {
    display: inline-block;
    width: 80%;
}

#contact [type=submit]{
    display: inline-block;
    width: 10rem;
    margin-top: 2rem;
    margin-bottom: 5rem;
    padding: 0.5rem 1rem 0.5rem 1rem;
    border: 0px;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    color: white;
    background-color: #e74c3c;
    transition-duration: 0.3s;
}
#contact [type=submit]:hover {
    text-decoration: none;
    color: white;
    background-color: #222222;
    transition-duration: 0.3s;
}

#contact .address {
    margin-top: 2rem;
    font-size: 17px;
    line-height: 22px;
    text-align: right;
}
#contact .socials {
    width: 100%;
    text-align: right;
    font-size: 40px;
}
#contact .socials>a {
    color: #222222;
    position: relative;
}
#contact .socials>a:first-child{
    top:15px;
}

#contact .socials+p {
    padding-top: 3rem;
}
#contact address{
    display: block;
    width: 100%;
    margin-top: 5rem;
}
#contact address>p {
    display: block;
    width: 100%;
    text-align: end;
    margin-top: 2rem;
}
.modal img {
    max-width: 100%;
}

/* ==========================================================================
   Posts pages
   ========================================================================== */

/* POSTS */
#archive-page {
    padding-top: 100px;
}
.single-post {
    border-bottom: 1px solid rgba(200,200,200,0.5);
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}
.post-meta-full {
    padding-top: 0;
    margin-top: 0;
    text-align: right;
}
.meta-data {
    font-size: 11px;
    color: #222222;
    text-transform: uppercase;
}
.meta-date {
    font-family: Helvetica;
    width: 100%;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(200,200,200,0.5);
}
.meta-day {
    height: 60px;
    font-size: 60px;
    vertical-align: baseline;
    line-height: 60px;
    font-weight: 600;
}
.meta-month-year {
    font-size: 14px;
    text-transform: uppercase;
}
.meta-others {
    text-transform: capitalize;
    font-size: 11px;
}
.meta-others p, ul {
    margin-bottom: 0;
}
.meta-others li {
    list-style: none;
    text-transform: uppercase;
}
.meta-others a {
    color: #222222;
    transition-duration: 0.3s;
}
.meta-others a:hover {
    color: #dd3333;
    text-decoration: none;
    transition-duration: 0.3s;
}
h2.entry-title {
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    padding-top: 0;
    margin-bottom: 2rem;

}
.wp-caption-text {
    font-style: italic;
    font-size: 11px;
}
.aligncenter {
    width:100%;
}
.alignleft {
    float: left;
    margin: 0.3rem 1rem 1rem 0;
}
.alignright {
    float: right;
    margin: 0.3rem 0 1rem 1rem;
}
h2.entry-title::after {
    content: "";
    display: block;
    background-color: transparent;
    width: 0;
    height: 0;
    margin: 0;
}
h2>a {
    color: #222222;
    text-decoration: none;
    transition-duration: 0.3s;
}
h2>a:hover {
    text-decoration: none;
    color: #dd3333;
    transition-duration: 0.3s;
}

/* SIDEBAR */
#sidebar {
    color: #222222;
    letter-spacing: 1px;
}
#sidebar #s {
    font-size: 11px;
    height: 36px;
    width: 100%;
    text-align: center;
    border: 1px solid rgba(200,200,200,0.5);
}
#sidebar>li {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
#sidebar label.screen-reader-text {
    display: none;
}
#sidebar #searchsubmit {
    display: none;
}
#sidebar h2 {
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    padding-top: 4rem;
    margin-bottom: 2rem;
}
#sidebar h2::after {
    content: "";
    display: block;
    background-color: transparent;
    width: 0;
    height: 0;
    margin: 0;
}
#sidebar ul {
    margin-left: 0;
    padding-left: 0;
}
#sidebar ul>li {
    list-style: none;

}
#sidebar ul>li::before {
    content : ">";
}
#sidebar li>a {
    display: inline-block;
    text-align: justify ;
    vertical-align: text-top;
    text-transform: lowercase;
    width: 90%;
    color: #222222;
    transition-duration: 0.3s;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(200,200,200,0.5) ;
}
#sidebar li>a:hover {

    color: #dd3333;
    text-decoration: none;

    transition-duration: 0.3s;
}
.navigation {
    background-color: #f1f1f1;
    display: inline-flex;
    justify-content: space-around;
    width: 100%;
}
.navigation a {
    display: block;
    color: #222222;
    font-size: 3rem;

}

/* ==========================================================================
   404
   ========================================================================== */

#notfound h2 {
    margin-top: 5rem;
    color: black;
    font-weight: 400;
}
#notfound h2+p {
    color: black;
    width: 70%;
    margin: auto;
    text-align: center;
    font-size: 16px;
    margin-bottom: 3rem;
}
#notfound #searchform {
    text-transform: uppercase;
    font-size: 11px;
    width: 80%;
    margin: auto;
}
#notfound input[type=text] {
    border: 1px solid #2222;
    height: 2rem;
    letter-spacing: 1px;
    color: #222222;
}

#notfound #searchform input[type=submit]{
    display: inline-block;
    width: 10rem;
    margin-top: 2rem;
    margin-bottom: 5rem;
    padding: 0.5rem 1rem 0.5rem 1rem;
    border: 0px;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    color: white;
    background-color: #e74c3c;
    transition-duration: 0.3s;
}
#notfound #searchform input[type=submit]:hover {
    text-decoration: none;
    color: white;
    background-color: #222222;
    transition-duration: 0.3s;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media (max-width: 576px) {
    .hero {
        padding-top: 0;
    }
    .hero h1 {
        font-size: 2rem;
        width: 100%;
        padding: 0 1rem 0 1rem;
    }

}

@media (max-width: 768px) {
    #scroll-about{
        height: 350%;
    }
    .post-meta-full {
        display: none;
    }
}

@media (min-width: 576px) {
    #products>.products-container {
        max-width: 100%!important;
    }
}

@media (min-width: 769px) {

    #products>.products-container {
        max-width: 100%!important;
    }

    #products img {
        max-height: 100%;
    }
    .product-example.unpair aside>img {
        float: left;
    }
    .product-example.pair aside>img {
        float: right;
    }
    #scroll-about{
        height: 250%;
    }
    .post-meta {
        display: none;
    }
}

@media (min-width: 992px) {

    #products>.products-container {
        max-width: 100%!important;
    }

    #scroll-about{
        height: 150%;
    }
}


@media (max-width: 768px) {
    .navbar-brand {
        width: 40%;
    }
    #products img {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .point::after {
        content: "";
        margin-left: 9px;
    }
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
