/*
Theme Name: Mystique
Theme URI: https://oceanofgames.com/
Author: Your Name
Author URI: https://your-website.com/
Description: A WordPress theme recreation based on the Ocean of Games design.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, white, two-columns, fixed-width, right-sidebar, threaded-comments, translation-ready, editor-style
Text Domain: mystique
*/

.wp-block-media-text .wp-block-media-text__media {
  grid-area: media-text-media;
  margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  word-break: break-word;
  grid-area: media-text-content;
  padding: 0 8%;
}
html,
body,
div,
ul,
li,
h1,
h2,
h3,
form,
fieldset,
input,
p {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  min-height: 100%;
}
body {
  font-family: "Segoe UI", Calibri, "Myriad Pro", Myriad, "Trebuchet MS",
    Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #333;
  background: #000 url("images/getintopc_bg.jpg") no-repeat center center fixed;
  background-size: cover;
}
#page {
  background: none !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body.cbgi #page {
  background-image: none !important;
}
#page-ext {
  background: transparent
    url(images/bg.png)
    repeat-x center bottom;
}
#page {
  position: relative;
  min-height: 100%;
}
.shadow-left {
  background: url(images/shadow.png)
    no-repeat left bottom;
}
.shadow-right {
  background: url(images/shadow.png)
    no-repeat right bottom;
  padding-bottom: 21px;
}
.page-content {
  max-width: 1200px;
  min-width: 400px;
  margin: 0 auto !important;
  position: relative;
}
body.fluid #page-ext {
  padding: 0 10px;
}
body.fluid .page-content {
  width: auto;
}
a {
  text-decoration: underline;
  outline: none;
}
h1,
h2,
h3 {
  font-weight: 400;
  margin: 0.75em 0 0.25em;
  padding: 0;
}
h1 {
  font-size: 250%;
  letter-spacing: -0.04em;
}
h2 {
  font-size: 200%;
  letter-spacing: -0.03em;
}
h3 {
  font-size: 160%;
  letter-spacing: -0.02em;
}
form {
  margin: 10px 0 20px;
}
input {
  font: normal normal 100% "Segoe UI", Calibri, "Myriad Pro", Myriad,
    "Trebuchet MS", Helvetica, Arial, sans-serif;
  display: block;
  margin-bottom: 5px;
  padding: 5px 10px;
}
fieldset {
  margin: 1em 0 2em;
  padding: 10px;
  border: 1px solid #ddd;
  background: #fff;
}
ul {
  list-style-type: disc;
  list-style-position: outside;
  margin: 0 0 10px 20px;
  line-height: 150%;
}
p {
  margin: 0.25em 0 0.75em;
  line-height: 150%;
}
img {
  border: 0;
}
#main {
  border-top: 1px solid #fff;
  background: #fff
    url(images/bg-main-r.jpg)
    no-repeat right top;
  position: relative;
}
#main-ext {
  background: transparent
    url(images/bg-main-l.jpg)
    no-repeat left top;
}
#mask-3 {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#mask-1,
#mask-2 {
  float: left;
  position: relative;
  width: 100%;
  overflow: auto;
}
#primary-content,
#sidebar {
  min-height: 150px;
  padding: 10px 0;
}
#primary-content {
  min-height: 540px;
}
.blocks {
  list-style-type: none;
  padding: 0 10px;
  margin: 0;
}
#site-title {
  padding-left: 0 !important;
  margin-left: 0 !important;
  padding: 40px 0 10px;
}
#logo {
  margin-left: 0 !important;
  padding-left: 0 !important;
  font: normal bold 300% "Arial Black", "Helvetica Black", Gadget, sans-serif;
  letter-spacing: -6px;
  margin: 10px 0 25px;
  padding: 0;
  float: left;
}
#logo a {
  color: #e0e0e0;
  text-decoration: none;
  text-shadow: 0px -1px -1px #000;
  display: block;
  text-transform: uppercase;
}
#logo img {
  padding-left: 0 !important;
  padding-right: 20px;
}
.nav {
  position: relative;
}
.nav ul,
.nav li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.nav li {
  position: relative;
  float: left;
  line-height: normal;
}
.nav a {
  display: block;
  position: relative;
  text-decoration: none;
}
.nav-main {
  z-index: 10;
}
.nav-main ul {
  background: #cecece
    url(https://oceanofgames.com/wp-content/themes/mystique/images/bg-nav.png)
    repeat-x center top;
  border-top: 1px solid #fff;
  overflow: hidden;
  height: 35px;
}
.nav-main li {
  background: transparent
    url(https://oceanofgames.com/wp-content/themes/mystique/images/nav-div.png)
    no-repeat right top;
  padding-right: 2px;
  border-top: 1px solid #fff;
  margin-top: -1px;
}
.nav-main a {
  color: #4e4e4e;
  font-size: 14px;
  padding: 10px 15px 8px;
  text-decoration: none;
  font-weight: 700;
  text-shadow: 0px 1px 1px #fff;
  height: 100%;
}
.nav-main li.current-menu-item, .nav-main li.current-cat {
    background-color: #000;
}
.nav-main li.current-menu-item > a, .nav-main li.current-cat > a {
    color: #fff;
    text-shadow: none;
}
.nav-main .menu-item-home a {
  background: transparent
    url(https://oceanofgames.com/wp-content/themes/mystique/images/icons.png)
    no-repeat -46px -56px;
  padding-left: 32px;
  text-indent: -9999px;
  width: 20px;
}
.nav-main .active-parent {
  background: #000
    url(https://oceanofgames.com/wp-content/themes/mystique/images/nav-a.png)
    no-repeat left top;
  border-color: #888;
}
.nav-main .active-parent > a {
  color: #fff;
  text-shadow: none;
}
.nav-main .active-parent > a span.p {
  background: transparent
    url(images/nav-a.png)
    no-repeat center bottom;
  position: absolute;
  width: 100%;
  bottom: -7px;
  left: 0;
  height: 7px;
  z-index: 5;
}
.block {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 20px;
}
.block .title {
  position: relative;
}
.block .title h3 {
  background: transparent no-repeat center top;
  margin: 0;
  padding: 7px 10px 4px;
  border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -webkit-border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-right-radius: 7px;
  font-weight: 700;
  font-size: 130%;
  color: #fff;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  border-radius: 5px;
  background-image: url(https://oceanofgames.com/wp-content/themes/mystique/images/style-green/block-t.png) !important;
  background-color: transparent !important;
}
.block .title .br {
  background: transparent no-repeat bottom left;
  height: 22px;
  margin-right: 60px;
}
.block .title .bl {
  background: transparent no-repeat bottom right;
  height: 22px;
  width: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.block .box {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: normal;
}
.hentry {
  margin-bottom: 2em;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 1px dotted #e8e8e8;
  padding: 15px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}
.hentry .post-thumb {
  float: left;
  margin-right: 15px;
  border: 1px solid #ddd;
  padding: 2px;
}
.hentry .title {
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: bold;
}
.hentry .title a {
  color: #588019;
  text-decoration: none;
}
.hentry .post-std {
  background: url(https://oceanofgames.com/wp-content/themes/mystique/images/post-date.png) no-repeat;
  height: 28px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 12px;
  padding-left: 10px;
}
.hentry .post-date {
  float: left;
  background: #555;
  padding: 6px 10px;
  border-radius: 5px;
  font-weight: bold;
  margin-right: 10px;
}
.hentry .post-info {
  float: left;
  padding: 6px 0;
}
.hentry .post-info a {
  color: #888;
  text-decoration: underline;
}
.hentry .post-content p {
  line-height: 150%;
  margin: 0;
}
h1.title {
  margin: 0.25em 0 0.5em;
  font-size: 300%;
  font-weight: 700;
  text-shadow: #fff 1px 1px 1px;
  line-height: 100%;
  letter-spacing: -1px;
}
.search-form {
  overflow: hidden;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
}
.search-form fieldset {
  max-width: 1000px;
  background: transparent no-repeat left top;
  height: 34px;
  margin: 0;
  padding: 0 65px 0 10px;
  border: 0;
  overflow: hidden;
  display: block;
}
.search-form input.text {
  border: 0;
  padding: 0;
  margin: 7px 0 0;
  width: 100%;
  background: 0 0;
  outline: none;
  font-size: 120%;
  color: #999;
}
.search-form .submit {
  background: #94b75a url(https://oceanofgames.com/wp-content/themes/mystique/images/search-go.png) no-repeat center;
  width: 55px;
  height: 34px;
  line-height: 22px;
  float: right;
  border: 0;
  text-indent: -9999px;
  border-radius: 0 5px 5px 0;
}
input[type="submit"] {
  z-index: 20;
}
.clearField {
  color: #aaa;
  border: 1px solid #ccc;
  background: #f8f8f8;
  font-weight: 400;
}
.clear-block:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.alignleft {
  float: left;
  margin-right: 10px;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
a.go-top {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 11px;
  background-color: #fff;
  text-decoration: none;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
a {
  color: #206ba4;
}
.block .title h3,
.block .title .br,
.block .title .bl {
  background-image: url(images/style-blue/block-t.png);
}
.search-form fieldset,
.search-form .submit {
  background-image: url(images/style-blue/search.png);
}
.fluid.c2right #primary-content {
  float: left;
  width: 66%;
}
.fluid.c2right #sidebar {
  float: right;
  width: 32%;
}
.fluid.c2right #mask-1 {
  right: 0;
}
body.cbgi #page {
  background-image: url("images/alabg_7.jpg");
}
.post {
  border: 2px solid;
  margin: 0 0 40px;
  padding: 15px;
  text-align: justify;
}
#page {
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#logo {
  width: 100%;
  float: none;
  text-align: center !important;
}

.single .hentry {
  background: none;
  border: none;
  padding: 0;
}

.single .hentry .title {
  font-size: 28px;
  color: #333;
  margin-bottom: 10px;
  text-shadow: none;
}

.single .post-content h2, .single .post-content h3 {
    font-size: 20px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.single .post-content img {
    display: block;
    margin: 15px auto;
    max-width: 100%;
    height: auto;
}

ul.top-games {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.top-games li {
    margin-bottom: 10px;
}

ul.top-games li img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
    padding: 2px;
}

.block .title .br, .block .title .bl {
    background-image: url(https://oceanofgames.com/wp-content/themes/mystique/images/style-green/block-t.png) !important;
}

.download-button-widget {
    margin-bottom: 20px;
}

.download-button {
    display: block;
    padding: 15px;
    background-color: #9fbf5c;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.download-button:hover {
    background-color: #8aab4a;
    color: #fff;
    text-decoration: none;
}

.single #primary-content {
    background: #fff;
    border: 2px solid #000;
    padding: 20px 15px 25px 10px;
    margin: 40px 0 30px 2%;
    float: left;
    width: 63%;
    box-sizing: border-box;
    min-height: 0;
}

body.single #sidebar {
    float: right;
    width: 30%;
    box-sizing: border-box;
    margin-top: 30px;
}

.page-content {
  max-width: 1155px;
}