/* CSS stylesheet for Some Awesome */
body {
  background-attachment: fixed;
  background-position: center;
  background-image: url('/themes/custom/someawesome/img/game-over-bg-sm.jpg');
  font-family: 'Open Sans', sans-serif;
}

body p {
  font-size: 1.2em
}

.main-container {
  background-color: #FFF;
  min-height: 800px;
}

#header .logo {
  padding: 10px 0px;
}

.navbar-red {
  background: #ff0004; /* Old browsers */
  background: -moz-linear-gradient(top, #ff0004 0%, #c00000 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff0004 0%,#c00000 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff0004 0%,#c00000 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0004', endColorstr='#c00000',GradientType=0 ); /* IE6-9 */
}

.navbar-blue {
  background: #58b8dd; /* Old browsers */
  background: -moz-linear-gradient(top, #58b8dd 0%, #275dd0 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58b8dd 0%,#275dd0 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58b8dd 0%,#275dd0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58b8dd', endColorstr='#275dd0',GradientType=0 ); /* IE6-9 */  
  font-size: 2em;
  color: #FFF;
  text-align: center;
  position: relative;
  min-height: 1px;
  margin: 20px auto;
  width: 98%;
}

.navbar-red .navbar-nav > li > a {
  color: #FFF;
  font-weight: bold;
}

.navbar-red .navbar-nav > li > a:hover {
  color: #DDD;
  background-color: #bf0e0e;
}

.navbar-red .navbar-nav > li.active {
  background-color: #bf0e0e;
}

.navbar-red .navbar-nav > li.active > a {
  background-color: #bf0e0e;
  color: #FFF;
}

.navbar-red .navbar-nav > li.active > a:hover {
  background-color: #bf0e0e;
  color: #FFF;
}

.navbar-default .navbar-toggle {
  border-color: #FFF;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #000;
}

h1.page-header {
  font-family: 'Oswald', Verdana, sans-serif;
  font-size: 3.4em;
}

h3.overall-score {
  font-size: 2em;
  font-family: 'Oswald', Verdana, sans-serif;
}

.field--name-field-subhead {
  font-size: 2.1em;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  padding: 20px 0px 10px 0px;
}

article.news .field--name-field-subhead {
  max-width: 900px;
  margin: 0px auto;
}

article.news .field--name-body {
  max-width: 900px;
  margin: 20px auto;
  margin-top: 5px;
}

.btn-space {
  margin-left: 5px;
}

#steam-widget {
  margin-top: 20px;
  width: 100%;
}

.page-node-type-news iframe {
  border: none !important;
}

.page-node-type-news #widget {
  height: 200px !important;
}

.page-node-type-news .field--name-body, 
.page-node-type-news .field--name-field-subhead {
  max-width: 1100px !important;
}

.region-footer {
  width: 100%;
}

.footer {
  margin-top: 0px;
  padding: 0px;
}

#footer {
  width: 100%;
  background-color: #3D3D3D;
  color: #D6D6D6;
  margin-bottom: 20px;
}

#footer .copyright {
  font-family: 'Oswald', Verdana, sans-serif;
  font-size: 1.2em;
  padding: 10px;
}

#footer .copyright img {
  margin: 0px 2px;
}

.paragraph--type--image {
  padding: 2% 5%;
}

.paragraph--type--image img {
  margin: 0px auto;
}

.paragraph--type--image .field--name-field-caption {
  padding: 5px;
  font-style: italic;
  text-align: center;
  background-color: #DDD;
}

.paragraph--type--copy {
  padding: 10px 0px;
}

.field--name-field-section button.field-add-more-submit {
  margin-left: 20px;
}

.field--name-body .js-text-format-wrapper .filter-wrapper,
.field--name-field-copy .js-text-format-wrapper .filter-wrapper {
  display: none;
}

/* Styles for the user page */

.row-eq-height .col-sm-3 h2 {
  text-align: center
}

.smaws-user nav.tabs {
  display: none;
}

.user-col-3 {
  border: 2px solid #DA0001;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  height: 275px;
  -webkit-box-shadow: -2px 2px 5px 2px rgba(0,0,0,0.37);
  -moz-box-shadow: -2px 2px 5px 2px rgba(0,0,0,0.37);
  box-shadow: -2px 2px 5px 2px rgba(0,0,0,0.37);
}

.user-col-3 h3 {
  margin-top: 10px;
  margin-bottom: 5px;
}

#user-col-avatar {
  overflow: hidden;
}

.user-social-block {
  font-size: 1.5em;
  width: 100%;
  margin-top: 10px;
}

.user-social-block img {
  float: left;
  margin: 5px;
}

