/*
Theme Name: LinuxGSM 1.5
Theme URI: http://gameservermanagers.com
Author: Aaron Iker, Daniel Gibbs
Author URI: http://aaroniker.me
Description: Theme for LinuxGSM
Version: 1.5
License: test
License URI: http://aaroniker.me
*/

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::selection {
  background: #151518;
  color:#fff;
}

::-moz-selection {
  background: #151518;
  color:#fff;
}

body,
html {
  width: 100%;
  height: 100%;

}

body {
  font-size:16px;
  font-family: 'PT Sans', Arial;
  -webkit-font-smoothing: antialiased;
}

a,
a:visited {
  text-decoration: none;
  color: #f0a656;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  outline: none;
}

a:focus {
  outline: none;
  text-decoration:none;
}

h1 {
  font-family: 'PT Serif', Verdana;
  color: #fff;
  padding: 60px 0 15px 0;
  /** font-size: 35px; */
  font-weight: normal;
  line-height:38px;
}

a.h1{
  font-family: 'PT Serif', Verdana;
  color: #fff;
  padding: 60px 0 15px 0;
  /*font-size: 30px; */
  font-weight: normal;
  line-height:38px;
}

h1.page {
  font-family: 'PT Serif', Verdana;
  color: #fff;
  padding: 10px 0 15px 0;
  /* font-size: 30px; */
  font-weight: normal;
  line-height:38px;
}

@media (max-width: 768px) {
  h1 {
    padding: 30px 0 8px 0;
  }

}

h2 {
  font-family: 'PT Serif', Verdana;
  color: #151518;
  padding: 0 0 5px 0;
  /* font-size: 24px; */
  font-weight: normal;
  line-height:32px;
}

a:hover {
  text-decoration: none;
  color: #f6b978;
}

a.button {
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 25px;
  background: #f0a656;
  display: inline-block;
  /* font-size: 12px; */
  color: #fff;
}

button.give-btn.give-btn-modal{
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 25px;
  background: #f0a656;
  display: inline-block;
  /* font-size: 12px; */
  color: #fff;
  border: 1px solid #383c42;
}

button.give-btn.give-btn-submit give-btn{
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 25px;
  background: #f0a656;
  display: inline-block;
  /* font-size: 12px; */
  color: #fff;
  border: 1px solid #383c42;
}

a.button.border {
  border: 1px solid #383c42;
  background: none;
}

a.button:hover {
  border-radius: 16px;
}

select.button {
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 25px;
  background: #f0a656;
  display: inline-block;
  /*font-size: 12px;*/
  color: #fff;
}

select.button.border {
  border: 1px solid #383c42;
  background: #151518;
}

select.button:hover {
  border-radius: 16px;
}



input,
input:focus {
  outline: none;
}

.formRight select {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 0 10px #E8E8E8 inset;
  height: 40px;
  margin: 0 0 0 25px;
  padding: 10px;
  width: 110px;
}

.container {
  max-width: 1020px;
}

/*** Dark ***/

#dark {
  padding-top:25px;
  padding-bottom:50px;
  background: #151518;
  color:#fff;
  background-image: url('img/linuxgsm-background.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#dark h2{
  color:#fff;
}

#dark h3{
  color:#fff;
  padding: 10px 0 0 0;
}

#dark .for h4 {
  text-align: center;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 11px 15px 8px 15px;
  background: #f0a656;
  color: #ffffff;
}

#dark .for.color h4 {
  background: #f0a656;
}

#dark .for ul {
  /* font-size: 13px; */
  padding: 10px 0 0 19px;
}

#dark .for ul li {
  margin: 2px 0 0 0;
  list-style-type: circle;

}

#dark pre {
  background: #232327;
  border-bottom: 5px solid #f0a656;
  padding:5px;
  margin:10px;
  border-radius: 3px;
  opacity: 0.9;
  color:#fff;
}

/*** Light ***/

#light {
  padding-top:25px;
  padding-bottom:50px;
}

