/* Magazinum theme restoration for Athens Supercross static mirror */

html { font-family: Arial, Helvetica, sans-serif; }
body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  background-color: #111;
}

a { color: #8dc63f; text-decoration: none; }
a:hover { color: #cc0000; text-decoration: underline; }

img { border: 0; max-width: 100%; height: auto; vertical-align: middle; }

.clear, .cleaner { clear: both; height: 0; overflow: hidden; }
.floatleft { float: left; }
.floatright { float: right; }

h1, h2, h3, h4, h5, h6 { margin: 0 0 8px; padding: 0; font-weight: bold; }
h2 { font-size: 20px; }
h3 { font-size: 16px; text-transform: uppercase; }

ul, ol { margin: 0; padding: 0; list-style: none; }

#page-wrap {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

/* Header */
#header {
  background: #1a1a1a;
  padding: 0;
}

#topbar { display: none; }

#logo {
  text-align: center;
  padding: 15px 0 10px;
  background: #000;
}

#logo a { display: inline-block; }
#logo img { max-height: 120px; width: auto; }

.adv { display: none; }

/* Main menu */
#menu {
  background: #2a2a2a;
  border-top: 3px solid #8dc63f;
  border-bottom: 3px solid #8dc63f;
}

#menu .mainmenu {
  width: 1000px;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}

#menu .mainmenu > li {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #444;
}

#menu .mainmenu > li:last-child { border-right: 0; }

#menu .mainmenu > li > a {
  display: block;
  padding: 12px 8px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

#menu .mainmenu > li > a:hover,
#menu .mainmenu > li.current-menu-item > a,
#menu .mainmenu > li.current_page_item > a {
  background: #8dc63f;
  color: #000;
}

/* Featured slider */
#slider {
  position: relative;
  background: #111;
  overflow: hidden;
  margin-bottom: 15px;
}

#featPostsBig {
  float: left;
  width: 720px;
  position: relative;
}

#featPostsBig .container {
  width: 720px;
  height: 450px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

#featPostsBig .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 720px;
  height: 450px;
}

#featPostsBig .slides > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 720px;
  height: 450px;
  display: none;
}

#featPostsBig .slides > li.active { display: block; z-index: 1; }

#featPostsBig .cover {
  width: 720px;
  height: 450px;
  overflow: hidden;
  background: #222;
}

#featPostsBig .cover a {
  display: block;
  width: 720px;
  height: 450px;
}

#featPostsBig .cover img {
  display: block;
  width: 720px;
  height: 450px;
  max-width: none;
  object-fit: cover;
}

#featPostsBig .postcontent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 20px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
}

#featPostsBig .postcontent h2 { font-size: 18px; margin-bottom: 5px; }
#featPostsBig .postcontent h2 a { color: #8dc63f; }
#featPostsBig .postcontent h2 a:hover { color: #fff; }
#featPostsBig .postcontent p { margin: 0; font-size: 12px; color: #ccc; }

#featPostsSmall {
  float: right;
  width: 280px;
  background: #1a1a1a;
  min-height: 450px;
}

#featPostsSmall h3 {
  background: #8dc63f;
  color: #000;
  padding: 10px 15px;
  margin: 0;
  font-size: 13px;
}

#featPostsSmall .pagination li a {
  display: block;
  padding: 10px 15px;
  color: #ccc;
  font-size: 11px;
  border-bottom: 1px solid #333;
  line-height: 1.3;
}

#featPostsSmall .pagination li a:hover,
#featPostsSmall .pagination li.active a {
  background: #333;
  color: #8dc63f;
  border-left: 4px solid #8dc63f;
  padding-left: 11px;
}

#featPostsBig .browse {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 50px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 32px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  z-index: 10;
  opacity: 0.85;
  transition: background 0.2s, opacity 0.2s;
}

#featPostsBig .browse:hover {
  background: rgba(141, 198, 63, 0.9);
  color: #000;
  opacity: 1;
  text-decoration: none;
}

#featPostsBig .browse.previous { left: 0; }
#featPostsBig .browse.next { right: 0; }

/* Sidebar */
#sidebar {
  float: right;
  width: 280px;
  padding: 0 15px 15px 0;
}