#user-col-info {
  text-align: left;
}

#user-col-points {
  background-image: url('/themes/custom/someawesome/img/points-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  font-weight: bold;
  font-family: 'Oswald', Verdana, sans-serif;
  position: relative;
}

#user-points-remaining {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 100px;
  left: 0px;
  font-size: 3em;
}

#user-col-menu a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  color: #DA0001;
  font-family: 'Oswald', Verdana, sans-serif;
  font-size: 1.5em;
  text-align: left;
}

#user-col-menu a:hover {
  background-color: #DA0001;
  color: #FFF;
  text-decoration: none;
}

#steamconnect {
  text-align: center;
}

/* Temp hack for Paragraph buttons on Bootstrap pages */

.dropbutton li {
  list-style-type: none;
  margin-bottom: 5px;
}

.node-form {
  margin-bottom: 20px;
}

/* Removing revisions and text formats from view */

.page-node-type-game-review .form-type-vertical-tabs,
.page-node-type-game-review .published .tabs--primary,
.node-game-review-form #edit-body-0-format,
.node-game-review-form .paragraphs-subform .filter-wrapper {
  display: none;
}

/* Styles for Facets accordion */

.facets-accordion p {
  font-size: 0.8em;
}

.facets-accordion p img {
  margin-right: 10px;
}

.facets-accordion a {
  font-weight: bold;
  text-decoration-color: transparent;
}

.facets-accordion a:hover,
.facets-accordion a:active {
  text-decoration: none;
  text-decoration-color: transparent;
}

.facets-accordion .rotate{
  -webkit-transform: rotate(90deg);  /* Chrome, Safari, Opera */
  -moz-transform: rotate(90deg);  /* Firefox */
  -ms-transform: rotate(90deg);  /* IE 9 */
  transform: rotate(90deg);  /* Standard syntax */    
}

/* Styles for Pros & Cons */
#game-review-pros,
#game-review-cons {
  font-size: 1.5em;
  line-height: 1em;
  margin-top: 10px;
}

#game-review-pros li,
#game-review-cons li {
  padding-top: 5px;
}

#game-review-pros .fa-plus-circle,
#game-review-cons .fa-minus-circle {
  padding-top: 5px;
}

#game-review-pros .fa-plus-circle {
  color: #1AC81A;
}
#game-review-cons .fa-minus-circle {
  color: #DA0001;
}

.pros-cons {
  font-size: 0.75em;
  line-height: 1em;
}

/* Ads Styles */
#sa-shop .img-responsive {
  margin: 0px auto;
}

#sa-adsense {
  width: 300px;
  margin:20px auto;
}

.sidebar-divider {
  width: 100%;
  border: 0.5px solid #DDD;
  margin: 20px 0px;
}

/* Keys Available */
#keys-available {
  width: 100%;
  margin: 20px 0px;
  background: #7d7e7d; /* Old browsers */
  background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7d7e7d 0%,#0e0e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}

#keys-available h3 {
  color: #FFF;
  font-family: 'Oswald', Verdana, sans-serif;
  font-size: 2em;
  padding: 10px 0px;
}

/* Home Page */
.row.no-pad {
  margin-right:0;
  margin-left:0;
}

.row.no-pad > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}

.featured-awesome {
  width: 100%;
  background: #7d7e7d; /* Old browsers */
  background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7d7e7d 0%,#0e0e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}

.featured-awesome h2 {
  color: #FFF;
  font-family: 'Oswald', Verdana, sans-serif;
  font-size: 2em;
  padding: 10px 0px;
  padding-left: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.featured-large,
.featured-small {
  position: relative;
}

.featured-large a,
.featured-small a {
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
}

.featured-large a {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  font-size: 2em;
  display: block;
  width: 100%;
  z-index: 50;
  background: rgba(0, 0, 0, 0.65);
  opacity: 1;
  text-decoration: none;
}

.featured-long a {
  font-size: 1.5em;
}

.featured-small-image {
  position: relative;
  float: left;
  width: 50%;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  overflow: hidden;
}

.featured-small a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  color: #FFF;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}

.featured-small a:hover {
  opacity: 1;
}

.featured-small h3 {
  position: absolute;
  text-align: center;
  top: 25%;
  width: 100%;
  display: block;
}

.recent-keys {
  position: relative;
  float: left;
  margin-bottom: 15px;
  min-height: 125px;
  overflow: hidden;
}

.recent-keys a {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 50;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  color: #FFF;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 90%;
  height: 100%;
  padding-left: 5%;
  display: block;
  margin-right: 15px;
  text-decoration: none;
}

.recent-keys a:hover {
  opacity: 1;
}

.latest {
  border: 1px solid #151515;
  padding: 10px 0px;
  margin-bottom: 20px;
}

.latest .media {
  padding: 5px 10px;
  position: relative;
}

.latest .media-object {
  height: 100px;
  width: 100px;
}

.latest .media-body a.btn {
  position: absolute;
  bottom: 0px;
  right: 20px;
}

#author {
  -webkit-box-shadow: -2px 2px 5px 2px rgba(0,0,0,0.37);
  -moz-box-shadow: -2px 2px 5px 2px rgba(0,0,0,0.37);
  box-shadow: -2px 2px 5px 2px rgba(0,0,0,0.37);
  margin-bottom: 0px;
}

#author img.author {
  outline: 2px solid #000;
}

