/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Reduce nav link padding */
.main-navigation .main-nav ul li a {
  padding-top: 6px;
  padding-bottom: 6px;
}


/* Make the footer have zero padding */
.footer-widgets-container {
    padding: 0 !important;
}

/* Footer Copyright Bar Text */
.twb-credit {
    font-size: 0.95em;
    opacity: 0.85;
    display: inline-block;
    margin-top: 3px;
}

/* Timeless Web Builders footer credit */
.twb-credit a {
  color: #EAF4FB;
  font-weight: 500;
  text-decoration: none;
}

.twb-credit a:hover {
  color: #39A2DB;
}

/* Footer GenerateBlocks text-button colours */
.footer-widgets a.gb-text {
    color: #ffffff; /* normal text: black */
}

.footer-widgets a.gb-text:hover,
.footer-widgets a.gb-text:focus {
    color: #ffffff; /* hover text: softer/different black */
}


/* Site Header */
.site-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* Shadow under header */
.site-header {
  box-shadow: 0 3px 8px rgba(0,0,0,0.12);
}