#light pre {
  background: #788aae;
  border-bottom: 5px solid #f0a656;
  padding:5px;
  margin:10px;
  border-radius: 3px;
  opacity: 0.9;
  color:#fff;
}

#light .for h4 {
  text-align: center;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 11px 15px 8px 15px;
  background: #f0a656;
  color: #ffffff;
}

#light .for.color h4 {
  background: #f0a656;
}

#light h1 {
  padding:0;
  color: #000000;
}

#light .for ul {
  /* font-size: 13px; */
  padding: 10px 0 0 19px;
}

#light .for ul li {
  margin: 2px 0 0 0;
  list-style-type: circle;
}

/*** Orange ***/

#orange {
  padding-top:10px;
  padding-bottom:10px;
  background: #f0a656;
  text-align: center;
  color: #fff;
}

#orange h2{
  color:#fff;
}

/*** Blue ***/

#blue {
  padding-top:25px;
  padding-bottom:50px;
  background: #788aae;
  text-align: center;
  color: #fff;
}

#blue h2{
  color:#fff;
}

/*** Head ***/

#head {
  background: #151518;
  border-top: 4px solid #F0A656;
  width: 100%;
  text-align: center;
  color: #cfcfd6;
  background-image: url('img/linuxgsm-background.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#head ul.buttons {
  margin: 0px 0 10px 0;
}


@media (max-width: 768px) {

  #head ul.buttons {
    margin: 18px 0 35px 0;
  }

}

#head ul.buttons li {
  display: inline-block;
  margin: 5px 10px;
}

#head nav {
  margin: 0;
  float: right;
  text-align: left;
}

#head nav ul {
  line-height: 61px;
  margin: 0;
}

#head nav > div > ul > li {
  float: left;
  margin-left: 25px;
}

#head nav a {
  color: #cfcfd6;
}

#head nav a:hover {
  color: #fff;
}

#head .top {
  line-height: 36px;
  padding: 5px 0;
}
#head .top .logo {
  color: #ffffff;
  font-size: 18px;
  display: block;
  float: left;
  line-height: 61px;

}

#head .top .logo svg {
  width: 40px;
  height: 60px;
  display: block;
  fill: #ffffff;
  float: left;
  margin: 0 10px 0 0;
}

#head .top nav {
  float: right;
}
#head .top nav ul {
  color: #fff;
}
#head .top nav ul li {
  float: left;
  margin-left: 25px;
}
#head .top nav ul li a {
  color: #9ba0aa;
}

#head .top nav ul li a:hover {
  color: #ffffff;
}

#head .top nav ul li a.button {
  color: #ffffff;
  line-height: normal;
  margin: 0;
}

@media (max-width: 768px) {

  #head nav {
    float: left;
    position: absolute;
    top: 80px;
    left: 15px;
    margin: 0;
    right: 15px;
    background: #ffffff;
    border-radius: 3px;
    padding: 0 10px;
    display: none;
    z-index:1000
  }

  #head nav ul li {
    float: none;
    margin-left: 0;
    display: block;
    clear: both;
  }

  #head nav ul li a {
    width: 100%;
    color: #9ba0aa;
    line-height: 34px;
  }

  #head nav ul li a:hover {
    width: 100%;
    color: #f0a656;
  }

}

@media (min-width: 768px) {

  #head nav li a {
    position: relative;
  }

  #head nav li.current-menu-item a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #f0a556 transparent transparent transparent;
    top: -38px;
    left: 50%;
    margin: 0 0 0 -8px;
    position: absolute;
  }

  #head nav ul:after {
    content: "";
    clear: both;
    display: table;
  }

}

/*** Hamburger ***/

.hamburger {
  display: none;
  position: relative;
  width: 30px;
  height: 30px;
  float: right;
  cursor: pointer;
  margin-top: 15px;
}

.hamburger.open div {
  background: none;
}

.hamburger.open div:before,
.hamburger.open div:after {
  top: 0;
}

.hamburger.open div:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.open div:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger div,
.hamburger div:before,
.hamburger div:after {
  width: 100%;
  height: 3px;
  background: #f5f6f9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hamburger div:before {
  top: -9px;
  content: "";
  position: absolute;
  left: 0;
}

