/*
 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
*/

/* Push Footer */
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
	background-color:#f7f8f966;
}
.container.grid-container {
    width: 100%;
}
.site-footer {
    margin-top: auto;
}
/* End Push Footer */

/* Header */
.site-header {
    border-bottom:1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
}

/* Navigation */
.main-navigation .main-nav ul li a {
    color: #333333;
    font-weight: 600;
    transition: color 0.3s;
}

.main-navigation .main-nav ul li a:hover {
    color: #0073e6;
}

h1.entry-title { font-size:35px; }

/* Links */
a {
    color: #0073e6;
    text-decoration: none;
    transition: color 0.3s;
}

a:hover {
    color: #005bb5;
}


/* Sidebar Widgets */
.sidebar .widget {
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 20px;
	box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
}

.sidebar .widget .wp-block-heading {
    font-size: 26px;
    color: #222222;
    margin-bottom: 15px;
}

.site-main {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
	box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
}

.inside-article {
    border-radius: 4px;
}

/* Footer */
.site-footer {
    padding: 30px;
    background-color: #55555e;
    color: #ffffff;
    text-align: center;
}

.site-info {
    background-color: #55555e;
    color: #ffffff;
    text-align: center;
}

.site-footer a {
    color: #ffffff;
    text-decoration: underline;
}

.site-footer a:hover {
    color: #0073e6;
}

.footer-bar .widget {
background: none;
border:0px;
}