#sidebar .widget {
  margin-bottom: 20px;
  background: #f5f5f5;
  border: 1px solid #ddd;
}

#sidebar .widget h3 {
  background: #1a1a1a;
  color: #8dc63f;
  padding: 8px 12px;
  margin: 0;
  font-size: 13px;
  border-bottom: 2px solid #8dc63f;
}

#sidebar .widget .social li a {
  display: block;
  padding: 10px 12px;
  color: #333;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

#sidebar .widget .social li a img {
  float: left;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  background: #8dc63f;
  border-radius: 4px;
}

#sidebar .widget .social li a img[src*="email"],
#sidebar .widget .social li a img[alt=" "] {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}

#sidebar .widget .social li:first-child a:before {
  content: "✉";
  float: left;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #8dc63f;
  color: #000;
  border-radius: 4px;
  margin-right: 10px;
  font-size: 16px;
}

#sidebar .widget .social li:nth-child(2) a:before {
  content: "f";
  float: left;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #3b5998;
  color: #fff;
  border-radius: 4px;
  margin-right: 10px;
  font-weight: bold;
  font-size: 18px;
}

#sidebar .widget .social li a span {
  display: block;
  font-size: 11px;
  color: #888;
}

#sidebar .wpzoom_media .open { display: block; padding: 10px; }
#sidebar .wpzoom_media .hidden { display: none; }
#sidebar .wpzoom_media .items { border-top: 1px solid #ddd; }
#sidebar .wpzoom_media .items li a {
  display: block;
  padding: 6px 10px;
  font-size: 11px;
  color: #555;
  border-bottom: 1px solid #eee;
}
#sidebar .wpzoom_media .items li a.active,
#sidebar .wpzoom_media .items li a:hover {
  background: #8dc63f;
  color: #000;
}

#sidebar .ngg_slideshow {
  padding: 10px;
  background: #000;
  text-align: center;
  color: #888;
  font-size: 11px;
}

/* Content */
#content {
  float: left;
  width: 690px;
  padding: 0 0 15px 15px;
}

.archive h3 {
  background: #1a1a1a;
  color: #8dc63f;
  padding: 8px 12px;
  margin: 0 0 15px;
  font-size: 14px;
}

.archive .post {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

.archive .post .thumb {
  float: left;
  width: 225px;
  margin-right: 15px;
}

.archive .post .thumb a {
  display: block;
  width: 225px;
  height: 145px;
  overflow: hidden;
  background: #eee;
}

.archive .post .thumb img {
  width: 225px;
  height: 145px;
  object-fit: cover;
}

.archive .post h2 { font-size: 16px; }
.archive .post h2 a { color: #333; }
.archive .post h2 a:hover { color: #8dc63f; }
.archive .post .meta { font-size: 11px; color: #999; display: block; margin-bottom: 5px; }
.archive .post p { margin: 5px 0 0; font-size: 12px; color: #666; }

.navigation { padding: 10px 0; overflow: hidden; }
.navigation a {
  background: #eee;
  padding: 5px 12px;
  border-radius: 3px;
  color: #333;
  font-size: 12px;
}

/* Footer */
#footer {
  clear: both;
  background: #1a1a1a;
  color: #888;
  padding: 15px;
  text-align: center;
  font-size: 11px;
  border-top: 3px solid #8dc63f;
}

#footer a { color: #8dc63f; }
#footer a.on { color: #fff; }
#footer img { vertical-align: middle; margin-left: 5px; }

/* Single page content */
.single { padding: 15px; }
.single .entry { line-height: 1.7; padding: 10px 15px; }
.single .entry img.alignleft {
  float: left;
  margin: 0 15px 10px 0;
  border: 3px solid #8dc63f;
}

#content .entry,
#content .post-content,
#content .page-content {
  padding: 15px;
  line-height: 1.7;
}

#content .entry h1,
#content .entry h2 { margin-bottom: 15px; color: #1a1a1a; }

/* Tabber */
.tabber { display: none; }
.tabberlive .tabbertab { display: none; }
.tabberlive .tabbertabhide { display: none; }