.hamburger div:after {
  top: 9px;
  content: "";
  position: absolute;
  left: 0;
}

.hamburger div {
  position: relative;
  margin: 17px auto 0;
}

@media (max-width: 768px) {

  .hamburger {
    display: block;

  }
}

/*** Search ***/

#search {
  float: right;
  position: relative;
  height: 38px;
  margin: 26px 0;
}

#search * {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#search button {
  height: 38px;
  width: 38px;
  padding: 9px;
  border: none;
  background: none;
}

#search input {
  height: 38px;
  background: #fff;
  border-radius: 3px 0 0 3px;
  padding: 6px 10px;
  border: none;
  position: absolute;
  top: 0;
  right: 38px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}

#search.active input {
  opacity: 1;
  visibility: visible;
}

#search.active button {
  background: #f0a656;
  border-radius: 0 3px 3px 0;
}

#search button svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: #fff;
}


/*** Macbook ***/

#macbook {
  position: relative;
}

#macbook .terminal {
  position: absolute;
  z-index: 1;
  top: 15%;
  right: 20px;
  width: 63%;
}

#macbook img {
  display: block;
  width: 100%;
  margin: 0 0 -15px 0;
}

ul.points li {
  overflow: hidden;
  margin: 30px 0;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}

ul.points li h3 {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  font-family: 'PT Sans', Arial;
  margin: 0 0 4px 0;
}

ul.points li svg {
  fill: #fff;
  display: block;
  width: 20px;
  height: 20px;
}

ul.points li div {
  float: left;
  border-radius: 50%;
  padding: 10px;
  border: 1px solid #383c42;
  margin: 12px 18px 12px 0;
}

/*** Terminal ***/

.terminal {
  border-radius: 6px;
  background: #232327;
}

.terminal .bar {
  border-radius: 6px 6px 0 0;
  background: #f4f4f8;
  overflow: hidden;
  padding: 6px 7px;
}

.terminal .bar div,
.terminal .bar div:before,
.terminal .bar div:after {
  border-radius: 50%;
  background: #cfcfd6;
  content: "";
  width: 8px;
  height: 8px;
}

.terminal .bar div {
  margin-left: 14px;
  position: relative;
}

.terminal .bar div:before {
  position: absolute;
  left: -14px;
}

.terminal .bar div:after {
  position: absolute;
  right: -14px;
}

.terminal .content {
  padding: 6px 7px;
  color: #ababb2;
  min-height: 110px;
  font-size: 12px;
  text-align: left;
  font-family: 'Source Code Pro', Tahoma;
}

.terminal span {
  color: #58585d;
}

/*** Distro Icons ***/

.ubuntuicon32 {
  background-image:url("img/ubuntu32.png");
  width:32px;
  height:32px;
  display:block;
  white-space:nowrap;
}

.centosicon32 {
  background-image:url("img/centos32.png");
  width:32px;
  height:32px;
  display:block;
  white-space:nowrap;
}

.debianicon32 {
  background-image:url("img/debian32png");
  width:32px;
  height:32px;
  display:block;
  white-space:nowrap;
}

.fedoraicon32 {
  background-image:url("img/fedora32png");
  width:32px;
  height:32px;
  display:block;
  white-space:nowrap;
}

.ubuntuicon {
  background-image:url("img/ubuntu64.png");
  width:48px;
  height:48px;
  display:block;
  border:1px solid #ddd;
}

.centosicon {
  background-image:url("img/centos64.png");
  width:48px;
  height:48px;
  display:block;
  border:1px solid #ddd;
}

.debianicon {
  background-image:url("img/debian64.png");
  width:48px;
  height:48px;
  display:block;
  border:1px solid #ddd;
}

.fedoraicon {
  background-image:url("img/fedora64.png");
  width:48px;
  height:48px;
  display:block;
  border:1px solid #ddd;
}

/*** Overview ***/
#overview {
  padding: 30px 0 70px 0;
}

#overview .for h4 {
  text-align: center;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 11px 15px 8px 15px;
  background: #58585d;
  color: #ffffff;
}

