/*
Theme Name:   Hemingway Child
Theme URI:    http://example.com/hemingway-child/
Description:  Hemingway Child Theme
Author:       Patrick Lemeer
Author URI:   http://example.com
Template:     hemingway
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:  hemingwaychild
*/


.section.bg-dark {
  background: #323882 !important;
}

.blog-menu > li + li:before {
  color: darkgrey !important;
}

a {
  color: grey !important;
}

.toggle-container {
  background: #323882 !important;
}

.search-toggle .glass {
  background: #323882 !important;
}


.blog-search, .navigation {
  background: #323882 !important;
}

.post-content a {
  color: blue !important;
  text-decoration: underline;
}

/* background hover menu */
.blog-menu li:hover a {
  background-color: #fff !important;
  color: red !important;
}

.widget {
  border-bottom: 4px solid red !important;
}

.widget:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0;
  padding-bottom: 0;
}

.mobile-menu a {
  background-color: #fff !important;
}

.mobile-menu a:hover,
.mobile-menu .current-menu-item a {
  color: red !important;
}
