@import url('https://fonts.googleapis.com/css?family=Carter+One&amp;display=swap');  /* backup font for h1 headings */
@font-face {font-family: fedora;  src: url(https://oldschool.travel/wp-content/themes/child/fonts/sf_fedora.ttf);}  /* main font for h1 headings */

/* main menu */
nav.full-menu ul.thb-full-menu li.menu-item {padding: 0 7px 0 7px; transition:background-color 0.9s ease;} 
nav.full-menu ul.thb-full-menu li.menu-item:hover {background-color: #FEA62E;}

header.header:not(.fixed):not(.style1) div.row.align-middle { 
background: linear-gradient(to bottom,  #514630 5%,#42361e 27%,#42361e 71%,#392e1a 89%); /* gradient behind the logo */
box-shadow: 0 10px 5px 0 rgba(57,46,26,0.5); /* shadow at the bottom of the banner */
} 
body.page-template div[role=main] {padding-top: 25px;} /* space at the top of the content to make room for the shadow at the bottom of the banner (only applies to pages - not to posts) */

div#smoother_mobile_tagline {color: white;  margin-left:auto; margin-right:auto; font-style: italic;} /* this div has been manually added to mobile-style1.php in the child theme */

h1 {  /* fancy formatting for h1 headings */
font-family: fedora, 'Carter One', Arial, sans-serif; 
font-size: 32px;
color: #FE6601;
text-shadow: 
    -1px -1px 1px #663300, 
    1px -1px 1px #663300, 
    -1px 1px 1px #663300, 
    1px 1px 1px #663300,
    5px 5px 2px #444;
}

input[type="submit"],.button,.btn {background: #AB6301;}  /* makes the "show more posts" buttons brown" */

.post-detail .post-over-title-container a span {color: #FE8500;} /* makes the post titles orange */

div.wpb_wrapper>h2 {/* H2 page titles */
  border-bottom: solid 2px #42361E; 
  background: linear-gradient(to bottom,  #fefdfc 0%,#f8f1e9 42%,#dfc49e 73%,#dfc49e 73%,#9e9e9e 90%,#9e9e9e 100%);
  padding-left: 10px;}

div.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt p {color: orange;} /* formatting for the caption on the masonry grid */

div.quotescollection-quote-wrapper>p {font-style: italic;} /* formatting for the quote widget */

.wpb_text_column p > a::after{border-bottom: 0px;}  /* removes the bottom border from hyperlinked images in text blocks */

img.grow_on_hover {transition: transform .5s ease;}  /* adds a hover effect to images with "grow_on_hover" class */
img.grow_on_hover:hover {transform: scale(1.1);}

.tablepress-id-3 .column-4 {text-align: center;} /* This is the $ column on the long haul table */
