/*
 Theme Name:   Jeremy Round Cars (GP Child
 Theme URI:    https://www.feisar.uk
 Description:  GeneratePress child theme
 Author:       Julian Wright
 Author URI:   https://www.feisar.uk
 Template:     generatepress
 Version:      1.0
*/

a.fsr {
    display: inline-flex;
    color: var(--contrast-3);
    flex-direction: row;
    align-items: center;
    text-decoration: none;
}

a.fsr:hover {
    color: white;
}

a.fsr svg {
    height:10px;
    width: 60px;
    margin-left: 6px;
}

.site-footer a {
    text-decoration: none;
}

.site-logo {
    transition: ease-in-out 0.25s all;
}
.site-logo:hover {
    transform: scale(0.95);
    opacity: 0.6;
}

.navigation-stick:not(.gen-sidebar-nav) {
    background-color: var(--accent);
}
.contact-table table {
    border:0;
    width: auto;
    margin-bottom: 0;
}
.contact-table table tr > td:first-child {
    font-weight:bold;
    vertical-align: text-top;
    width: 150px;
}

.contact-table table tr > td {
    border: 0;
    padding: .5em 0;
    border-bottom: 1px solid rgba(191, 191, 191, 0.2);
}

.contact-table table tr:last-child > td {
    border:0;
}

h1,h2,h3,h4 {
    font-weight: bold;
    letter-spacing: -2px;
}
