/*
 Theme Name:   Genesis Child
 Theme URI:
 Description:  Child Theme for Genesis Blocks
 Author:       Cat Redfern
 Author URI:
 Template:     genesis-block-theme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  genesischild
*/

/*FONTS*/
body {
  font-size: 17px;
}
body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
}

/*RED BACKGROUND FOR SITE TITLE & MENU*/
.top-navigation {
  background: #fb2c17;
}

/*SITE TITLE*/
.site-title-wrap {
  max-width: 35%;
}
.site-title a {
  color: #fff;
  font-weight: 400;
}
.site-title a:hover {
  color: #000;
}

/*TOP MENU*/
.main-navigation a {
  color: #fff;
}
.main-navigation a:hover {
  color: #000;
}
.main-navigation li.current-menu-item a {
  color: #000;
}

/*ALIGN SITE TITLE WITH WIDTH OF FULL PAGE - 1100px +30px L+R padding*/
.top-navigation .container {
  max-width: 1160px;
  padding: 0 30px;
}

/*TITLES OF POSTS ON TAG PAGE, e.g. /tag/explorations */
.entry-header h1.entry-title {
 font-size: 36px;
}
h2.entry-title a {
 font-size: 28px;
}

/*BUTTONS*/
.wp-block-file {
 margin-top: 2.5em;
}

.wp-block-file a {
  color: #fff;
  background: #fb2c17;
  padding: 0.6em 1em;
}
.wp-block-file a:hover {
  text-decoration: underline;
}
.wp-block-button a:hover {
  text-decoration: underline;
}
.wp-block-button.wp-block-button__width-50.resource-button {
  width: auto;
}

/*IMAGES*/
.wp-block-image.no-bottom-margin {
  margin-bottom: 0;
}
.red-border-top {
  border-top: 1px solid #fb2c17;
}

/*STOP HOMEPAGE LOGOS FROM STRETCHING TOO WIDE*/
.homepage-logos .wp-block-image {
  max-width: 220px;
  margin: 0 auto 2em;
}

/*COVER THEMES - ALIGN TEXT TO TOP*/
.wp-block-cover {
  align-items: baseline;
  padding-top: 1.5em;
}

/*FOOTER*/
.footer-widgets {
  margin-bottom: 0;
}
.footer-widgets .footer-column {
  width: 100%;
}
.site-footer {
  background: #fff;
}
.site-footer a {
  color: #000;
}
.site-footer a:hover {
  color: #000;
  text-decoration: underline;
}
.footer-bottom {
  padding-top: 1%;
}
/*REDUCE GAP BETWEEN FOOTER LOGOS AND MENU*/
.footer-column .alignwide {
  margin-bottom: 0;
}
/*STOP FOOTER IMAGES FROM STRETCHING TOO WIDE*/
.footer-column .wp-block-image {
  max-width: 220px;
  margin: 0 auto 2em;
}
/*CENTRE THE FOOTER MENU*/
.footer-navigation {
  text-align: center;
  display: block;
}

/*BULLET POINTS*/
ul {
  list-style: none;
}
.entry-content ul.red-bullet li::before {
  content: "\2022";
  color: #fb2c17;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/*LISTS*/
ul.compressed {
  padding: 0;
}
.entry-content ul.compressed li {
  margin-bottom: .3%;
}

/*LIST of POSTS*/
ul.wp-block-latest-posts {
  margin-left: 0;
}
.wp-block-latest-posts li {
  padding-bottom: 60px;
}
.wp-block-latest-posts >li >a:first-child  {
  color: #555;
  font-weight:bold;
}
.wp-block-latest-posts__post-full-content .wp-block-column {
  margin-top: 1em;
}
.wp-block-latest-posts__post-full-content {
  border-bottom: 2px solid #f3f3f3;
}

/*MEDIA QUERIES*/
@media (max-width: 1000px) {
    .site-title-wrap {
        max-width: 100%;
    }
}