#overview .for.color h4 {
  background: #f0a656;
}

#overview .for ul {
  /*font-size: 14px;*/
  padding: 10px 0 0 19px;
}

#overview .for ul li {
  margin: 2px 0 0 0;
  list-style-type: circle;
}

/*** Demo ***/

#demo {
  padding-top:25px;
  padding-bottom:50px;
  color:#fff;
  background: #151518;
  background-image: url('img/linuxgsm-background.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#demo h2{
  color:#fff;
}

#demo .for h4 {
  text-align: center;
  color: #ffffff;
}

#demo .for.color h4 {

}

#demo .for ul {
  /*font-size: 16px;*/
  padding: 10px 0 0 19px;
}

#demo .for ul li {
  margin: 2px 0 0 0;
  list-style-type: circle;
}


/*** Games list ***/

#games {
  padding: 50px 0;
  text-align: center;
}

#games > div > div {
  margin-top: 0px;
}

#games ul li img {
  width: 99%;
  display: block;
}

#games li {
  opacity: 1.0;
  -webkit-transition: opacity 1.0s ease-in-out;
  -moz-transition: opacity 1.0s ease-in-out;
  -o-transition: opacity 1.0s ease-in-out;
  transition: opacity 1.0s ease-in-out;
}

#games li:hover {
  opacity: 1;
}

/*** About ***/

#about {
  padding-top:25px;
  padding-bottom:50px;
  background: #151518;
  color: #cfcfd6;
}

#about h2{
  color:#fff;
}

#developer img{
  float:left;
  padding:10px;
  padding-left:0;
}

#widgets{
  padding:10px;
}

/*** Installer ***/

#installer {
  padding: 25px 0;
  text-align: center;
}

#installer > div > div {
  margin-top: 0px;
}

#installer ul li img {
  width: 100%;
  display: block;
}

#installer li {
  opacity: 1.0;
  -webkit-transition: opacity 1.0s ease-in-out;
  -moz-transition: opacity 1.0s ease-in-out;
  -o-transition: opacity 1.0s ease-in-out;
  transition: opacity 1.0s ease-in-out;
}

#installer li:hover {
  opacity: 1;
}

/*** Posts **/
.post{
margin-top:30px;
background: #151518;
color:#9ba0aa;
}

/*** Sidebar **/

#sidebar
{
padding: 30px 0 20px 20px;
margin-top:30px;
background: #151518;
color:#9ba0aa;

}

#sidebar h2{
  color:#fff;
}

.sidebar-box{
margin:20px;
}

.sidebar-title{

}

.widget{
  padding:10px;
}

/*** Footer ***/

#footer {
  padding-bottom:25px;
  background: #fff;
}

/*** Page ***/
#page {
  padding-left:30px;
}

ul.grid-nav {
    list-style: none;
    /*font-size: .85em;*/
    font-weight: 200;
    text-align: center;
}
ul.grid-nav li {
    display: inline-block;
}
ul.grid-nav li a {
    display: inline-block;
    background: #999;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
ul.grid-nav li a:hover {
    background: #7b0;
}
ul.grid-nav li a.active {
    background: #333;
}
.grid-container {
    display: none;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    /*font-size: 11px;*/
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  /*font-size: 16px;
  font-size: 0.875rem;*/
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.sticky .entry-date {
  display: none;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  color: #fff;
  /*font-size: 12px;*/
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.bypostauthor > article .fn:before {
  content: "\f408";
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px;
}

.col-md-2{
  margin-top:20px;
}

.col-md-3{
  margin-top:20px;
}

.col-md-4{
  margin-top:20px;
}

.col-md-5{
  margin-top:20px;
}

.col-md-7{
  margin-top:20px;
}

@media (min-width:640px) {
  img.games{
    min-height:100px;
    width:240px;
  }
}

.thumbnail-lgsm {
    display: block;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

/* Video */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.distro-tab-icon {
  float:left;
  margin:10px;
  margin-top:0px;
  color:#fff;
  width:32px;
  height:32px;
}