/*
Theme Name: NewsCard Child
Template: newscard
Author: Your Name
Author URI: Your Website URL
Description: A child theme of the NewsCard theme.
Version: 1.0.0
*/
/* OPENINGモーダル用 */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
/*   background-color: rgba(0, 0, 0, 0.5); */
	background-color:#2c3e5073;;
}

.modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
	background-color: unset !important;
}

.close {
  color: #aaa;
  float: right;
  font-size: 4rem;
  font-weight: bold;
  cursor: pointer;
}

.modal-content--box {
  max-width: 600px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #888;
  text-align: center;
}

/* ------------ */
.info-bar {
    background-color: #2C3E50;
}
.navbar {
    padding: 0 !important;
}

.navigation-bar {
    background-color: #2C3E50;
}
.post-img-wrap .entry-meta .cat-links a, .post-img-wrap + .entry-header .entry-meta .cat-links a {
    background-color: #E67E22;
    border-radius: 10px;
}

.entry-meta .cat-links a {
    color: #E67E22;
}

.widget-title, .stories-title {
    border-left: 4px solid #2C3E50;
}


.back-to-top a {
    background-color: #2C3E50;
}


.site-info {
    background-color: #2C3E50;
}