/*
 Theme Name:   GeneratePress Child
 Theme URI:    http://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Thomas Usborne
 Author URI:   http://edge22.com
 Template:     generatepress
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/

/* Color Pallet --------------
Baby Blue: #6bddf5
Light Baby Blue: #afedfa
Dark Brown: #452e04
Light Brown: #a46f4a
Dark Green: #7ca982
Light Green: #e0eec6
Orange: #ffa32c
Red: #ff2120
Red Hover: #ff6969
------------------------------ */

/* —————————————————————————————————————————————————————————————
= Custom Fonts
————————————————————————————————————————————————————————————— */

/* roundo-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Round';
  font-style: normal;
  font-weight: 400;
  src: url('https://livenowanddogs.com/wp-content/uploads/2024/03/Roundo-Regular.woff') format('woff'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roundo-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roundo Bold';
  font-style: bold;
  font-weight: 700;
  src: url('https://livenowanddogs.com/wp-content/uploads/2024/03/Roundo-Bold.woff') format('woff'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* —————————————————————————————————————————————————————————————
= General Style
————————————————————————————————————————————————————————————— */

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
}

h1 {
    margin-bottom: 2rem !important;
}

/* —————————————————————————————————————————————————————————————
= Home page
————————————————————————————————————————————————————————————— */

.home .grid-container {
    max-width: 1222px;
}

.home .site-content {
    padding: 0 0 4rem 0;
}

.home,
.home .site-content {
    background: #e0eec6;
}

.gb-query-loop-wrapper h2 a {
    color: #222;
    font-size: 1.1rem;
}

.gb-query-loop-wrapper h2 a:hover {
    color: #ff2120;
}

.home .home-lg-title {
    font-family: 'Noto Serif JP', Georgia, serif;
    font-weight: 700;
    font-size: 6rem;
    color: #452e04;
    text-align: center;
    margin: 0;
    padding: 0;
}

.home .home-tagline {
    font-family: 'Noto Serif JP', Georgia, serif;
    font-size: 1.4rem;
    letter-spacing: 0.6rem;
    color: #452e04;
    text-align: center;
    margin: 0;
    padding: 0;
}

.home hr {
    background-color: rgba(0, 0, 0, 0) !important;
}

.home hr.separator-dotted-white {
    border-top: dotted 8px #fff;
    border-bottom: none;
    border-right: none;
    border-left: none;
}

.home h2 {
    line-height: 1;
}

/* —————————————————————————————————————————————————————————————
= Single Post/Page page
————————————————————————————————————————————————————————————— */

.single .site img {
    margin-bottom: 3rem;
}

.single .site figcaption {
    margin-top: -2rem;
}

.entry-header .entry-meta {
    color: #222;
    margin-bottom: 3rem;
    margin-top: 1rem;
}

/* —————————————————————————————————————————————————————————————
= Footer
————————————————————————————————————————————————————————————— */
.site-footer h2.wp-block-heading {
    font-family: 'Roundo', Arial, Helvetica, "Noto Sans JP", Sans-serif;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.site-footer .widget {
    margin-bottom: 0;
}

footer.entry-meta {
    margin-top: 3rem;
    font-size: 0.9rem;
}

.site-footer .footer-tagline {
    font-family: 'Noto Serif JP', Georgia, serif;
    font-size: 1.3rem;
}

.copyright {
    font-family: 'Roundo', Arial, Helvetica, "Noto Sans JP", Sans-serif;
    font-weight: 400;
}

@media only screen and (max-width: 480px) {
    
    .site-header .header-image {
        width: 124px;
    }
    
    .main-navigation .menu-toggle {
        font-size: 1.5rem;
        border: 3px solid #afedfa;
        padding: 0px 10px;
    }
    
    .home .home-lg-title {
        font-size: 1.7rem;
    }
    
    .home .site-content {
        padding: 0 2rem 2rem 2rem;
    }
    
    .home .home-tagline {
        font-size: 1rem;
    }
    
    .site-footer h2.wp-block-heading {
        font-size: 1.5rem;
    }
    
    .site-footer .footer-tagline {
        font-size: 0.9rem;
    }
    
    .copyright {
        font-size: 0.8rem;
    }
}