/**
 * Theme Name:  CND Blog
 * Theme URI:   http://netizn.co/
 * Author:      Netizn
 * Author URI:  http://netizn.co/
 * Description: Theme for CND Blog.
 * Template:    make
 * Version:     1.0.0
 * Text Domain: cndblog
 * Domain Path: /languages/
 */

body {
  background: #fff;
}

 #hero-image {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 500px;
   background-position: center center;
   background-size: cover;
   opacity: 0.6;
   background-color: #00aeff;
 }

#site-wrapper {
  position: relative;
}

.header-bar {
  background-color: #00aeff;
  border-bottom: none;
}

.site-header-main {
  background-color: transparent;
}

.site-content {
  background-color: transparent;
}

.site-title a {
  background: #4d4d4d;
  color: #fff;
  padding: 6px 10px;
}

.site-description {
  background: #4d4d4d;
  color: #fff;
  padding: 10px;
  margin-bottom: 0;
}

.post, article.page {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.section-header h1 {
  background: #fff;
  padding: 10px;
  margin: 0;
}

.theme-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: #4d4d4d;
}

.theme-menu ul li {
  float: left;
}

.theme-menu ul li a {
  display: block;
  padding: 10px;
  color: #fff;
  background: #4d4d4d;
  font-size: 1.2rem;
}

.theme-menu ul li a:hover {
  text-decoration: underline;
}

@media(max-width: 799px) {
  .theme-menu {
    display: none;
  }
}

.entry-edit-link {
  line-height: 40px;
  float: right;
}

/* map specific */
#site-main .mapplic-sidebar {
 width: 20%;
}

#site-main .mapplic-container {
 width: 80%;
}
