/*
 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
*/

/* General */

body {
  background: #dbd9d4;
  font-family: Verdana, sans-serif;
  font-size: 15px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4, h5, h6 {
  font-size: 16px;
}

a {
  color: #568791;
  text-decoration: none;
}

a:hover {
  
  text-decoration: underline;
}

p {
  margin-bottom: 1rem;
}

.entry-content:not(:first-child) {
  margin-top: 1.3rem;
}

.site-header {
  background: #dbd9d4;
  margin-bottom: -2px;
}

.site-header .inside-header {
  background: white;
  margin-top: 24px;
  max-width: 1000px;
  padding: 16px 16px 0 16px;
}

.site-header .inside-header .site-branding {
  line-height: 0.9;
}

.site-footer {
  background: #dbd9d4; 
}

.site-footer .site-info {
  background: #dbd9d4; 
}

.site-footer .inside-site-info {
  background: white;
  margin-bottom: 24px;
  max-width: 1000px;
}

.site.grid-container {
  background: white;
  max-width: 1000px;
}

.site-main {
  margin: 0;
} 

.site-content {
  padding: 0 1rem;
}

.site-content .content-area {
  width: 100%;
}

.site-content .content-area .site-main {
  margin: 0;
}

.site-main .inside-article {
  padding: 24px;
}

.blog article {
  border-bottom: 1px solid #ddd;
}

/* Navigation */

.main-navigation {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 16px;
}

.main-navigation .inside-navigation {
  background: #f5f5f5;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}

.main-navigation a {
  text-decoration: none;
  text-transform: uppercase;
}

.main-navigation .main-nav ul li a {
  color: #777;
  line-height: 3;
  padding: 0 16px;
}

.main-navigation .main-nav ul li:hover,
.main-navigation .main-nav ul li a:hover,
.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a {
  color: #222;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
  color: #222;
}

.main-navigation ul ul {
  background: #f5f5f5;
}

.menu-item-has-children .dropdown-menu-toggle {
  padding-right: 10px;
}

.main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a,
.main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a {
  color: #568791;
}


/* Search */

.search-form {
  margin-left: auto;
  max-width: 175px;
  padding: 0 1rem;
}

input[type="search"].search-field {
  border: 1px solid #c4c4c4;
  font-size: 14px;
  padding: 6px;
}

button.search-submit {
  display: none;
}

/* Footer */

.site-footer .copyright {
  color: #777;
}


/* Sidebar */

.inside-right-sidebar .widget {
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  padding: 24px;
}

.widget a {
  color: #568791;
  text-decoration: none;
}

.widget a:hover {
  text-decoration: underline;
}

.widget .wp-block-heading {
  border-bottom: 2px solid #ddd;
  padding-bottom: 1rem;
}

.is-right-sidebar {
  width: 40%;
}


/* Categories */

.cat-links {
  display: none;
}


/* Comments */
.comments-link {
  display: none;
}
