/* Reset */
*, html, body { padding: 0; border: 0; margin: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
p { margin: 0 0 10px 0; clear: both; }
a { color: #6098bf; text-decoration: none; }
a:hover { color: #0085CF; text-decoration: none; }
a img { border: none; }
a { outline: none; }
.clear { clear: both; }

/* Body & Layout */
body {
  font: 13px/1.5 'Helvetica', Arial, 'Liberation Sans', FreeSans, sans-serif;
  color: #000000;
  background: #fff8dc;
}

html, body {
  height: 100%;
  margin: 0 !important;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -216px auto;
}

.footer, .push {
  height: 216px;
  clear: both;
}

/* Container / Row */
.container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.row {
  max-width: 980px;
  margin: 0 auto;
}

/* Grid - 12-column */
.columns { float: left; box-sizing: border-box; }
.twelve.columns { width: 100%; }
.eight.columns { width: 65.9%; }
.four.columns { width: 30.6%; }
.six.columns { width: 49%; }

/* Clearfix */
.row::after, .container::after {
  content: "";
  display: table;
  clear: both;
}

/* Header */
#header_wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}

#banner {
  margin-bottom: 10px;
}

#banner img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Navigation */
#fullmenu {
  color: #fff8dc;
  text-decoration: none;
  overflow: visible;
  margin-left: 0;
  font-weight: bold;
  border-radius: 6px 6px 0 0;
  background: #333;
  background: linear-gradient(#333, #111);
  border: 1px solid #222;
  width: 100%;
  box-sizing: border-box;
}

#fullnav {
  margin-top: 5px;
  position: relative;
  overflow: visible;
  min-height: 40px;
}

#fullnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#fullnav li {
  position: relative;
}

#fullnav_menu > li {
  padding: 2px 0 8px 0;
  float: left;
  margin: 0 7px;
}

#fullnav #fullnav_menu > li > a {
  background: transparent;
  color: #fff8dc;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  padding: 5px;
  position: relative;
  text-decoration: none;
}

#fullnav #fullnav_menu > li:hover > a {
  color: #c0c0c0;
  font-weight: 500;
}

#fullnav #fullnav_menu > li.current-menu-item > a {
  color: #c0c0c0;
  font-weight: 500;
}

/* Content wrap */
.wrap {
  background: #fff8dc;
  padding: 30px;
  border-radius: 6px 6px 0 0;
}

/* Sidebar */
#sidebar_left {
  margin-right: 1.3%;
  width: 30.6%;
  float: left;
}

/* Main Content */
#content {
  background: #fff8dc;
}

#content.eight.columns {
  width: 65.9%;
  margin-left: 0;
  float: left;
}

#content.twelve.columns {
  width: 100%;
  float: none;
}

/* Widgets / Sidebar */
.widget-container {
  color: #000;
  margin-bottom: 30px;
  background: #fff8dc;
}

.widget-container li {
  list-style: none;
  margin-left: 5px;
}

.widget-title {
  font-size: 14px;
  font-weight: bold;
  color: #222;
  text-shadow: none;
  border-bottom: 1px solid #f1f2f3;
  margin: 0;
}

.textwidget {
  padding-top: 10px;
}

/* Post container */
.post_container {
  background: #fff8dc;
  margin-bottom: 30px;
  margin-left: 0;
}

.post_container ul {
  list-style: disc;
  margin-left: 21px;
  list-style-position: inside;
}

/* Headings */
h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 12px; }
h6 { font-size: 8px; }

h2.posts_title {
  margin-bottom: 0;
}

.posts_title a {
  text-decoration: none;
  font-weight: 600;
  color: #222;
  font-size: 24px;
}

.posts_title a:hover {
  color: #5ca9d6;
}

.entry {}

.entry p {
  clear: none;
}

/* Footer */
.footer {
  height: 216px;
  clear: both;
}

#footer_container {
  background: #222;
  border-radius: 0 0 6px 6px;
}

#footer_wrap {
  padding: 15px;
}

.footer-widgets {
  color: #ccc;
  margin-bottom: 10px;
}

#afterfooter {}

#afterfooterwrap {
  margin: auto;
  padding-top: 10px;
}

#afterfootercopyright {
  color: #ccc;
  font-size: 11px;
  text-align: right;
  float: right;
}

/* Cookie bar */
#catapult-cookie-bar {
  direction: ltr;
  color: #dddddd;
  min-height: 30px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  padding: 6px 20px 4px;
  background-color: #464646;
  text-align: left;
}

#catapult-cookie-bar a {
  color: #dddddd;
}

button#catapultCookie {
  margin: 0 20px;
  line-height: 20px;
  background: #45AE52;
  border: none;
  color: #dddddd;
  padding: 4px 12px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
  #sidebar_left,
  #content.eight.columns {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .wrap {
    padding: 15px;
  }

  #fullnav #fullnav_menu > li > a {
    font-size: 14px;
  }
}
