/*Visit Warwickshire itineraries print stylesheet*/



@media print {
header#header {
    display: none;
}

nav.primary-nav {
    display: none;
}

.site-header {
    height: 100px;
}

nav.breadcrumb {
    display: none;
}

h1 {
    font-size: 25px !important;
}

h2 {
    font-size: 20px !important;
    font-weight: 900;
}

article#content {
    font-size: 15px !important;
    color: #000;
}

ul.itineraries {
    display: none;
}

.travel_box {
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}

i.fa-regular.fa-pipe.fa-2x {
    display: none;
}

i.fa-regular.fa-route.fa-2x {
    display: none;
}

i.fa-regular.fa-arrow-down.fa-2x {
    display: none;
}

i.fa-regular.fa-arrow-down.fa-3x
 {
    display: none;
}

.footer {
    display: none;
}

article#content {
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: medium;
}

article#content:after {
    content: " We hope you enjoy your travels";
}

}