/* News / Reviews Views Styles */

.view-recent-news .views-row {
  width: 48%;
  float: left;
  padding: 1%;
  clear: right;
  position: relative;
  border-bottom: 1px solid #DDD;
  margin-top: 10px;
}

.view-recent-news .views-row p {
  font-size: 1em;
}

.view-recent-news .views-row .views-field-field-featured-image {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  width: 40%;
}

.view-recent-news .views-row .views-field-title a {
  font-size: 1.3em;
  line-height: 1em;
  color: #000;
}

.view-recent-news .views-row .views-field-title a:hover {
  text-decoration: none;
  color: #DA0001;
}

.view-recent-news .views-row .views-field-path a {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.view-games-to-redeem ul.pager li a {
  background-color: #C9302C;
  color: #FFF;
}

.view-games-to-redeem ul.pager li a:hover {
  background-color: #DA0001;
  font-weight: bold;
}


.view-games-to-redeem .table > tbody > tr > td {
  vertical-align: middle;
}

.view-games-to-redeem .views-field-nothing {
  width: auto;
}

.view-games-to-redeem-label a {
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.view-games-to-redeem tbody {
  margin-top: 20px;
}

.view-games-to-redeem th.btn-danger a {
  color: #FFF;
  display: block;
  width: 200px;
}

@media (max-width:768px) {
  .view-recent-news .views-row {
    width: 98%;
  }
  .view-recent-news .views-row .views-field-field-featured-image {
    width: 100%;
    float: none;
    margin: 10px auto;
    clear: both;
  }
  .view-recent-news .views-row .views-field-field-featured-image img {
    display: block;
    margin: 0px auto;
  }
  .view-recent-news .views-row .views-field-path {
    padding-bottom: 40px;
  }
  .view-recent-news .views-row .views-field-path a {
    position: absolute;
    bottom: 10px;
    left: 2%;
    right: 2%;
  }
}

/* Contact Form Styles */

.contact-message-feedback-form {
  max-width: 900px;
  margin: 20px auto;
}

.user-register-form {
  width: 80%;
  margin-bottom: 20px;
}

button#steam_signup {
  border: none;
  background-image: url('/themes/custom/someawesome/img/sits_large_noborder.png');
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 130px;
  height: 60px;
  padding: 5px 5px 5px 0px;
  margin: 0px auto;
}

form#some-awesome-signup-form {
  text-align: center;
}

form#some-awesome-signup-form .form-item {
  display: none;
}

/* SAmazon CSS */
.samazon-full-width div.col-md-2 {
  text-align: center;
  padding: 5px;
}

.samazon-full-width h3 {
  margin-top: 0px;
  margin-bottom: 5px;
}

.samazon-full-width p {
  margin-bottom: 20px;
}

.samazon-full-width strong {
  font-size: 1.1em;
}

.samazon-full-width a {
  display: block;
  width: 80%;
  margin: 10px auto;
}

.someawesome-redeem .form-item-variation {
  background-color: #CCC;
  width: 20%;
  margin: 20px auto;
  padding: 10px;
}

@media (max-width:768px) {
  .samazon-full-width h3 {
    text-align: center;
    font-size: 2em;
    margin-top: 10px;
  }
  .samazon-full-width strong {
    font-size: 1.4em;
  }
  .samazon-full-width a {
    font-size: 1.3em;
    border-radius: 8px;
    padding: 10px;
  }
  .someawesome-redeem .form-item-variation {
    width: 80%;
  }
}

@media (max-width: 480px) {
  #steam-widget {
    display: none;
  }
  #footer .copyright img {
    width: 25px;
    height: 25px;
    margin: 0px;
  }
}

/* UI Cleanup */
.path-author nav.tabs { display: none; }

.node-game-review-form .field--name-field-cons .label,
.node-game-review-form .field--name-field-pros .label {
  font-size: 1.2em;
  color: #000;
  padding-left: 0px;
}