/*
	Zenith by Pixelarity
	pixelarity.com @pixelarity
	License: pixelarity.com/license
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

body,
input,
textarea,
select {
  font-size: 12pt;
  line-height: 1.75em;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 1.5em;
  margin: 0 0 0.75em 0;
}

section,
article {
  clear: both;
}

.button {
  display: block;
  padding: 1em 2em 1em 2em;
  font-size: 1.1em;
  margin: 2em 0 0 0;
}

.button.big {
  padding: 1.2em 0.2em 1.2em 0.2em;
  font-size: 1.4em;
  margin-top: 1em;
}

.box {
}

.box.post {
  margin-top: 3em;
  padding-top: 2em;
}

.box.post .image img {
  border: none;
}

.box.post .actions {
  margin-top: 2em;
}

.actions {
}

.actions li {
  display: block;
  margin-bottom: 0.5em;
}

.triangle {
  margin: 0 auto 2em auto;
  width: 9em;
  padding: 0;
  height: 0;
}

.triangleNest {
  margin-left: -0.5em;
  padding-top: 1.5em;
  font-size: 2.3em;
}

/*********************************************************************************/
/* Mobile UI                                                                     */
/*********************************************************************************/

#skel-layers-wrapper {
  padding-top: 44px;
}

#titleBar {
  background: #474d55;
  text-align: center;
}

#titleBar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/_resources/themes/bbq/css/images/bg01.png");
  opacity: 0.2;
}

#titleBar .title {
  position: relative;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: 700;
  color: #fff;
  background: #fff;
  text-align: center;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px 0 15px;
  margin: 7px 0 0 0;
  z-index: 1;
}

#titleBar .toggle {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 60px;
  z-index: 1;
}

#titleBar .toggle:before {
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  top: 16px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18px" height="12px" viewBox="0 0 18 12" zoomAndPan="disable"><rect x="0" y="0" width="18" height="2" style="fill:rgb(255,255,255);" /><rect x="0" y="5" width="18" height="2" style="fill:rgb(255,255,255);" /><rect x="0" y="10" width="18" height="2" style="fill:rgb(255,255,255);" /></svg>')
    0 0 no-repeat;
  width: 18px;
  height: 12px;
  opacity: 0.35;
}

#titleBar .toggle:active:before {
  opacity: 1;
}

#navPanel {
  background-color: #32373d;
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.075)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.075)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.075)
  );
  background-image: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.075)
  );
  background-image: linear-gradient(
    left,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0.075)
  );
  box-shadow: inset -1px 0px 0px rgba(0, 0, 0, 0.15);
}

#navPanel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/_resources/themes/bbq/css/images/bg01.png");
  opacity: 0.2;
}

#navPanel nav {
  position: relative;
  z-index: 1;
}

#navPanel .link {
  display: block;
  color: #999;
  font-size: 1.1em;
  text-decoration: none;
  padding: 0 1.25em 0 1em;
  line-height: 44px;
  height: 44px;
  border-top: solid 1px rgba(255, 255, 255, 0.075);

  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

#navPanel .link:first-child {
  border-top: 0;
}

#navPanel .indent-1 {
  display: inline-block;
  width: 0.75em;
}
#navPanel .indent-2 {
  display: inline-block;
  width: 2em;
}
#navPanel .indent-3 {
  display: inline-block;
  width: 3em;
}
#navPanel .indent-4 {
  display: inline-block;
  width: 4em;
}
#navPanel .indent-5 {
  display: inline-block;
  width: 5em;
}
#navPanel .depth-0 {
  color: #fff;
  font-weight: 700;
}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

#header-wrapper {
  display: none;
}

.homepage #header-wrapper {
  display: block;
}

#banner-wrapper {
}

#main-wrapper {
  margin: 2em 0em 1em 0em !important;
  padding: 15px 15px;
}

.homepage #main-wrapper {
  margin-top: 3em !important;
}

#footer-wrapper {
  overflow: hidden;
  padding: 15px 15px;
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header {
  display: none;
}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

#nav {
  display: none;
}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

#banner {
  margin: 0 auto;
  padding: 4em 0;
}

#banner h2 {
  line-height: 1.5em !important;
  font-size: 2em;
  margin: 0 0 0.25em 0;
  padding: 0 50px 0 50px;
}

#banner p {
  line-height: 1.75em !important;
  font-size: 1.1em;
  padding: 0 20px 0 20px;
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

#footer {
  margin: 3em 0em !important;
}

#footer section {
  margin-bottom: 3em !important;
}

#footer header {
  margin-bottom: 2em;
}

#footer header h2 {
  font-size: 1.3em;
}

#footer .button {
  margin-top: 2em;
}

#footer-links {
  margin-top: 3em;
}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

#main {
}

#main section {
  margin-bottom: 3em !important;
}

#main header {
  margin-bottom: 3em;
}

#main header h2 {
  font-size: 1.3em;
}

#main .image.left {
  float: none;
  display: block;
  width: 100%;
}

/*********************************************************************************/
/* Intro                                                                         */
/*********************************************************************************/

#intro {
  margin: 1em 0em 0em 0em !important;
  padding: 40px;
}

#intro h3 {
  margin: 0 0 1em 0;
}

#intro section {
  border-top: 2px solid rgba(144, 144, 144, 0.25);
  margin-bottom: 3em !important;
  padding-top: 3em;
}

#intro section.first {
  border-top: 0;
  padding-top: 0;
}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

#featured {
  margin: 3em 0em 1em 0em !important;
  padding: 15px 15px;
}

#featured section {
  margin-bottom: 3em !important;
}

#featured header {
  margin-bottom: 2em;
}

#featured header h2 {
  line-height: 1.75em;
  font-size: 1.8em;
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

#copyright {
  overflow: hidden;
  font-weight: 400;
}

#copyright span {
  margin-top: 2em;
  padding: 1.8em 2em;
  line-height: 2em;
  font-size: 0.9em;
}
