/**
* Custom styling for Revolution theme
*/
@import "css/mobile-menu.css";
@import "css/colorbox.css";
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Condensed Light Italic'), local('OpenSansCondensed-LightItalic'), url(https://fonts.gstatic.com/s/opensanscondensed/v12/z7NHdQDnbTkabZAIOl9il_O6KJj73e7Fd_-7suD8Rb2Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'), url(https://fonts.gstatic.com/s/opensanscondensed/v12/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDuXMQg.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'), url(https://fonts.gstatic.com/s/opensanscondensed/v12/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmDuXMQg.ttf) format('truetype');
}
/**
* Mobile drop-down menu
*/
/**
* Colorbox
*/
/**
* Vars
*/
/**
* Common vars & mixins used throughout the theme & plugins
*/
.clear-both {
  clear: both;
}
html {
  background-color: #000;
}
.responsive-helper {
  height: 50px;
  padding: 10px;
  color: #fff;
  text-shadow: 0 0 3px #000;
  background-color: orange;
}
.responsive-helper:after {
  content: 'Default desktop/landscape tab';
}
@media (min-width: 1200px) {
  .responsive-helper {
    background-color: red;
  }
  .responsive-helper:after {
    content: 'Large - 1200+';
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .responsive-helper {
    background-color: yellow;
  }
  .responsive-helper:after {
    content: 'Med - landscape tab/small desktop';
  }
}
@media (max-width: 767px) {
  .responsive-helper {
    background-color: green;
  }
  .responsive-helper:after {
    content: 'Small - landscape mob';
  }
}
@media (max-width: 480px) {
  .responsive-helper {
    background-color: blue;
  }
  .responsive-helper:after {
    content: 'Xtra small - portrait mob';
  }
}
body .wp-caption p.wp-caption-text {
  margin-top: 10px;
  text-align: left;
  font: 700 12px 'Open Sans', sans-serif;
}
.home-page-heading {
  font-size: 53px;
  line-height: 1.2;
}
.col-header {
  border-top: 5px solid #E6E7E8;
  border-bottom: none;
  margin: 0;
}
.space {
  margin-bottom: 30px;
}
.space-top {
  margin-top: 30px;
}
.footer-bg,
.content-bg {
  background-color: #58595B;
  padding: 20px;
  padding-bottom: 30px;
  margin: 0 auto;
  max-width: 960px;
}
@media (min-width: 1200px) {
  .footer-bg,
  .content-bg {
    max-width: 1170px;
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .footer-bg,
  .content-bg {
    max-width: 744px;
    padding: 20px 20px 0;
  }
}
@media (max-width: 767px) {
  .footer-bg,
  .content-bg {
    max-width: 500px;
    padding: 10px 10px 0;
  }
}
.content-bg {
  background-color: #fff;
}
.page-newsletter .content-bg {
  background-image: url(images/sky.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.welcome-img {
  border-bottom: 3px solid #E6E7E8;
}
.youtube-title {
  background-color: #DE0023;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  max-width: 450px;
  clear: both;
  margin-top: -13px;
}
.genericon {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
  font-family: "Genericons";
}
.js-link {
  cursor: pointer;
}
.btn {
  border-radius: 0;
  border: none;
  color: #d69a01;
  text-shadow: none;
  font: 800 12px/1.2em 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  height: auto;
  box-shadow: none;
  text-decoration: none;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
}
.btn-orange {
  background-color: #d69a01 !important;
  color: #fff;
  text-decoration: none;
}
.btn-orange:hover {
  background-color: #a37501 !important;
  color: #fff;
  text-decoration: none;
}
.btn-red {
  background-color: #DE0023 !important;
  color: #fff;
}
.btn-red:hover {
  background-color: #ab001b !important;
}
.btn-gray-dark {
  background-color: #58595B;
  color: #fff;
}
.btn-gray-dark:hover {
  background-color: #3f4041;
}
.btn-gray-light {
  background-color: #808285;
  color: #fff;
}
.btn-gray-light:hover {
  background-color: #67696b;
}
.font-sans {
  font-family: 'Open Sans', sans-serif !important;
}
.font-condensed {
  font-family: 'Open Sans Condensed', sans-serif !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.orange {
  color: #d69a01 !important;
}
a.orange:hover {
  color: #a37501 !important;
}
.bold {
  font-weight: 900 !important;
}
.chunky-link {
  text-decoration: none;
  padding-bottom: 3px;
  text-transform: uppercase;
}
.chunky-link.orange {
  border-bottom: 3px solid #d69a01;
}
.chunky-link.orange:hover {
  text-decoration: none;
  border-color: #a37501;
}
.text-red {
  color: #DE0023 !important;
}
.text-orange {
  color: #d69a01 !important;
}
.text-yellow {
  color: #FBC200 !important;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  height: auto;
}
.rev-dd-menu {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #6d6e72;
  font: bold 22px 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.rev-dd-menu option {
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
}
.styled-select {
  overflow: hidden;
  background: url(images/dd-arrow.png) 96% center no-repeat;
  margin-bottom: 20px;
  background-color: #6d6e72;
}
.styled-select select {
  background: transparent;
  width: 110%;
  -webkit-appearance: none;
  margin-bottom: 0 !important;
}
.styled-select select option {
  color: #000;
}
/**
* Responsive table
*/
@media (max-width: 767px) {
  table.table-collapse,
  table.table-collapse thead,
  table.table-collapse tbody,
  table.table-collapse th,
  table.table-collapse td,
  table.table-collapse tr {
    display: block;
  }
  table.table-collapse.remove-headers thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
}
/**
* =Breadcrumb
*/
.bc-border {
  clear: both;
  border-top: 1px solid #D1D3D4;
  border-bottom: 0px;
  margin: 10px 0 10px 30px;
}
@media (max-width: 767px) {
  .bc-border {
    margin-left: 0;
  }
}
.rev-breadcrumb {
  margin-top: 15px;
  margin-bottom: 30px;
  border-top: 1px solid #D1D3D4;
  border-bottom: 1px solid #D1D3D4;
  padding-top: 10px;
  padding-bottom: 10px;
}
.rev-breadcrumb .breadcrumb {
  background-color: transparent;
  font: 400 32px 'Medula One', sans-serif;
  text-transform: uppercase;
  padding: 0;
}
.rev-breadcrumb .breadcrumb a {
  color: #d69a01;
}
.rev-breadcrumb .breadcrumb a:hover {
  color: #a37501;
  text-decoration: none;
}
.rev-breadcrumb .breadcrumb .divider::after {
  color: #BCBEC0;
  font-size: 32px;
}
.rev-breadcrumb .breadcrumb .active {
  color: #DE0023;
}
.slider-wrap .slider {
  height: 600px;
}
@media (max-width: 767px) {
  .slider-wrap .slider {
    height: 500px;
  }
}
.game-slider-wrap {
  height: 384px;
}
@media (max-width: 767px) {
  .game-slider-wrap {
    height: 450px;
  }
}
.game-slider-wrap .slider {
  height: 400px;
}
@media (max-width: 767px) {
  .game-slider-wrap .slider {
    height: 450px;
  }
}
@media (max-width: 767px) {
  #game-slider-wrap .container-slider {
    height: 100%;
  }
}
@media (max-width: 767px) {
  #game-slider-wrap .camera_caption {
    position: relative;
    height: 100%;
    top: 0;
  }
}
@media (max-width: 480px) {
  #game-slider-wrap .camera_caption {
    top: 0;
  }
}
@media (max-width: 767px) {
  #game-slider-wrap .camera_caption > div {
    position: absolute;
    bottom: 0;
    background-color: rgba(35, 31, 32, 0.8);
    padding: 10px 0 15px;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #game-slider-wrap .camera_caption > div .current-state {
    display: none;
  }
}
#game-slider-wrap .camera_caption > div .current-state.mob {
  margin-top: 5px;
  font-size: 15px;
  display: none;
  position: static;
}
@media (max-width: 767px) {
  #game-slider-wrap .camera_caption > div .current-state.mob {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #game-slider-wrap .camera_caption > div .series {
    font-size: 25px;
    text-shadow: none;
  }
}
@media (max-width: 767px) {
  #game-slider-wrap .camera_caption > div .main-title {
    font-size: 54px;
    margin-bottom: 10px;
    text-shadow: none;
  }
}
.no-slider-wrap {
  height: 178px;
}
@media (max-width: 767px) {
  .no-slider-wrap {
    height: 244px;
  }
}
@media (max-width: 480px) {
  .no-slider-wrap {
    height: 160px;
  }
}
.read-more {
  text-transform: uppercase;
  text-decoration: none;
  color: #d69a01;
  font-weight: bolder;
  border-bottom: 3px solid #d69a01;
}
.read-more:hover {
  color: #a37501;
  border-color: #a37501;
  text-decoration: none;
}
body {
  font: 14px/1.4 'Open Sans', sans-serif;
  color: #4f4f4f;
  /**
	* =Social Stream
	*/
  /**
	* =Slider (Main homepage slider)
	*/
  /**
	* =Social feed
	*/
}
body li {
  line-height: 1.4;
}
@media (min-width: 768px) and (max-width: 979px) {
  body .camera_pag {
    display: none;
  }
}
body #content,
body #sidebar {
  padding-top: 0;
}
body #content.row {
  padding-top: 0;
}
@media (max-width: 767px) {
  body.home .main-holder .content-holder {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  body .main-holder .content-holder {
    padding: 0 !important;
  }
}
body .lead {
  margin-bottom: 18px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
}
body #dcsns-filter li {
  display: inline-block;
}
body #dcsns-filter li a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
body #dcsns-filter li.active.f-facebook a {
  background-color: #3b5998 !important;
}
body #dcsns-filter li.active.f-twitter a {
  background-color: #4ec2dc !important;
}
body #dcsns-filter li.active.f-youtube a {
  background-color: #DF1F1C !important;
}
body .dcwss.dc-feed .stream li {
  font-family: 'Open Sans', sans-serif;
}
@media (min-width: 768px) and (max-width: 979px) {
  body .dcwss.dc-feed .stream li {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
  }
}
body .main-holder {
  background-image: url(images/splash-page.jpg);
}
body .main-holder .camera_prev,
body .main-holder .camera_next {
  background: none;
  bottom: 0;
  width: 65px;
  height: 65px;
}
@media (max-width: 480px) {
  body .main-holder .camera_prev,
  body .main-holder .camera_next {
    display: block !important;
  }
}
body .main-holder .camera_prev > span,
body .main-holder .camera_next > span {
  background: url(images/slider-nav.png) no-repeat;
  width: 65px;
  height: 65px;
}
body .main-holder .camera_prev {
  margin-left: -40px;
}
@media (min-width: 1200px) {
  body .main-holder .camera_prev {
    margin-left: -16px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  body .main-holder .camera_prev {
    margin-left: -58px;
  }
}
@media (max-width: 767px) {
  body .main-holder .camera_prev {
    margin-left: -65px;
    left: 50%;
  }
}
@media (max-width: 480px) {
  body .main-holder .camera_prev {
    margin-left: -65px;
    left: 50%;
  }
}
body .main-holder .camera_prev > span {
  background-position: 0 0;
}
body .main-holder .camera_prev > span:hover {
  background-position: 0 -65px;
}
body .main-holder .camera_next {
  margin-left: 25px;
}
@media (min-width: 1200px) {
  body .main-holder .camera_next {
    margin-left: 49px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  body .main-holder .camera_next {
    margin-left: 7px;
  }
}
@media (max-width: 767px) {
  body .main-holder .camera_next {
    margin-left: 0;
    left: 50%;
  }
}
@media (max-width: 480px) {
  body .main-holder .camera_next {
    margin-left: 0;
    left: 50%;
  }
}
body .main-holder .camera_next > span {
  background-position: -65px 0;
}
body .main-holder .camera_next > span:hover {
  background-position: -65px -65px;
}
body .main-holder .content-holder {
  background-color: transparent;
  padding: 0;
  /**
			* =Headings
			*/
}
body .main-holder .content-holder h1,
body .main-holder .content-holder h2,
body .main-holder .content-holder h3,
body .main-holder .content-holder h4,
body .main-holder .content-holder h5,
body .main-holder .content-holder h6 {
  font-family: 'Medula One', sans-serif;
  color: #DE0023;
  text-transform: none;
  line-height: 1.1;
  font-weight: 400;
}
body .main-holder .content-holder h1 a,
body .main-holder .content-holder h2 a,
body .main-holder .content-holder h3 a,
body .main-holder .content-holder h4 a,
body .main-holder .content-holder h5 a,
body .main-holder .content-holder h6 a {
  color: #DE0023;
}
body .main-holder .content-holder h1 a:hover,
body .main-holder .content-holder h2 a:hover,
body .main-holder .content-holder h3 a:hover,
body .main-holder .content-holder h4 a:hover,
body .main-holder .content-holder h5 a:hover,
body .main-holder .content-holder h6 a:hover {
  color: #FBC200;
}
body .main-holder .content-holder h1.page-title {
  color: #000;
  font-size: 71px;
  text-transform: uppercase;
  margin-top: 0;
}
body .main-holder .content-holder .news-title {
  font: bold 13px 'Open Sans', sans-serif;
  color: #4F4F4F;
  margin-top: 0;
  margin-bottom: 9px;
}
body .main-holder .content-holder .container {
  position: relative;
}
body .main-holder.home .content-holder {
  padding: 0;
}
body .main-holder .buy-tickets-wrap {
  z-index: 0;
}
@media (max-width: 767px) {
  body .main-holder .buy-tickets-wrap {
    display: block;
    border: none;
  }
}
body .main-holder .buy-tickets-wrap .social-span {
  background-color: #f6f6f6;
}
body .main-holder .buy-tickets-wrap > .container:before {
  background: transparent;
}
body .main-holder .buy-tickets-wrap .social li {
  background: none;
}
body .main-holder .buy-tickets-wrap .social li.youtube {
  margin-left: 20px;
}
body .main-holder .buy-tickets-wrap .social li.youtube i {
  color: #4D4D4D;
}
body .main-holder .buy-tickets-wrap .social li.youtube i:hover {
  color: #d69a01;
}
body .main-holder .buy-tickets-wrap .social li.youtube a:hover {
  background: none;
  color: #a37501;
}
body .main-holder .buy-tickets-wrap .social li.youtube a:after {
  color: #d69a01;
  font: 700 15px 'Open Sans Condensed', sans-serif;
}
body .main-holder .buy-tickets-wrap .social li.twitch-tv a {
  width: 41px;
  height: 41px;
  display: block;
  background: url(images/twitch-icon.png) 0 0 no-repeat;
  transition: none;
}
body .main-holder .buy-tickets-wrap .social li.twitch-tv a:hover {
  background-position: 0 -41px;
}
body .main-holder .buy-tickets-wrap .social li.discord a {
  width: 41px;
  height: 41px;
  display: block;
  background: url(images/discord-icon.png) 0 0 no-repeat;
  transition: none;
}
body .main-holder .buy-tickets-wrap .social li.discord a:hover {
  background-position: 0 -41px;
}

body .main-holder .buy-tickets-wrap .social li a {
  color: #d69a01;
  background: transparent;
}
body .main-holder .buy-tickets-wrap .social li a i {
  color: #d69a01;
}
body .main-holder .buy-tickets-wrap .social li a i:hover {
  color: #fff;
}
body .main-holder .buy-tickets-wrap .social li a:hover {
  color: #fff;
  background-color: #d69a01;
}
body .main-holder .buy-tickets-wrap .social li:hover {
  background: none;
}
body .main-holder .title-section h1.title-header {
  color: #000;
  text-transform: uppercase;
}
body .main-holder .header {
  background-color: rgba(65, 64, 66, 0.5);
  margin: 50px auto;
  padding: 22px 0;
  height: 14px;
  box-sizing: content-box;
  position: absolute;
  width: 100%;
  /**
			* Main =Nav
			*/
}
@media (max-width: 767px) {
  body .main-holder .header {
    margin: 0;
    background-color: rgba(35, 31, 32, 0.8);
  }
}
body .main-holder .header .nav__primary {
  margin: 0;
  padding: 0;
}
body .main-holder .header .nav__primary .sf-menu {
  font-size: 0.1em;
  width: 100%;
  padding: 0;
  text-align: justify;
}
body .main-holder .header .nav__primary .sf-menu > li {
  float: none;
  margin: 0;
}
body .main-holder .header .nav__primary .sf-menu > li > a > .sf-sub-indicator {
  position: static;
  margin-left: 5px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  body .main-holder .header .nav__primary .sf-menu > li {
    margin: 0;
  }
}
body .main-holder .header .nav__primary .sf-menu:after {
  content: ' ';
  display: inline-block;
  width: 100%;
}
body .main-holder .header .nav__primary .dl-menuwrapper .mob-cart-contents {
  float: right;
  color: #fff;
}
@media (max-width: 767px) {
  body .main-holder .header .nav__primary .dl-menuwrapper {
    top: -114px;
  }
}
body .main-holder .header .logo {
  top: -50px;
  height: 100px;
}
@media (max-width: 767px) {
  body .main-holder .header .logo {
    margin-left: 10px;
    top: -10px;
  }
}
@media (max-width: 480px) {
  body .main-holder .header .logo {
    margin-left: 10px;
  }
}
body .main-holder .header .logo img {
  height: auto;
}
@media (max-width: 767px) {
  body .main-holder .header .logo img {
    width: 95px;
  }
}
@media (max-width: 480px) {
  body .main-holder .header .logo img {
    width: 70px;
  }
}
body .main-holder .footer {
  padding: 0;
  color: #fff;
}
body .main-holder .footer .copyright {
  padding-top: 40px;
}
body .camera_overlayer {
  background-image: none;
}
body .camera_caption {
  top: 200px;
}
@media (max-width: 767px) {
  body .camera_caption {
    display: block !important;
    top: 175px;
  }
}
@media (max-width: 480px) {
  body .camera_caption {
    top: 145px;
  }
}
body .camera_caption .current-state {
  text-align: right;
  position: absolute;
  right: 500px;
  top: 0;
  font: 700 16px 'Open Sans Condensed', sans-serif;
  border: 2px solid #fff;
  padding: 0 8px;
}
@media (min-width: 768px) and (max-width: 979px) {
  body .camera_caption .current-state {
    right: 35%;
  }
}
@media (max-width: 767px) {
  body .camera_caption .current-state {
    right: 0;
  }
}
body .camera_caption > div {
  width: 72%;
}
@media (min-width: 1200px) {
  body .camera_caption > div {
    width: 62%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  body .camera_caption > div {
    width: 76%;
  }
}
@media (max-width: 767px) {
  body .camera_caption > div {
    width: 80%;
    padding-left: 10%;
    left: 0;
    margin-left: 0;
  }
}
body .camera_caption > div h2 {
  text-transform: none;
  text-shadow: 5px 5px 7px rgba(0, 0, 0, 0.7);
  font-size: 100px;
  line-height: 1.1 !important;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  body .camera_caption > div h2 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  body .camera_caption > div h2 {
    font-size: 60px;
  }
}
body .camera_caption > div h3,
body .camera_caption > div h4 {
  text-transform: uppercase;
  text-shadow: 5px 5px 7px rgba(0, 0, 0, 0.7);
  line-height: 1.1 !important;
  margin: 0;
}
body .camera_caption > div h3 {
  font-family: 'Medula One', sans-serif;
  padding-left: 0;
  font-weight: normal;
}
body .camera_caption > div h3:before {
  display: none;
}
body .camera_caption > div .series {
  color: #F9DB87;
  font-size: 42px;
}
@media (max-width: 767px) {
  body .camera_caption > div .series {
    font-size: 29px;
  }
}
@media (max-width: 480px) {
  body .camera_caption > div .series {
    font-size: 25px;
  }
}
body .camera_caption > div .sub-title {
  color: #d69a01;
  font: 700 30px 'Open Sans Condensed', sans-serif;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  body .camera_caption > div .sub-title {
    font-size: 23px;
  }
}
@media (max-width: 480px) {
  body .camera_caption > div .sub-title {
    font-size: 20px;
  }
}
body .camera_caption > div p {
  padding-left: 0;
  font: 600 19px 'Open Sans', sans-serif;
  margin-bottom: 20px;
  max-width: 500px;
}
@media (max-width: 767px) {
  body .camera_caption > div p {
    font-size: 15px;
  }
}
body .camera_caption > div .button {
  text-transform: uppercase;
  padding: 4px 10px;
  margin-right: 16px;
  font: 400 34px 'Medula One', sans-serif;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  body .camera_caption > div .button {
    font-size: 20px;
  }
}
body .camera_caption > div .button:hover {
  color: #fff;
  text-decoration: none;
}
body .camera_caption > div .read-more {
  background-color: #DE0023;
}
body .camera_caption > div .read-more:hover {
  background-color: #ab001b;
}
body .camera_caption > div .buy-now {
  background-color: #d69a01;
}
body .camera_caption > div .buy-now:hover {
  background-color: #a37501;
}
body .camera_caption > div .watch-video {
  background-color: #6D6E71;
}
body .camera_caption > div .watch-video:hover {
  background-color: #545557;
}
body .camera_pag_ul {
  /* hide carousel paging for mobiles */
}
@media (max-width: 767px) {
  body .camera_pag_ul {
    display: none;
  }
}
body .dcwss.dc-feed .dcwss-content {
  max-height: 418px;
}
body .dcwss.dc-feed.dark .controls .next {
  background-position: -44px 0;
}
body .dcwss.dc-feed.dark .controls .next:hover {
  background-position: -44px -22px;
}
body .dcwss.dc-feed.dark .controls .prev {
  background-position: -66px 0;
}
body .dcwss.dc-feed.dark .controls .prev:hover {
  background-position: -66px -22px;
}
#reviewsnippet {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  padding: 15px 0 15px 0;
  width: 100%;
  text-align: right;
  color: #fff;
  background-color: rgba(35, 31, 32, 0.8);
}
.home #reviewsnippet {
  padding: 15px 130px 15px 0;
}
@media (min-width: 1200px) {
  .home #reviewsnippet {
    padding-right: 380px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .home #reviewsnippet {
    padding-right: 135px;
  }
}
/**
* =Mobile Slider
*/
#mobile-slider {
  width: 100%;
  height: 500px;
}
#mobile-slider .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
#mobile-slider .mob-caption {
  background-color: rgba(35, 31, 32, 0.8);
  color: #fff;
  text-align: center;
  padding: 10px 0 80px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#mobile-slider .mob-btn-wrap {
  font-size: 0.1em;
  text-align: justify;
  margin: 0 10px;
}
#mobile-slider .mob-btn-wrap::after {
  content: '';
  display: inline-block;
  width: 100%;
}
#mobile-slider .button {
  display: inline-block;
  padding: 5px 0;
  background-color: #6D6E71;
  border: 0;
  color: #fff;
  font: 32px 'Medula One', sans-serif;
  text-align: center;
  width: 30%;
  text-decoration: none;
}
@media (max-width: 480px) {
  #mobile-slider .button {
    font-size: 28px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
#mobile-slider .button:hover {
  background-color: #545557;
  text-decoration: none;
}
#mobile-slider .button.read-more {
  background-color: #DE0023;
}
#mobile-slider .button.read-more:hover {
  background-color: #ab001b;
}
#mobile-slider .button.buy-now {
  background-color: #d69a01;
}
#mobile-slider .button.buy-now:hover {
  background-color: #a37501;
}
#mobile-slider .series,
#mobile-slider .main-title,
#mobile-slider .current-state-mobile,
#mobile-slider .sub-title {
  margin: 0 0 5px 0;
  line-height: 1.1;
}
#mobile-slider .series {
  color: #F9DB87;
  font-size: 28px;
}
@media (max-width: 480px) {
  #mobile-slider .series {
    font-size: 24px;
  }
}
#mobile-slider .main-title {
  color: #FBC200;
  text-transform: none;
}
@media (max-width: 480px) {
  #mobile-slider .main-title {
    font-size: 42px;
  }
}
#mobile-slider .current-state-mobile {
  color: #fff;
  font: 700 16px 'Open Sans Condensed', sans-serif;
  border: 2px solid #fff;
  padding: 0 8px;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  #mobile-slider .current-state-mobile {
    font-size: 14px;
  }
}
#mobile-slider .sub-title {
  color: #d69a01;
  font-size: 28px;
}
@media (max-width: 480px) {
  #mobile-slider .sub-title {
    font-size: 26px;
  }
}
#mobile-slider .prev,
#mobile-slider .next {
  background: url(images/slider-nav.png) no-repeat;
  width: 65px;
  height: 65px;
  display: block;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  transition: none;
}
#mobile-slider .prev {
  background-position: 0 0;
  right: 50%;
}
#mobile-slider .prev:hover {
  background-position: 0 -65px;
}
#mobile-slider .next {
  background-position: -65px 0;
  left: 50%;
}
#mobile-slider .next:hover {
  background-position: -65px -65px;
}
.george-bg,
.nico-bg {
  position: absolute;
  top: -23px;
}
@media (min-width: 1200px) {
  .george-bg,
  .nico-bg {
    top: -30px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .george-bg,
  .nico-bg {
    top: -21px;
  }
}
@media (max-width: 767px) {
  .george-bg,
  .nico-bg {
    top: -10px;
  }
}
.george-bg {
  left: -558px;
}
@media (max-width: 767px) {
  .george-bg {
    left: -510px;
  }
}
.nico-bg {
  right: -558px;
}
@media (max-width: 767px) {
  .nico-bg {
    right: -510px;
  }
}
/**
* =Latest News (Home page)
*/
.latest-news {
  margin-bottom: 7px;
  height: 455px;
  overflow: hidden;
  font-size: 13px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .latest-news {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .latest-news {
    height: 250px;
    text-align: center;
  }
}
.latest-news .news-thumb {
  float: left;
  display: block;
  margin: 0 13px 13px 0;
  width: 175px;
  height: 120px;
  background: #eee center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 979px) {
  .latest-news .news-thumb {
    width: 105px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .latest-news .news-thumb {
    width: 220px;
    height: 150px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.latest-news .news-date {
  margin-bottom: 2px;
}
.latest-news .news-dev {
  border: none;
  border-top: 1px solid #939598;
  clear: both;
  margin: 13px 0;
}
.latest-news .news-trans {
  height: 36px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .latest-news .news-trans {
    height: 50px;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 767px) {
  .latest-news .news-trans {
    display: none;
  }
}
.mobile-pager {
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ccc;
  margin-right: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.swiper-active-switch {
  background-color: #333;
}
.news-nav {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 979px) {
  .news-nav {
    margin-top: 30px;
  }
}
.news-nav a {
  color: #6D6E71;
  display: inline-block;
  cursor: pointer;
  width: 50px;
  height: 25px;
  position: relative;
}
.news-nav a.prev {
  top: -25px;
}
.news-nav a:hover {
  text-decoration: none;
  color: #86878b;
}
.news-nav a.disabled {
  color: #eee;
  cursor: default;
}
.news-nav a .genericon {
  font-size: 50px;
  width: auto;
  height: auto;
}
/**
* =Games Section (Home page)
*/
.games-row {
  background: #eee url(images/gargoile.png) bottom right no-repeat;
  margin-right: -30px;
  margin-left: -30px;
  margin-bottom: -30px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .games-row {
    background-size: 200px;
  }
}
@media (max-width: 767px) {
  .games-row {
    background: none;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.games-summary-wrap {
  margin-bottom: 40px;
  margin-top: 30px;
}
.game-category-desc {
  margin-top: 30px;
}
.our-games-col {
  padding-right: 30px;
  border-top: 30px solid red;
  font-weight: 600;
  resize: 15px;
}
.games-summary-container {
  height: 380px;
  overflow: hidden;
  margin-bottom: 30px;
}
.buy-now-btn,
.read-more-btn {
  font: 28px 'Medula One', sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 4px 10px;
}
.buy-now-btn:hover,
.read-more-btn:hover {
  color: #fff;
  text-decoration: none;
}
.read-more-btn {
  background-color: #DE0023;
}
.read-more-btn:hover {
  background-color: #ab001b;
}
.buy-now-btn {
  background-color: #d69a01;
}
.buy-now-btn:hover {
  background-color: #a37501;
}
.games-summary-wrap {
  position: relative;
}
.games-summary-wrap .games-summary .game {
  text-align: center;
}
@media (max-width: 767px) {
  .games-summary-wrap .games-summary .game {
    width: 100%;
    max-width: 380px;
  }
}
@media (max-width: 480px) {
  .games-summary-wrap .games-summary .game {
    width: 100%;
    max-width: 260px;
  }
}
.games-summary-wrap .games-summary .game .game-inner {
  background-color: #ddd;
  height: 380px;
  position: relative;
  margin: 0 10px;
}
.games-summary-wrap .games-summary .game .game-current-state {
  font: 700 17px 'Open Sans Condensed', sans-serif;
  color: #000;
  background-color: #FBC200;
  padding: 4px 8px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.games-summary-wrap .games-summary .game .game-summary-img {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  min-height: 160px;
  background: #666 center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.games-summary-wrap .games-summary .game .game-title {
  margin: 0;
}
.games-summary-wrap .games-summary .game .game-title a {
  color: #DE0023;
  font-size: 33px;
  text-decoration: none;
}
.games-summary-wrap .games-summary .game .game-title a:hover {
  color: #ab001b;
}
.games-summary-wrap .games-summary .game .game-short-desc {
  font-weight: 600;
  margin: 10px;
}
.games-summary-wrap .games-summary .game .game-series {
  line-height: 1.1;
  margin: 0;
  color: #282828;
  font-size: 22px;
}
.games-summary-wrap .games-summary .game .game-edition {
  line-height: 1.1;
  margin: 0;
  color: #d69a01;
  font: 700 16px 'Open Sans Condensed', sans-serif;
}
.games-summary-wrap .buy-now-btn,
.games-summary-wrap .read-more-btn {
  position: absolute;
  bottom: 0;
  width: 41%;
  padding-left: 4%;
  padding-right: 4%;
}
.games-summary-wrap .buy-now-btn {
  right: 0;
}
.games-summary-wrap .read-more-btn {
  left: 0;
}
.games-summary-wrap .swiper-nav-container {
  position: relative;
  height: 20px;
  padding: 10px 40px;
  background-color: #939598;
  margin-top: 12px;
}
.games-summary-wrap .prev,
.games-summary-wrap .next {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  position: absolute;
  top: 50%;
  color: #fff;
  display: inline-block;
  height: 22px;
  font-size: 22px;
}
.games-summary-wrap .prev {
  left: 0;
}
.games-summary-wrap .next {
  right: 6px;
}
.games-summary-wrap .swiper-scrollbar {
  height: 100%;
}
.games-summary-wrap .swiper-scrollbar .swiper-scrollbar-drag {
  background: #fff;
}
.games-summary-wrap .trans-right,
.games-summary-wrap .trans-left {
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 480px) {
  .games-summary-wrap .trans-right,
  .games-summary-wrap .trans-left {
    width: 20px;
  }
}
.games-summary-wrap .trans-left {
  left: 0;
}
.games-summary-wrap .trans-right {
  right: 0;
}
.rev-current-state {
  font: 700 17px 'Open Sans Condensed', sans-serif;
  color: #000;
  background-color: #FBC200;
  padding: 4px 8px;
  display: inline-block;
}
.game-screenshot {
  display: block;
  width: 90%;
  max-width: 250px;
  height: 140px;
  margin: 0 14px 16px 0;
  border: 8px solid #BBBDBF;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.game-screenshot:hover {
  border-color: #a1a4a6;
}
@media (min-width: 1200px) {
  .game-screenshot {
    max-width: 249px;
    height: 150px;
    margin: 0 20px 25px 0;
  }
}
@media (max-width: 767px) {
  .game-screenshot {
    margin-left: auto;
    margin-right: auto;
  }
}
.ss-grid {
  text-align: justify;
  font-size: 0.1em;
}
.ss-grid .game-screenshot {
  display: inline-block;
  width: 28%;
  margin-right: 0;
  height: 120px;
  position: relative;
}
@media (min-width: 1200px) {
  .ss-grid .game-screenshot {
    width: 21%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .ss-grid .game-screenshot {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .ss-grid .game-screenshot {
    width: 45%;
  }
}
@media (max-width: 480px) {
  .ss-grid .game-screenshot {
    width: 80%;
    height: 140px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.ss-grid .game-screenshot.hidden {
  height: 0;
  margin: 0;
}
.ss-grid .game-screenshot .fan-art-caption {
  position: absolute;
  top: 132px;
  font-size: 12px;
  color: #333;
  text-align: left;
}
@media (max-width: 480px) {
  .ss-grid .game-screenshot .fan-art-caption {
    top: 150px;
  }
}
.ss-grid::after {
  content: '';
  display: inline-block;
  width: 100%;
}
.game-screenshot.fan-art-images {
  margin-bottom: 45px;
}
.ss-grid.game-ss-grid .game-screenshot {
  width: 43%;
  height: 150px;
}
@media (min-width: 1200px) {
  .ss-grid.game-ss-grid .game-screenshot {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .ss-grid.game-ss-grid .game-screenshot {
    width: 43%;
  }
}
@media (max-width: 480px) {
  .ss-grid.game-ss-grid .game-screenshot {
    width: 90%;
    max-width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.ss-grid.game-ss-grid .game-screenshot.hidden {
  height: 0;
}
.fiction {
  background-color: #F0F1F1;
  padding: 10px;
  margin-bottom: 20px;
}
body .main-holder .content-holder .fiction-title {
  color: #000;
  float: left;
  margin: 0 10px 0 0;
  font-size: 46px;
}
body .main-holder .content-holder .fiction-author {
  color: #000;
  float: left;
  font: 400 15px/18px 'Open Sans', sans-serif;
  position: relative;
  top: 16px;
}
@media (max-width: 767px) {
  body .main-holder .content-holder .fiction-author {
    position: static;
  }
}
.fiction-snippet {
  clear: both;
  color: #000;
  font-weight: 700;
  font-size: 13px;
}
.fiction-link {
  font: 400 27px/1.1 'Medula One', sans-serif;
  color: #DE0023;
  text-transform: uppercase;
  float: right;
}
.fiction-link:hover {
  color: #ab001b;
}
/**
* =News pages
*/
body article .post-header .post-title {
  margin-top: 0;
}
body article .post-header .post-title a:hover {
  color: #d69a01;
}
@media (max-width: 767px) {
  body article .post-header .post-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .post_wrapper .rev-news {
    margin-bottom: 10px;
  }
}
.post__holder {
  overflow: visible !important;
}
/**
* =Tabs/about nav
*/
.rev-tabs {
  text-align: justify;
  font-size: 0.1em;
  width: 100%;
  max-width: 700px;
}
.rev-tabs::after {
  content: '';
  display: inline-block;
  width: 100%;
}
.rev-tabs a {
  font: 300 34px 'Medula One', sans-serif;
  display: inline-block;
  padding: 5px 0;
  margin-bottom: 20px;
  color: #231F20;
  background-color: #FBC200;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  width: 19%;
}
@media (max-width: 767px) {
  .rev-tabs a {
    width: 45%;
  }
}
@media (max-width: 480px) {
  .rev-tabs a {
    font-size: 26px;
  }
}
.rev-tabs a:hover {
  text-decoration: none;
  background-color: #c89b00;
  color: #fff;
}
.rev-tabs a.active {
  color: #fff;
  background-color: #DE0023;
  cursor: default;
  position: relative;
}
.rev-tabs a.active::after {
  content: '';
  width: 16px;
  height: 13px;
  background: url(images/tab-active.png) center no-repeat;
  position: absolute;
  bottom: -13px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/**
* =About
*/
.games-summary-wrap.about-games .game {
  float: left;
  width: 25%;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .games-summary-wrap.about-games .game {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .games-summary-wrap.about-games .game {
    width: 100%;
    max-width: 100%;
  }
}
#about .sub-header {
  text-transform: uppercase;
  font: 700 18px 'Open Sans', sans-serif;
  margin-top: 20px;
  color: #000;
}
#about .sub-header.team {
  margin: 10px 0;
  font: 400 30px 'Medula One', sans-serif;
  text-transform: none;
}
@media (max-width: 767px) {
  #about .team-member {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #about .team-img {
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
#about .team-name {
  font-size: 50px;
}
@media (max-width: 767px) {
  #about .team-name {
    margin: 0;
  }
}
/**
* =Sidebar
*/
body .sidebar .widget > h3:before {
  display: none;
}
body .sidebar .widget > h3 {
  font-size: 44px;
  border-top: 5px solid #E5E6E7;
}
body [id*="categories"] ul li,
body [id*="archives"] ul li,
body [id*="nav_menu"] ul li {
  background: url(images/cat-black.png) no-repeat 0 9px;
}
body [id*="categories"] ul li:hover,
body [id*="archives"] ul li:hover,
body [id*="nav_menu"] ul li:hover {
  background: url(images/cat.png) no-repeat 0 9px;
}
body [id*="categories"] ul li a,
body [id*="archives"] ul li a,
body [id*="nav_menu"] ul li a {
  color: #000;
  font: 700 13px 'Open Sans', sans-serif;
}
body [id*="categories"] ul li a:hover,
body [id*="archives"] ul li a:hover,
body [id*="nav_menu"] ul li a:hover {
  color: #FBC200;
}
body [id*="categories"] ul.orange-list li {
  background: url(images/cat.png) no-repeat 0 9px;
}
body [id*="categories"] ul.orange-list li:hover {
  background: url(images/cat-black.png) no-repeat 0 9px;
}
body [id*="categories"] ul.orange-list li a {
  color: #d69a01;
}
body [id*="categories"] ul.orange-list li a:hover {
  color: #000;
}
/**
* =Newsletter
*/
.mc-error {
  background-color: #FFE1E1;
  color: #DE0023;
}
.newsletter-banner {
  background-color: #DE0023;
  color: #fff;
  margin: -20px;
}
@media (max-width: 767px) {
  .newsletter-banner {
    margin-top: -20px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .newsletter-banner {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .newsletter-banner {
    margin: -30px;
  }
}
@media (max-width: 767px) {
  .newsletter-banner .pull-left {
    float: none;
  }
}
.newsletter-banner .ml {
  margin-left: 15px;
}
@media (min-width: 1200px) {
  .newsletter-banner .ml {
    margin-left: 30px;
  }
}
.newsletter-banner .image {
  width: 121px;
  height: 115px;
  position: relative;
}
.newsletter-banner .image img {
  position: absolute;
  top: -26px;
  left: 0;
}
@media (max-width: 767px) {
  .newsletter-banner .titles {
    text-align: center;
  }
}
body .newsletter-banner h2.h2 {
  color: #FBC200;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  body .newsletter-banner h2.h2 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  body .newsletter-banner h2.h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
body .newsletter-banner h3.h3 {
  color: #fff;
  font: normal 17px 'Open Sans', sans-serif;
  margin: 0;
  text-transform: none;
}
@media (max-width: 767px) {
  body .newsletter-banner h3.h3 {
    font-size: 13px;
  }
}
.newsletter-banner .form {
  margin-top: 29px;
}
@media (max-width: 767px) {
  .newsletter-banner .form {
    text-align: center;
    margin-right: 15px;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .newsletter-banner .form {
    margin-top: 15px;
  }
}
.newsletter-banner .form input[type=email] {
  font-size: 16px;
  padding: 16px 25px;
  width: 260px;
  border: none !important;
  color: #000;
}
@media (min-width: 1200px) {
  .newsletter-banner .form input[type=email] {
    width: 430px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .newsletter-banner .form input[type=email] {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .newsletter-banner .form input[type=email] {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .newsletter-banner .form input[type=email] {
    text-align: center;
  }
}
.newsletter-banner .form input[type=submit] {
  border: none;
  color: #fff;
  padding: 15px 25px;
  height: auto;
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 0;
}
.newsletter-banner .form input[type=submit]:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .newsletter-banner .form input[type=submit] {
    margin-left: 0;
    margin-top: 12px;
  }
}
@media (max-width: 480px) {
  .newsletter-banner .form input[type=submit] {
    margin-top: 12px;
  }
}
.newsletter-banner .form .ns-response {
  display: none;
  position: relative;
  top: -10px;
}
@media (min-width: 1200px) {
  .newsletter-banner .form .ns-response {
    top: -11px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .newsletter-banner .form .ns-response {
    top: -9px;
  }
}
body .newsletter-banner .form .ns-response h2.h2 {
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 979px) {
  body .newsletter-banner .form .ns-response h2.h2 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  body .newsletter-banner .form .ns-response h2.h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  body .newsletter-banner .form .ns-response h2.h2 {
    margin-bottom: 20px;
  }
}
body .newsletter-banner .form .ns-response h3.h3 {
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 979px) {
  body .newsletter-banner .form .ns-response h3.h3 {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  body .newsletter-banner .form .ns-response h3.h3 {
    font-size: 17px;
  }
}
.page-newsletter .h1 {
  color: #58595B !important;
  font-size: 42px !important;
  line-height: 65px !important;
  text-align: center;
}
@media (max-width: 480px) {
  .page-newsletter .h1 {
    line-height: 50px !important;
  }
}
.page-newsletter .h1 span {
  font-size: 195px !important;
  font-variant: small-caps;
  color: #DE0023;
}
@media (max-width: 480px) {
  .page-newsletter .h1 span {
    font-size: 120px !important;
  }
}
.page-newsletter .ns-response {
  display: none;
  margin-top: 120px;
  min-height: 400px;
}
@media (max-width: 767px) {
  .page-newsletter .ns-response {
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  .page-newsletter .ns-response {
    margin-top: 60px;
    min-height: 483px;
  }
}
.page-newsletter .ns-response .h1 span {
  font-variant: normal;
  font-size: 160px !important;
}
@media (max-width: 480px) {
  .page-newsletter .ns-response .h1 span {
    font-size: 120px !important;
  }
}
.page-newsletter .lead {
  font-size: 18px;
  color: #666;
}
.page-newsletter .col-6,
.page-newsletter .col-3 {
  float: left;
}
@media (min-width: 768px) and (max-width: 979px) {
  .page-newsletter .col-6,
  .page-newsletter .col-3 {
    float: none;
  }
}
.page-newsletter .col-6 {
  width: 66.666666%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .page-newsletter .col-6 {
    width: auto;
  }
}
@media (max-width: 767px) {
  .page-newsletter .col-6 {
    width: auto;
  }
}
@media (max-width: 480px) {
  .page-newsletter .col-6 {
    width: auto;
  }
}
.page-newsletter .col-3 {
  width: 33.333333%;
}
@media (max-width: 767px) {
  .page-newsletter .span9 {
    width: auto;
  }
}
.page-newsletter .newsletter-form [type=email] {
  width: 90%;
  padding: 18px 5%;
  background-color: #eee;
  color: #58595B;
  font-size: 18px;
  text-align: center;
}
.page-newsletter .newsletter-form [type=email]:focus {
  border-color: #ccc;
  -webkit-box-shadow: 0 0 6px #d69a01;
  -moz-box-shadow: 0 0 6px #d69a01;
  box-shadow: 0 0 6px #d69a01;
}
.page-newsletter .newsletter-form p {
  color: #666;
  font-size: 12px;
}
.page-newsletter .newsletter-form [type=submit] {
  padding: 15px 25px;
  color: #fff;
  height: auto;
  font-size: 18px;
}
.page-newsletter .newsletter-form [type=submit]:hover {
  color: #fff;
}
#from-forum {
  margin-bottom: 20px;
}
/**
* =Footer content
*/
.footer-header {
  color: #fff;
  font: 700 13px 'Open Sans', sans-serif;
  margin: 0;
  text-transform: uppercase;
}
.footer-games-menu {
  list-style: none;
  font: 400 11px 'Open Sans', sans-serif;
  margin: 0;
}
.footer-games-menu .sub-title {
  font: 700 11px 'Open Sans', sans-serif;
  margin: 10px 0 0 0;
  color: #fff;
}
.footer-games-menu li ul {
  margin: 0;
  list-style: none;
}
.footer-games-menu a {
  color: #fff;
}
@media (max-width: 767px) {
  .footer-menu {
    margin-top: 40px;
  }
}
.footer-menu > div > ul {
  margin: 0;
  list-style: none;
}
.footer-menu > div > ul li {
  padding: 0;
  background: none;
}
.footer-menu > div > ul > li {
  float: left;
  margin-left: 15px;
}
.footer-menu > div > ul > li:first-child {
  margin-left: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .footer-menu > div > ul > li {
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .footer-menu > div > ul > li {
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .footer-menu > div > ul > li {
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.footer-menu > div > ul > li a {
  color: #fff;
  font: 700 13px 'Open Sans', sans-serif;
  margin: 0;
  text-transform: uppercase;
}
.footer-menu > div > ul > li a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-menu > div > ul .sub-menu li a {
  color: #fff;
  text-transform: none;
  font-weight: 400;
}
.footer-menu > div > ul .sub-menu li a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-menu > div > ul ul {
  margin: 0;
  list-style: none;
}
.footer-sub-menu {
  text-align: right;
}
.footer-sub-menu a {
  color: #fff;
}
.footer-sub-menu a:last-child {
  margin-right: 20px;
}
.footer-sub-menu a:hover {
  color: #fff;
}
.footer-sub-menu p {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .footer-sub-menu {
    text-align: left;
  }
}
/**
* Woo
*/
/**
* Revolution Woocommerce styling
*/
/**
* Store page
*/
body .main-holder .content-holder h2.game-series {
  color: #221F20;
  font: 400 28px 'Medula One', sans-serif;
  text-transform: uppercase;
  margin: 0;
}
body .main-holder .content-holder h2.game-title {
  color: #DE0023;
  font-size: 70px;
  margin: 0 10px 15px 0;
  text-transform: none;
  line-height: 1.1;
}
@media (max-width: 767px) {
  body .main-holder .content-holder h2.game-title {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 50px;
    float: none;
  }
}
body .main-holder .content-holder h3.game-edition {
  font: 700 24px/1.1 'Open Sans Condensed', sans-serif;
  color: #d69a01;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  bottom: -37px;
  float: left;
}
@media (max-width: 767px) {
  body .main-holder .content-holder h3.game-edition {
    margin-bottom: 20px;
    bottom: 0;
    font-size: 20px;
    float: none;
  }
}
@media (min-width: 1200px) {
  body .main-holder .content-holder h3.game-edition {
    bottom: -39px;
  }
}
body .main-holder .content-holder h4.buy-now-title {
  font: 400 41px/1.1 'Medula One', sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #58595B;
  margin-bottom: 0;
  padding: 8px 20px;
}
.shop-dev {
  border-top: 1px solid #E5E6E7;
  border-bottom: none;
  margin: 0 0 30px;
  clear: both;
}
.page-template-rev-shop-php .rev-breadcrumb {
  margin-top: 15px;
  margin-bottom: 30px;
  border-top: 1px solid #D1D3D4;
  border-bottom: 1px solid #D1D3D4;
  padding-top: 10px;
  padding-bottom: 10px;
}
.game .rev-current-state {
  float: right;
}
@media (max-width: 767px) {
  .game .rev-current-state {
    float: none;
    clear: both;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .box-art {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .box-art img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.box-art-placeholder {
  background-color: #aaa;
  width: 175px;
  height: 250px;
}
@media (max-width: 767px) {
  .game-edition {
    float: none;
    clear: both;
  }
}
.buy-now {
  padding: 15px 20px;
  background-color: #FBE5E8;
  font: 600 20px 'Open Sans', sans-serif;
  color: #000;
}
.game-desc {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .game-desc {
    margin-bottom: 10px;
  }
}
#rev-game-shop .shop-row {
  width: 100%;
}
#rev-game-shop .shop-row h5 {
  font: 700 18px/1.1 'Open Sans', sans-serif;
  color: #000;
  margin: 0 10px 10px 0;
}
#rev-game-shop .shop-row a {
  display: block;
  background-color: #d69a01;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 10px;
  margin-bottom: 7px;
}
#rev-game-shop .shop-row a:hover {
  background-color: #a37501;
  text-decoration: none;
}
#rev-game-shop .shop-row a .genericon {
  float: right;
  margin-top: 3px;
}
#rev-game-shop hr {
  margin-top: 7px;
}
#rev-game-shop hr:last-of-type {
  display: none;
}
/**
* Header cart
*/
.cart-contents {
  display: inline-block;
  padding-left: 15px !important;
  margin-left: 15px !important;
  border-left: 1px solid #fff !important;
  color: #fff;
  position: relative;
  z-index: 999;
}
.cart-contents:hover {
  text-decoration: none;
  color: #FBC200;
}
@media (min-width: 768px) and (max-width: 979px) {
  .cart-contents {
    display: none;
  }
}
.mob-cart-contents {
  margin-top: 8px;
  margin-left: 15px;
  display: block;
}
.mob-cart-contents:hover,
.mob-cart-contents:active,
.mob-cart-contents:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .mob-cart-contents {
    margin-right: 20px;
  }
}
.mob-cart-contents .icon {
  font-size: 24px;
  position: relative;
  top: 2px;
}
/**
* Archive product
*/
.revolution.woocommerce .woocommerce-ordering,
.revolution.woocommerce .woocommerce-result-count {
  display: inline-block;
  float: none;
}
.revolution.woocommerce .woocommerce-ordering {
  margin: 0 20px 20px 0;
}
.revolution.woocommerce .woocommerce-ordering select {
  font: bold 18px 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.revolution.woocommerce .woocommerce-ordering select option {
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
}
.revolution.woocommerce .woocommerce-result-count {
  color: #777;
  font: bold 18px 'Open Sans Condensed', sans-serif;
  margin: 0;
  position: relative;
  top: 7px;
  margin-bottom: 20px;
}
.revolution.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #a37501;
}
.revolution.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #d69a01;
}
.revolution.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #d69a01;
}
.revolution.woocommerce .widget_price_filter .price_slider_amount button[type=submit] {
  border-radius: 0;
  border: none;
  color: #d69a01;
  text-shadow: none;
  font: 800 12px/1.2em 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  height: auto;
  box-shadow: none;
  text-decoration: none;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
  background-color: #6d6e72;
  color: #fff !important;
}
.revolution.woocommerce .widget_price_filter .price_slider_amount button[type=submit]:hover {
  background-color: #545558;
}
.rev-store-sidebar .sidebar-title,
.rev-store-sidebar .widgettitle,
.rev-store-sidebar .berocket_aapf_widget-title {
  font: bold 20px 'Open Sans Condensed', sans-serif !important;
  text-transform: uppercase !important;
  color: #414141 !important;
}
.rev-store-sidebar .sidebar-title {
  font-size: 26px !important;
  margin-top: -5px;
}
.rev-store-sidebar .berocket_aapf_widget-title {
  padding-top: 10px;
  border-top: 2px solid #eee;
}
.rev-store-sidebar .berocket_aapf_widget_show {
  top: 14px;
  margin-top: 0;
  margin-right: 0;
}
.rev-store-sidebar ul.berocket_aapf_widget {
  margin: 0 0 20px 0;
}
.rev-store-sidebar ul.berocket_aapf_widget .slider.price .slide {
  margin-left: 8px;
  margin-right: 6px;
}
.rev-add-to-cart-button {
  border-radius: 0;
  border: none;
  color: #d69a01;
  text-shadow: none;
  font: 800 12px/1.2em 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  height: auto;
  box-shadow: none;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
  background-color: #d69a01 !important;
  color: #fff;
  text-decoration: none;
  font-family: 'Open Sans Condensed', sans-serif !important;
  font-size: 18px;
  position: relative;
  text-align: left;
  padding-right: 100px;
}
.rev-add-to-cart-button:hover {
  background-color: #a37501 !important;
  color: #fff;
  text-decoration: none;
}
.rev-add-to-cart-button::after {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
  font-family: "Genericons";
  position: absolute;
  box-sizing: border-box;
  top: 0;
  right: 0;
  height: 100%;
  border-left: 1px solid #FFC49B;
  padding: 12px 15px 0px 15px;
  content: '\f104';
}
.products .h2 {
  text-transform: uppercase !important;
  margin-top: 40px;
  margin-bottom: 20px;
}
.woocommerce div.products .product {
  margin-bottom: 10px;
}
.products .product .price {
  float: right;
  margin: 0;
  font-size: 16px !important;
  font-weight: bold;
  color: #000 !important;
}
.products .product.first {
  margin-left: 0;
}
.products .product a:hover {
  text-decoration: none;
}
.products .product a > img {
  border: 1px solid #999;
  margin-bottom: 7px;
}
.products .product-title {
  font: 800 16px 'Open Sans', sans-serif !important;
  text-transform: uppercase !important;
  color: #d69a01 !important;
  margin: 0;
}
.products .merch-product-cat-title {
  font: 600 16px 'Open Sans', sans-serif !important;
  text-transform: uppercase !important;
  color: #000 !important;
  margin: 0 !important;
}
/**
* Single product
*/
.price {
  color: inherit !important;
}
.woocommerce div.product {
  margin-top: 20px;
}
.woocommerce div.product .product_title {
  text-transform: uppercase;
  margin: 0;
}
.woocommerce div.product .woocommerce-main-image {
  display: block;
  margin-bottom: 30px;
}
.woocommerce div.product .rev-images {
  padding-right: 24px;
}
@media (min-width: 1200px) {
  .woocommerce div.product .rev-images {
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .woocommerce div.product .rev-images {
    padding-right: 0;
    border: none;
  }
}
@media (max-width: 767px) {
  .woocommerce div.product .rev-images {
    padding-right: 0;
    border: none;
  }
}
.woocommerce div.product .rev-images .woocommerce-main-image img {
  border: 2px solid #ccc;
}
.woocommerce div.product .rev-thumbnails a {
  margin-bottom: 20px;
}
.woocommerce div.product .rev-thumbnails a.first {
  margin-left: 0;
}
.woocommerce div.product .rev-thumbnails a img {
  border: 2px solid #ccc;
}
.woocommerce div.product .rev-summary {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}
.woocommerce div.product .rev-summary .price {
  font: normal 60px 'Medula One', sans-serif !important;
  color: #000 !important;
}
.woocommerce div.product .variations {
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.woocommerce div.product .variations label,
.woocommerce div.product .variations select {
  font-size: 19px !important;
}
.woocommerce div.product .variations label {
  position: relative;
  top: 4px;
}
.woocommerce div.product .variations select {
  border-radius: 0;
}
.woocommerce div.product .variations select option {
  font-family: 'Open Sans', sans-serif;
}
.woocommerce div.product .variations_button .quantity .qty {
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 10px !important;
  padding-bottom: 11px !important;
}
.woocommerce div.product .variations_button .single_add_to_cart_button {
  margin-top: 10px;
}
.woocommerce div.product form.cart div.quantity input,
.woocommerce div.product form.cart .button {
  margin-top: 20px !important;
}
.woocommerce div.product form.cart div.quantity {
  float: none;
}
.woocommerce div.product form.cart div.quantity .qty {
  font-size: 18px;
  padding-top: 11px;
  padding-bottom: 10px;
  color: #6f6f6f;
}
.woocommerce div.product form.cart .button {
  border-radius: 0;
  border: none;
  color: #d69a01;
  text-shadow: none;
  font: 800 12px/1.2em 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  height: auto;
  box-shadow: none;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
  background-color: #d69a01 !important;
  color: #fff;
  text-decoration: none;
  font-family: 'Open Sans Condensed', sans-serif !important;
  font-size: 18px;
  position: relative;
  text-align: left;
  padding-right: 100px;
}
.woocommerce div.product form.cart .button:hover {
  background-color: #a37501 !important;
  color: #fff;
  text-decoration: none;
}
.woocommerce div.product form.cart .button::after {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
  font-family: "Genericons";
  position: absolute;
  box-sizing: border-box;
  top: 0;
  right: 0;
  height: 100%;
  border-left: 1px solid #FFC49B;
  padding: 12px 15px 0px 15px;
  content: '\f104';
}
/**
* Linked products: Up-sells/related products, etc.
*/
.linked-products-wrap {
  background-color: #F2F2F2;
  margin-top: 20px;
  padding-bottom: 20px;
  position: relative;
  margin-left: -10px;
  margin-right: -30px;
  bottom: -30px;
}
.linked-products-wrap .product.first {
  margin-left: 30px;
}
.linked-products-wrap .product.first:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .linked-products-wrap {
    margin-right: -10px;
    bottom: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .linked-products-wrap {
    bottom: auto;
  }
}
@media (min-width: 1200px) {
  .linked-products-wrap {
    margin-left: 0;
    margin-right: -30px;
  }
}
.upsells.products .h2,
.related.products .h2 {
  font-size: 42px !important;
  margin-top: 20px;
  margin-bottom: 0;
}
.variations .label {
  background-color: transparent;
  text-shadow: none;
  color: inherit;
}
.product_meta > span {
  display: block;
  margin-bottom: 10px;
}
/**
* Shop category tabs
*/
.shop-cat-nav {
  margin-bottom: 10px;
  max-width: 100%;
}
.shop-cat-nav a {
  width: 49%;
}
.shop-cat-nav a.active {
  cursor: pointer;
}
.shop-sub-cat-nav {
  margin-bottom: 10px;
  max-width: 100%;
}
.shop-sub-cat-nav a {
  background-color: #6d6e72;
  color: #fff;
  font: bold 22px 'Open Sans Condensed', sans-serif;
  padding: 8px 0;
}
.shop-sub-cat-nav a:hover,
.shop-sub-cat-nav a.active {
  background-color: #414143;
}
.shop-sub-cat-nav a.active {
  cursor: pointer;
}
.shop-sub-cat-nav a.active::after {
  background-image: none;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 13px solid #414143;
}
/**
* Game store page
*/
.related-merch .h5 {
  font: bold 24px 'Open Sans Condensed', sans-serif !important;
  color: #fff !important;
  background-color: #818286;
  margin: 30px 0;
  padding: 5px 15px;
}
.related-merch .product .product-title {
  font-size: 14px !important;
}
/**
* Cart
*/
.continue-shopping {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 15px;
}
.return-to-shop .button {
  border-radius: 0;
  border: none;
  color: #d69a01;
  text-shadow: none;
  font: 800 12px/1.2em 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  height: auto;
  box-shadow: none;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
  background-color: #d69a01 !important;
  color: #fff;
  text-decoration: none;
  font-family: 'Open Sans Condensed', sans-serif !important;
  font-size: 18px !important;
  color: #fff !important;
  border-radius: 0 !important;
}
.return-to-shop .button:hover {
  background-color: #a37501 !important;
  color: #fff;
  text-decoration: none;
}
.woocommerce-cart .cart-collaterals .cross-sells {
  float: none;
  width: 100%;
}
input.qty {
  color: #6f6f6f !important;
}
.revolution .woocommerce table.shop_table.cart {
  border-radius: 0;
  border: none;
  border-bottom: 3px dotted #eee;
}
@media (max-width: 767px) {
  .revolution .woocommerce table.shop_table.cart {
    border-bottom: none;
  }
  .revolution .woocommerce table.shop_table.cart tbody tr {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .revolution .woocommerce table.shop_table.cart tr {
    border-bottom: 5px solid #eee;
  }
  .revolution .woocommerce table.shop_table.cart tr::before,
  .revolution .woocommerce table.shop_table.cart tr::after {
    display: table;
    content: "";
    line-height: 0;
  }
  .revolution .woocommerce table.shop_table.cart tr::after {
    clear: both;
  }
}
.revolution .woocommerce table.shop_table.cart th,
.revolution .woocommerce table.shop_table.cart td {
  padding: 20px 0;
}
@media (max-width: 767px) {
  .revolution .woocommerce table.shop_table.cart th,
  .revolution .woocommerce table.shop_table.cart td {
    padding: 0;
  }
}
.revolution .woocommerce table.shop_table.cart th {
  border-bottom: 5px solid #eee;
  font-size: 17px;
  color: #222;
}
.revolution .woocommerce table.shop_table.cart th.product-name {
  min-width: 70%;
}
.revolution .woocommerce table.shop_table.cart td {
  border: none;
}
.revolution .woocommerce table.shop_table.cart td.product-name .product-thumbnail {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .revolution .woocommerce table.shop_table.cart td.product-name .product-thumbnail {
    margin: 10px 10px 10px 0;
  }
}
.revolution .woocommerce table.shop_table.cart td.product-name .item-details {
  float: left;
}
@media (max-width: 767px) {
  .revolution .woocommerce table.shop_table.cart td.product-name .item-details {
    float: none;
  }
}
@media (max-width: 767px) {
  .revolution .woocommerce table.shop_table.cart td.product-price,
  .revolution .woocommerce table.shop_table.cart td.product-quantity,
  .revolution .woocommerce table.shop_table.cart td.product-subtotal,
  .revolution .woocommerce table.shop_table.cart td.product-remove {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 25%;
    float: left;
  }
  .revolution .woocommerce table.shop_table.cart td.product-price::before,
  .revolution .woocommerce table.shop_table.cart td.product-quantity::before,
  .revolution .woocommerce table.shop_table.cart td.product-subtotal::before,
  .revolution .woocommerce table.shop_table.cart td.product-remove::before {
    display: block;
    margin: 5px 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 3px solid #eee;
    color: #000;
    font-weight: bold;
  }
  .revolution .woocommerce table.shop_table.cart td.product-price::before {
    content: 'Price';
  }
  .revolution .woocommerce table.shop_table.cart td.product-quantity::before {
    content: 'Qty';
  }
  .revolution .woocommerce table.shop_table.cart td.product-subtotal::before {
    content: 'Total';
  }
  .revolution .woocommerce table.shop_table.cart td.product-remove::before {
    content: '\00a0';
  }
  .revolution .woocommerce table.shop_table.cart td.product-remove a.remove {
    float: right;
    margin-right: 10px;
  }
}
@media (max-width: 360px) {
  .revolution .woocommerce table.shop_table.cart td.product-remove {
    width: 23%;
  }
}
.revolution .woocommerce table.shop_table.cart img {
  width: auto;
  border: 1px solid #ccc;
}
.revolution .woocommerce table.shop_table.cart tr.cart_item td {
  border-bottom: 5px solid #eee;
  vertical-align: top;
  font-size: 17px;
}
@media (max-width: 767px) {
  .revolution .woocommerce table.shop_table.cart tr.cart_item td {
    border: none;
  }
}
.revolution .woocommerce table.shop_table.cart td.product-name a {
  color: #d69a01 !important;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
a.revolution .woocommerce table.shop_table.cart td.product-name a:hover {
  color: #a37501 !important;
}
.revolution .woocommerce table.shop_table.cart td.product-name a:hover {
  text-decoration: underline;
}
.revolution .woocommerce table.shop_table.cart td.product-name dl.variation dt {
  font-weight: normal;
}
.revolution .woocommerce table.shop_table.cart td.product-name dl.variation dd {
  margin: 0;
}
.revolution .woocommerce table.shop_table.cart td.actions {
  padding: 20px 0;
}
.revolution .woocommerce table.shop_table.cart td.actions .coupon {
  float: left !important;
}
@media (max-width: 480px) {
  .revolution .woocommerce table.shop_table.cart td.actions .coupon {
    float: none !important;
  }
}
.revolution .woocommerce table.shop_table.cart td.actions input.button[name=update_cart],
.revolution .woocommerce table.shop_table.cart td.actions input.button[name=apply_coupon] {
  border-radius: 0;
  border: none;
  color: #d69a01;
  text-shadow: none;
  font: 800 12px/1.2em 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  height: auto;
  box-shadow: none;
  text-decoration: none;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
  font: bold 18px 'Open Sans Condensed', sans-serif;
  width: auto !important;
}
@media (max-width: 767px) {
  .revolution .woocommerce table.shop_table.cart td.actions input.button[name=update_cart],
  .revolution .woocommerce table.shop_table.cart td.actions input.button[name=apply_coupon] {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .revolution .woocommerce table.shop_table.cart td.actions input.button[name=update_cart],
  .revolution .woocommerce table.shop_table.cart td.actions input.button[name=apply_coupon] {
    width: 100% !important;
  }
}
.revolution .woocommerce table.shop_table.cart td.actions input.button[name=update_cart] {
  background-color: #58595B;
  color: #fff;
  float: right;
}
.revolution .woocommerce table.shop_table.cart td.actions input.button[name=update_cart]:hover {
  background-color: #3f4041;
}
.revolution .woocommerce table.shop_table.cart td.actions input.button[name=apply_coupon] {
  background-color: #808285;
  color: #fff;
  float: left;
}
.revolution .woocommerce table.shop_table.cart td.actions input.button[name=apply_coupon]:hover {
  background-color: #67696b;
}
.revolution .woocommerce table.shop_table.cart td.actions input.input-text[name=coupon_code] {
  border: 2px solid #ccc !important;
  width: 160px !important;
  box-sizing: content-box;
  font: bold 18px 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  float: left;
  padding: 9px 12px;
}
.revolution .woocommerce table.shop_table.cart td.actions input.input-text[name=coupon_code]::-webkit-input-placeholder {
  color: #ccc;
}
.revolution .woocommerce table.shop_table.cart td.actions input.input-text[name=coupon_code]:-moz-placeholder {
  color: #ccc;
}
.revolution .woocommerce table.shop_table.cart td.actions input.input-text[name=coupon_code]::-moz-placeholder {
  color: #ccc;
}
.revolution .woocommerce table.shop_table.cart td.actions input.input-text[name=coupon_code]:-ms-input-placeholder {
  color: #ccc;
}
@media (max-width: 767px) {
  .revolution .woocommerce table.shop_table.cart td.actions input.input-text[name=coupon_code] {
    display: block;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .revolution .woocommerce table.shop_table.cart td.actions input.input-text[name=coupon_code] {
    width: 100% !important;
  }
}
.revolution .woocommerce .wc-proceed-to-checkout {
  text-align: right;
}
.revolution .woocommerce .wc-proceed-to-checkout a.checkout-button {
  max-width: 275px;
  display: inline-block;
  border-radius: 0;
  border: none;
  color: #d69a01;
  text-shadow: none;
  font: 800 12px/1.2em 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  height: auto;
  box-shadow: none;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
  background-color: #d69a01 !important;
  color: #fff;
  text-decoration: none;
  font-family: 'Open Sans Condensed', sans-serif !important;
  font-size: 18px;
  position: relative;
  text-align: left;
  padding-right: 100px;
}
.revolution .woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #a37501 !important;
  color: #fff;
  text-decoration: none;
}
.revolution .woocommerce .wc-proceed-to-checkout a.checkout-button::after {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
  font-family: "Genericons";
  position: absolute;
  box-sizing: border-box;
  top: 0;
  right: 0;
  height: 100%;
  border-left: 1px solid #FFC49B;
  padding: 12px 15px 0px 15px;
  content: '\f104';
}
@media (max-width: 767px) {
  .revolution .woocommerce .wc-proceed-to-checkout a.checkout-button {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .revolution .woocommerce .wc-proceed-to-checkout a.checkout-button {
    max-width: 100%;
    width: 100%;
  }
}
.revolution.woocommerce select,
.revolution.woocommerce-page select {
  border-radius: 0;
}
.revolution.woocommerce select option,
.revolution.woocommerce-page select option {
  font-family: 'Open Sans', sans-serif;
}
.revolution.woocommerce .woocommerce-error,
.revolution.woocommerce-page .woocommerce-error,
.revolution.woocommerce .woocommerce-info,
.revolution.woocommerce-page .woocommerce-info,
.revolution.woocommerce .woocommerce-message,
.revolution.woocommerce-page .woocommerce-message {
  border-top: none;
  padding: 1em !important;
  font: 600 16px 'Open Sans Condensed', sans-serif;
}
.revolution.woocommerce .woocommerce-error::before,
.revolution.woocommerce-page .woocommerce-error::before,
.revolution.woocommerce .woocommerce-info::before,
.revolution.woocommerce-page .woocommerce-info::before,
.revolution.woocommerce .woocommerce-message::before,
.revolution.woocommerce-page .woocommerce-message::before {
  display: none;
}
.revolution.woocommerce .woocommerce-error a,
.revolution.woocommerce-page .woocommerce-error a,
.revolution.woocommerce .woocommerce-info a,
.revolution.woocommerce-page .woocommerce-info a,
.revolution.woocommerce .woocommerce-message a,
.revolution.woocommerce-page .woocommerce-message a {
  color: #d69a01;
  text-decoration: none;
}
.revolution.woocommerce .woocommerce-error a:hover,
.revolution.woocommerce-page .woocommerce-error a:hover,
.revolution.woocommerce .woocommerce-info a:hover,
.revolution.woocommerce-page .woocommerce-info a:hover,
.revolution.woocommerce .woocommerce-message a:hover,
.revolution.woocommerce-page .woocommerce-message a:hover {
  text-decoration: underline;
  color: #a37501;
}
.revolution.woocommerce .woocommerce-error .wc-forward,
.revolution.woocommerce-page .woocommerce-error .wc-forward,
.revolution.woocommerce .woocommerce-info .wc-forward,
.revolution.woocommerce-page .woocommerce-info .wc-forward,
.revolution.woocommerce .woocommerce-message .wc-forward,
.revolution.woocommerce-page .woocommerce-message .wc-forward {
  border-radius: 0;
  border: none;
  color: #d69a01;
  text-shadow: none;
  font: 800 12px/1.2em 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  height: auto;
  box-shadow: none;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
  background-color: #d69a01 !important;
  color: #fff;
  text-decoration: none;
  font-family: 'Open Sans Condensed', sans-serif !important;
  font-size: 18px;
  position: relative;
  text-align: left;
  padding-right: 100px;
}
.revolution.woocommerce .woocommerce-error .wc-forward:hover,
.revolution.woocommerce-page .woocommerce-error .wc-forward:hover,
.revolution.woocommerce .woocommerce-info .wc-forward:hover,
.revolution.woocommerce-page .woocommerce-info .wc-forward:hover,
.revolution.woocommerce .woocommerce-message .wc-forward:hover,
.revolution.woocommerce-page .woocommerce-message .wc-forward:hover {
  background-color: #a37501 !important;
  color: #fff;
  text-decoration: none;
}
.revolution.woocommerce .woocommerce-error .wc-forward::after,
.revolution.woocommerce-page .woocommerce-error .wc-forward::after,
.revolution.woocommerce .woocommerce-info .wc-forward::after,
.revolution.woocommerce-page .woocommerce-info .wc-forward::after,
.revolution.woocommerce .woocommerce-message .wc-forward::after,
.revolution.woocommerce-page .woocommerce-message .wc-forward::after {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
  font-family: "Genericons";
  position: absolute;
  box-sizing: border-box;
  top: 0;
  right: 0;
  height: 100%;
  border-left: 1px solid #FFC49B;
  padding: 12px 15px 0px 15px;
  content: '\f104';
}
.revolution.woocommerce .woocommerce-message,
.revolution.woocommerce-page .woocommerce-message {
  vertical-align: middle;
  height: 43px;
  line-height: 43px;
  padding-left: 55px !important;
  background-image: url(images/exclamation-mark-for-confirmation.png);
  background-position: 16px center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .revolution.woocommerce .woocommerce-message,
  .revolution.woocommerce-page .woocommerce-message {
    height: auto;
    line-height: inherit;
  }
  .revolution.woocommerce .woocommerce-message .wc-forward,
  .revolution.woocommerce-page .woocommerce-message .wc-forward {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
}
.revolution.woocommerce .woocommerce-error,
.revolution.woocommerce-page .woocommerce-error {
  border-left: 3px solid #DE0023;
}
.revolution.woocommerce .woocommerce-info,
.revolution.woocommerce-page .woocommerce-info,
.revolution.woocommerce .woocommerce-message,
.revolution.woocommerce-page .woocommerce-message {
  border-left: 3px solid #666;
}
.revolution.woocommerce .form-row.woocommerce-validated select,
.revolution.woocommerce-page .form-row.woocommerce-validated select {
  border-color: #ddd;
}
.revolution.woocommerce .cart_totals,
.revolution.woocommerce-page .cart_totals {
  width: 100% !important;
  float: none !important;
  font: 700 17px 'Open Sans', sans-serif !important;
}
.revolution.woocommerce .cart_totals table,
.revolution.woocommerce-page .cart_totals table {
  border-spacing: 10px;
  width: 100%;
  position: relative;
  left: 10px;
}
@media (max-width: 767px) {
  .revolution.woocommerce .cart_totals table,
  .revolution.woocommerce-page .cart_totals table {
    position: static;
  }
}
.revolution.woocommerce .cart_totals table a,
.revolution.woocommerce-page .cart_totals table a {
  color: #d69a01 !important;
}
a.revolution.woocommerce .cart_totals table a:hover,
a.revolution.woocommerce-page .cart_totals table a:hover {
  color: #a37501 !important;
}
.revolution.woocommerce .cart_totals td,
.revolution.woocommerce-page .cart_totals td,
.revolution.woocommerce .cart_totals th,
.revolution.woocommerce-page .cart_totals th {
  border: none !important;
}
.revolution.woocommerce .cart_totals th,
.revolution.woocommerce-page .cart_totals th {
  text-align: right;
  padding-top: 10px !important;
  font-weight: 700;
}
@media (max-width: 767px) {
  .revolution.woocommerce .cart_totals th,
  .revolution.woocommerce-page .cart_totals th {
    text-align: left;
  }
}
.revolution.woocommerce .cart_totals td,
.revolution.woocommerce-page .cart_totals td {
  background-color: #f8f8f8;
  padding: 10px 20px !important;
}
.revolution.woocommerce .cart_totals tr.cart-subtotal td,
.revolution.woocommerce-page .cart_totals tr.cart-subtotal td {
  color: #DE0023;
}
.revolution.woocommerce .cart_totals h2,
.revolution.woocommerce-page .cart_totals h2 {
  font: bold 24px 'Open Sans Condensed', sans-serif !important;
  color: #222 !important;
  text-transform: uppercase !important;
}
.revolution.woocommerce ul#shipping_method li,
.revolution.woocommerce-page ul#shipping_method li {
  text-indent: 0;
  padding: 0;
}
.revolution.woocommerce ul#shipping_method li input,
.revolution.woocommerce-page ul#shipping_method li input {
  margin: 5px 0;
}
.revolution.woocommerce ul#shipping_method li label,
.revolution.woocommerce-page ul#shipping_method li label {
  display: inline-block;
  margin: 5px 0;
}
.revolution.woocommerce .order-total,
.revolution.woocommerce-page .order-total {
  text-transform: uppercase;
  text-align: right;
  font: normal 50px 'Medula One', sans-serif;
  color: #ccc;
  margin: 20px 0;
  border-top: 3px dotted #eee;
  padding: 10px 0;
  border-bottom: 3px solid #eee;
  clear: both;
}
.revolution.woocommerce .order-total span,
.revolution.woocommerce-page .order-total span {
  color: #DE0023;
  font-weight: normal;
}
.revolution.woocommerce .order-total td,
.revolution.woocommerce-page .order-total td {
  font-weight: normal;
}
.revolution.woocommerce .woocommerce-billing-fields .h3,
.revolution.woocommerce-page .woocommerce-billing-fields .h3 {
  font: bold 24px 'Open Sans Condensed', sans-serif;
  text-transform: uppercase !important;
  color: #333 !important;
  letter-spacing: 0;
}
.revolution.woocommerce .woocommerce-billing-fields .billing-title,
.revolution.woocommerce-page .woocommerce-billing-fields .billing-title {
  padding-bottom: 10px;
  border-bottom: 3px solid #eee;
  margin-bottom: 10px;
}
.revolution.woocommerce label[for=ship-to-different-address-checkbox],
.revolution.woocommerce-page label[for=ship-to-different-address-checkbox] {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 16px;
}
.revolution.woocommerce form input[type=text],
.revolution.woocommerce-page form input[type=text],
.revolution.woocommerce form select,
.revolution.woocommerce-page form select,
.revolution.woocommerce form label,
.revolution.woocommerce-page form label {
  height: auto;
  font: bold 20px 'Open Sans Condensed', sans-serif;
  color: #6f6f6f;
}
.revolution.woocommerce form input[type=text],
.revolution.woocommerce-page form input[type=text] {
  border-color: #ddd !important;
}
.revolution.woocommerce #order_comments,
.revolution.woocommerce-page #order_comments {
  font: 400 20px 'Open Sans', sans-serif;
}
.revolution.woocommerce #order_review_heading,
.revolution.woocommerce-page #order_review_heading {
  font: bold 24px 'Open Sans Condensed', sans-serif;
  text-transform: uppercase !important;
  color: #333 !important;
  letter-spacing: 0;
}
.revolution.woocommerce .woocommerce-checkout-review-order-table,
.revolution.woocommerce-page .woocommerce-checkout-review-order-table {
  border-radius: 0;
  background-color: #f1f2f2;
  border: 20px solid #f1f2f2;
  border-top-width: 10px;
  border-bottom-width: 10px;
  font-size: 17px;
}
.revolution.woocommerce .woocommerce-checkout-review-order-table td,
.revolution.woocommerce-page .woocommerce-checkout-review-order-table td,
.revolution.woocommerce .woocommerce-checkout-review-order-table th,
.revolution.woocommerce-page .woocommerce-checkout-review-order-table th {
  padding: 5px 0;
}
.revolution.woocommerce .woocommerce-checkout-review-order-table thead td,
.revolution.woocommerce-page .woocommerce-checkout-review-order-table thead td,
.revolution.woocommerce .woocommerce-checkout-review-order-table tbody td,
.revolution.woocommerce-page .woocommerce-checkout-review-order-table tbody td,
.revolution.woocommerce .woocommerce-checkout-review-order-table thead th,
.revolution.woocommerce-page .woocommerce-checkout-review-order-table thead th,
.revolution.woocommerce .woocommerce-checkout-review-order-table tbody th,
.revolution.woocommerce-page .woocommerce-checkout-review-order-table tbody th {
  border-top: none;
}
.revolution.woocommerce .woocommerce-checkout-review-order-table tbody tr td,
.revolution.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
.revolution.woocommerce .woocommerce-checkout-review-order-table tbody tr td.product-name,
.revolution.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td.product-name {
  vertical-align: top;
}
.revolution.woocommerce .woocommerce-checkout-review-order-table tbody tr td.product-name .product-image,
.revolution.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td.product-name .product-image {
  padding-right: 15px;
  float: left;
  max-width: 100px;
}
.revolution.woocommerce .woocommerce-checkout-review-order-table tbody tr td.product-name .product-image img,
.revolution.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td.product-name .product-image img {
  border: 1px solid #ddd;
}
@media (min-width: 1200px) {
  .revolution.woocommerce .woocommerce-checkout-review-order-table tbody tr td.product-name .product-image,
  .revolution.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td.product-name .product-image {
    max-width: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .revolution.woocommerce .woocommerce-checkout-review-order-table tbody tr td.product-name .product-image,
  .revolution.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td.product-name .product-image {
    display: none;
  }
}
@media (max-width: 480px) {
  .revolution.woocommerce .woocommerce-checkout-review-order-table tbody tr td.product-name .product-image,
  .revolution.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td.product-name .product-image {
    display: none;
  }
}
.revolution.woocommerce .woocommerce-checkout-review-order-table tbody tr td.product-total,
.revolution.woocommerce-page .woocommerce-checkout-review-order-table tbody tr td.product-total {
  vertical-align: top;
}
.revolution.woocommerce .woocommerce-checkout-review-order-table .h4.product-name,
.revolution.woocommerce-page .woocommerce-checkout-review-order-table .h4.product-name {
  color: #d69a01 !important;
  text-transform: uppercase;
  font: bold 14px 'Open Sans', sans-serif;
  margin: 0;
}
a.revolution.woocommerce .woocommerce-checkout-review-order-table .h4.product-name:hover,
a.revolution.woocommerce-page .woocommerce-checkout-review-order-table .h4.product-name:hover {
  color: #a37501 !important;
}
.revolution.woocommerce .woocommerce-checkout-review-order-table .product-total,
.revolution.woocommerce-page .woocommerce-checkout-review-order-table .product-total {
  text-align: right;
}
.revolution.woocommerce .woocommerce-checkout-review-order-table .product-total .amount,
.revolution.woocommerce-page .woocommerce-checkout-review-order-table .product-total .amount {
  font-weight: 600;
  color: #DE0023;
}
.revolution.woocommerce .woocommerce-checkout-review-order-table .product-quantity,
.revolution.woocommerce-page .woocommerce-checkout-review-order-table .product-quantity {
  padding-bottom: 0.25em;
}
.revolution.woocommerce .woocommerce-checkout-review-order-table dl.variation dt,
.revolution.woocommerce-page .woocommerce-checkout-review-order-table dl.variation dt {
  font-weight: normal;
}
.revolution.woocommerce .woocommerce-checkout-review-order-table dl.variation dd,
.revolution.woocommerce-page .woocommerce-checkout-review-order-table dl.variation dd {
  margin-bottom: 0;
}
.revolution.woocommerce .woocommerce-checkout-review-order-table tfoot,
.revolution.woocommerce-page .woocommerce-checkout-review-order-table tfoot {
  color: #666;
}
.revolution.woocommerce .woocommerce-checkout-review-order-table tfoot th,
.revolution.woocommerce-page .woocommerce-checkout-review-order-table tfoot th,
.revolution.woocommerce .woocommerce-checkout-review-order-table tfoot td,
.revolution.woocommerce-page .woocommerce-checkout-review-order-table tfoot td {
  border-top: none;
  font-weight: 600;
}
.revolution.woocommerce .woocommerce-checkout-review-order-table tfoot .order-total td,
.revolution.woocommerce-page .woocommerce-checkout-review-order-table tfoot .order-total td {
  font-weight: normal;
}
.revolution.woocommerce .woocommerce-checkout-review-order-table tfoot tr:last-child th,
.revolution.woocommerce-page .woocommerce-checkout-review-order-table tfoot tr:last-child th,
.revolution.woocommerce .woocommerce-checkout-review-order-table tfoot tr:last-child td,
.revolution.woocommerce-page .woocommerce-checkout-review-order-table tfoot tr:last-child td {
  border-top: 1px solid #ccc;
}
.revolution.woocommerce .woocommerce-checkout-review-order-table .cart-subtotal td,
.revolution.woocommerce-page .woocommerce-checkout-review-order-table .cart-subtotal td,
.revolution.woocommerce .woocommerce-checkout-review-order-table .shipping td,
.revolution.woocommerce-page .woocommerce-checkout-review-order-table .shipping td {
  text-align: right;
}
.revolution.woocommerce .woocommerce-checkout-review-order-table .cart-subtotal th,
.revolution.woocommerce-page .woocommerce-checkout-review-order-table .cart-subtotal th,
.revolution.woocommerce .woocommerce-checkout-review-order-table .cart-subtotal td,
.revolution.woocommerce-page .woocommerce-checkout-review-order-table .cart-subtotal td {
  padding-top: 15px;
}
.revolution.woocommerce .woocommerce-checkout-review-order-table .shipping th,
.revolution.woocommerce-page .woocommerce-checkout-review-order-table .shipping th,
.revolution.woocommerce .woocommerce-checkout-review-order-table .shipping td,
.revolution.woocommerce-page .woocommerce-checkout-review-order-table .shipping td {
  padding-bottom: 15px;
}
.revolution.woocommerce #place_order,
.revolution.woocommerce-page #place_order {
  border-radius: 0;
  border: none;
  color: #d69a01;
  text-shadow: none;
  font: 800 12px/1.2em 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  height: auto;
  box-shadow: none;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
  background-color: #d69a01 !important;
  color: #fff;
  text-decoration: none;
  width: 100%;
  font: bold 20px 'Open Sans Condensed', sans-serif;
  padding: 15px;
  margin: 10px 0;
  float: left !important;
}
.revolution.woocommerce #place_order:hover,
.revolution.woocommerce-page #place_order:hover {
  background-color: #a37501 !important;
  color: #fff;
  text-decoration: none;
}
.revolution.woocommerce #payment,
.revolution.woocommerce-page #payment {
  background-color: #f1f2f2;
  border-radius: 0;
}
.revolution.woocommerce #payment ul.payment_methods,
.revolution.woocommerce-page #payment ul.payment_methods {
  color: #333;
  border: none;
}
.revolution.woocommerce #payment ul.payment_methods label,
.revolution.woocommerce-page #payment ul.payment_methods label {
  display: inline-block;
  color: inherit;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  margin-bottom: 0;
}
.revolution.woocommerce #payment ul.payment_methods label img,
.revolution.woocommerce-page #payment ul.payment_methods label img {
  display: block;
  margin: 5px 0 5px 0;
}
.revolution.woocommerce #payment ul.payment_methods .about_paypal,
.revolution.woocommerce-page #payment ul.payment_methods .about_paypal {
  display: none;
}
.revolution.woocommerce #payment ul.payment_methods div.payment_box,
.revolution.woocommerce-page #payment ul.payment_methods div.payment_box {
  background-color: transparent;
  padding: 0;
  margin: 0 0 20px 30px;
  width: auto;
  font-size: 11px;
  color: inherit;
}
.revolution.woocommerce #payment ul.payment_methods div.payment_box::after,
.revolution.woocommerce-page #payment ul.payment_methods div.payment_box::after {
  display: none;
}
.revolution.woocommerce #payment .place-order,
.revolution.woocommerce-page #payment .place-order {
  padding: 0;
  margin: 0;
}
.revolution.woocommerce .payment_box.payment_method_Striper label,
.revolution.woocommerce-page .payment_box.payment_method_Striper label {
  font-size: 16px;
}
.revolution.woocommerce .payment_box.payment_method_Striper .input-text[data-stripe=number],
.revolution.woocommerce-page .payment_box.payment_method_Striper .input-text[data-stripe=number] {
  width: 100% !important;
}
@media (max-width: 480px) {
  .revolution.woocommerce .payment_box.payment_method_Striper .form-row-first,
  .revolution.woocommerce-page .payment_box.payment_method_Striper .form-row-first,
  .revolution.woocommerce .payment_box.payment_method_Striper .form-row-last,
  .revolution.woocommerce-page .payment_box.payment_method_Striper .form-row-last {
    width: auto;
    float: none;
  }
  .revolution.woocommerce .payment_box.payment_method_Striper .form-row-first label,
  .revolution.woocommerce-page .payment_box.payment_method_Striper .form-row-first label,
  .revolution.woocommerce .payment_box.payment_method_Striper .form-row-last label,
  .revolution.woocommerce-page .payment_box.payment_method_Striper .form-row-last label,
  .revolution.woocommerce .payment_box.payment_method_Striper .form-row-first select,
  .revolution.woocommerce-page .payment_box.payment_method_Striper .form-row-first select,
  .revolution.woocommerce .payment_box.payment_method_Striper .form-row-last select,
  .revolution.woocommerce-page .payment_box.payment_method_Striper .form-row-last select {
    display: block;
  }
}
.revolution.woocommerce .lead,
.revolution.woocommerce-page .lead {
  font-size: 16px;
  font-weight: 600;
}
.revolution.woocommerce ul.order_details li,
.revolution.woocommerce-page ul.order_details li {
  margin: 0 3px 0 0;
  padding: 20px 30px;
  border: none;
  background-color: #eee;
  font-size: 16px;
}
@media (max-width: 767px) {
  .revolution.woocommerce ul.order_details li,
  .revolution.woocommerce-page ul.order_details li {
    float: none;
    display: block;
    margin: 0 0 3px 0;
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  .revolution.woocommerce ul.order_details li,
  .revolution.woocommerce-page ul.order_details li {
    font-size: 18px;
  }
}
.revolution.woocommerce ul.order_details li strong,
.revolution.woocommerce-page ul.order_details li strong {
  font-size: inherit;
}
.revolution.woocommerce .order-details-title,
.revolution.woocommerce-page .order-details-title,
.revolution.woocommerce .addresses .h3,
.revolution.woocommerce-page .addresses .h3 {
  color: #333 !important;
  text-transform: uppercase !important;
  font: bold 24px 'Open Sans Condensed', sans-serif !important;
  border-bottom: 5px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.revolution.woocommerce .addresses address,
.revolution.woocommerce-page .addresses address {
  font-size: 16px;
  line-height: 1.5;
}
.revolution.woocommerce table.shop_table.customer_details,
.revolution.woocommerce-page table.shop_table.customer_details,
.revolution.woocommerce table.shop_table.order_details,
.revolution.woocommerce-page table.shop_table.order_details {
  border: none;
  border-radius: 0;
  font-size: 16px;
}
.revolution.woocommerce table.shop_table.customer_details a,
.revolution.woocommerce-page table.shop_table.customer_details a,
.revolution.woocommerce table.shop_table.order_details a,
.revolution.woocommerce-page table.shop_table.order_details a {
  color: #d69a01 !important;
  text-decoration: none;
  padding-bottom: 3px;
  text-transform: uppercase;
  font-weight: bold;
}
a.revolution.woocommerce table.shop_table.customer_details a:hover,
a.revolution.woocommerce-page table.shop_table.customer_details a:hover,
a.revolution.woocommerce table.shop_table.order_details a:hover,
a.revolution.woocommerce-page table.shop_table.order_details a:hover {
  color: #a37501 !important;
}
.revolution.woocommerce table.shop_table.customer_details a.orange,
.revolution.woocommerce-page table.shop_table.customer_details a.orange,
.revolution.woocommerce table.shop_table.order_details a.orange,
.revolution.woocommerce-page table.shop_table.order_details a.orange {
  border-bottom: 3px solid #d69a01;
}
.revolution.woocommerce table.shop_table.customer_details a.orange:hover,
.revolution.woocommerce-page table.shop_table.customer_details a.orange:hover,
.revolution.woocommerce table.shop_table.order_details a.orange:hover,
.revolution.woocommerce-page table.shop_table.order_details a.orange:hover {
  text-decoration: none;
  border-color: #a37501;
}
.revolution.woocommerce table.shop_table.customer_details a:hover,
.revolution.woocommerce-page table.shop_table.customer_details a:hover,
.revolution.woocommerce table.shop_table.order_details a:hover,
.revolution.woocommerce-page table.shop_table.order_details a:hover {
  color: #a37501 !important;
  text-decoration: underline;
}
.revolution.woocommerce table.shop_table.customer_details td,
.revolution.woocommerce-page table.shop_table.customer_details td,
.revolution.woocommerce table.shop_table.order_details td,
.revolution.woocommerce-page table.shop_table.order_details td,
.revolution.woocommerce table.shop_table.customer_details th,
.revolution.woocommerce-page table.shop_table.customer_details th,
.revolution.woocommerce table.shop_table.order_details th,
.revolution.woocommerce-page table.shop_table.order_details th {
  padding: 10px 10px 10px 0;
  vertical-align: top;
}
.revolution.woocommerce table.shop_table.customer_details td,
.revolution.woocommerce-page table.shop_table.customer_details td,
.revolution.woocommerce table.shop_table.order_details td,
.revolution.woocommerce-page table.shop_table.order_details td,
.revolution.woocommerce table.shop_table.customer_details tfoot th,
.revolution.woocommerce-page table.shop_table.customer_details tfoot th,
.revolution.woocommerce table.shop_table.order_details tfoot th,
.revolution.woocommerce-page table.shop_table.order_details tfoot th {
  border-top: 2px solid #eee;
}
.revolution.woocommerce table.shop_table.order_details tr.order_item td,
.revolution.woocommerce-page table.shop_table.order_details tr.order_item td {
  background-color: #eee;
}
.revolution.woocommerce table.shop_table.order_details tr.order_item td:first-child,
.revolution.woocommerce-page table.shop_table.order_details tr.order_item td:first-child {
  padding-left: 10px;
}
.revolution.woocommerce table.shop_table.customer_details tr:last-child th,
.revolution.woocommerce-page table.shop_table.customer_details tr:last-child th {
  border-top: 2px solid #eee;
}
.revolution.woocommerce dl.variation,
.revolution.woocommerce-page dl.variation {
  margin-top: 0 !important;
}
.revolution.woocommerce dl.variation dd,
.revolution.woocommerce-page dl.variation dd {
  margin: 0;
}
a.iframe:focus {
  text-decoration: none;
}
