/* Reduce the width of ACF Repeater labels */
/*
Theme Name: 	Hearthstone Players (HPS)
Theme URI: 		http://hearthstoneplayers.com;
Description: 	Theme for Hearthstone Players
Version: 		1.0
Author: 		John Greenhoe & Jimmy W
Author URI: 	http://hearthstoneplayers.com;
Tags: 			Hearthstone, HPS
*/
/************************************************************************
*	Advance Custom Fields Admin Style Overrides
/************************************************************************/
/* Reduce the width of ACF Repeater labels */
table.acf_input tbody tr td.label {
  width: 15% !important;
}
/* Remove extra padding ACF WYSIYG editor */
.mceIframeContainer {
  padding: 0 !important;
}
/* Change the color of the Wordpress Admin Sidebar seperator */
#adminmenu li.wp-menu-separator {
  margin: 0;
}
.admin-color-fresh #adminmenu li.wp-menu-separator {
  background: #444;
}
.admin-color-midnight #adminmenu li.wp-menu-separator {
  background: #4a5258;
}
.admin-color-light #adminmenu li.wp-menu-separator {
  background: #c2c2c2;
}
.admin-color-blue #adminmenu li.wp-menu-separator {
  background: #3c85a0;
}
.admin-color-coffee #adminmenu li.wp-menu-separator {
  background: #83766d;
}
.admin-color-ectoplasm #adminmenu li.wp-menu-separator {
  background: #715d8d;
}
.admin-color-ocean #adminmenu li.wp-menu-separator {
  background: #8ca8af;
}
.admin-color-sunrise #adminmenu li.wp-menu-separator {
  background: #a43d39;
}
/************************************************************************
*	/wp-admin Login Style
/************************************************************************/
body.login {
  background-color: #252525;
}
.login form {
  border-radius: 5px;
}
body.login div#login h1 a {
  background-image: url(http://hearthstoneplayers.com/img/header/login-logo.png);
}
/* Fixes the top section of the login pop up box */
#wp-auth-check-wrap #wp-auth-check {
  background-color: #252525;
  border-radius: 5px;
}
.am-body-content {
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}
/************************************************************************
1.)	Sign Up Form
/************************************************************************/
.signup-form {
  padding: 20px;
}
.signup-form h1 {
  color: #666666;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  margin-bottom: 30px;
  text-rendering: optimizeLegibility;
}
.signup-form h2 {
  font-weight: 100;
  text-rendering: optimizeLegibility;
}
.signup-form h3 {
  margin-left: 40px;
  margin-bottom: 10px;
}
.signup-form h3 .form-step {
  zoom: 1;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 -40px;
  background-color: #89b41c;
  display: -moz-inline-stack;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.signup-form #signup-user-info {
  margin-top: 0;
}
.signup-form #signup-account-info {
  margin-top: 40px;
  clear: both;
}
.signup-form #signup-membership {
  margin-top: 40px;
  clear: both;
}
.signup-form #signup-payments {
  margin-top: 55px;
  clear: both;
}
.signup-form #signup-next-btn {
  margin-top: 40px;
}
.signup-form .signup-input {
  width: 100%;
  max-width: 500px;
  position: relative;
}
.signup-form .signup-input:hover .input-tooltip {
  display: block;
}
.signup-form .signup-input .input-tooltip {
  left: 0;
  top: 45px;
  z-index: 10;
  width: 100%;
  max-width: 300px;
  display: none;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  background: #2d3339;
  padding: 10px 12px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.signup-form .signup-input .input-tooltip :before {
  top: -8px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 7.5px 8px 7.5px;
  border-color: transparent transparent #2d3339 transparent;
}
.signup-form #signup-user-info input,
.signup-form #signup-account-info input {
  font-size: 14px;
  margin-right: 10px;
  background: #e1e1e1;
  margin-bottom: 20px;
  padding: 15px 15px 16px;
  border: 2px solid #e1e1e1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  width: 100%;
  max-width: 500px;
}
.signup-form #signup-user-info input:focus,
.signup-form #signup-account-info input:focus {
  border: 2px solid #e1e1e1;
  background: #ffffff;
}
.signup-form #signup-membership select {
  z-index: 2;
  width: 100%;
  max-width: 500px;
  height: 50px;
  outline: none;
  display: block;
  color: #8d9aa5;
  background: #e1e1e1;
  font-weight: normal;
  border: 2px solid #e1e1e1;
  line-height: 1 !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.signup-form #signup-membership select :focus {
  background: #ffffff;
  border: 2px solid #e1e1e1;
}
.signup-form #membership-plan {
  width: 100%;
  max-width: 500px;
  position: relative;
}
.signup-form #membership-plan:after {
  top: 3px;
  right: 3px;
  width: 30px;
  bottom: 3px;
  content: "";
  position: absolute;
  background: #b7c0c7 url("https://wac.A8B5.edgecastcdn.net/80A8B5/static-assets/assets/icons/icon-select-6c25e33bc74b2c5d4c14b0006592e2d0.svg") no-repeat center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  z-index: 1;
}
.signup-form .signup-form a.button,
.signup-form .signup-form input[type=button],
.signup-form .signup-form input[type=submit] {
  margin: 0;
  border: none;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  color: #fff !important;
  background-color: #89b41c;
  padding: 18px 25px 17px 25px;
  text-decoration: none !important;
  border-bottom: solid 4px #749a19;
  -webkit-font-smoothing: antialiased;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.signup-form .secure-login {
  color: #666666;
  margin-left: 10px;
}
.signup-form .secure-login .fa {
  font-size: 22px;
  color: #999999;
}
/************************************************************************
*	Login Page
/************************************************************************/
#login-content h1 {
  font: normal 26px "Helvetica Neue", Arial, sans-serif;
  color: #444;
  text-align: center;
}
#login-content .login-create {
  text-align: center;
  font-size: 13px;
  color: #7d7d7d;
  margin: 0 0 30px 0;
}
#login-content #login-container {
  width: 100%;
  margin: 0 auto;
  max-width: 700px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
}
#login-content .element-title {
  color: #151515;
}
.etabs {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.tab {
  display: inline-block;
  float: left;
  zoom: 1;
  display: inline;
  padding: 5px 10px;
  width: 50%;
  background: #ddd;
  border-bottom: none;
}
.tab a {
  font-size: 14px;
  line-height: 2em;
  display: block;
  padding: 0;
  outline: none;
  text-align: center;
}
.tab a:hover {
  text-decoration: underline;
}
.tab.active {
  background: #fff;
  position: relative;
}
.tab a.active {
  font-weight: bold;
}
.tab-container .panel-container {
  background: #fff;
  border: solid #666 1px;
  padding: 10px;
  -moz-border-radius: 0 4px 4px 4px;
  -webkit-border-radius: 0 4px 4px 4px;
}
#login1,
#reset {
  width: 59%;
  clear: both;
  padding: 20px;
  margin: 0 auto;
}
#login1 .row .element-title,
#reset .row .element-title {
  display: inline-block;
}
#login-container input {
  border: 2px solid #d8d8d8;
  background: #f5f5f5;
  font-size: 14px;
  padding: 11px 15px 12px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  min-width: 20px;
  outline: none;
  width: 100%;
}
#login-container input:focus {
  border: 2px solid #d8d8d8;
  background: #ffffff;
}
.login-btn {
  -webkit-font-smoothing: antialiased;
  font-family: Helvetica, Arial, sans-serif;
  display: inline-block;
  margin: 0;
  border: none !important;
  font-size: 18px;
  text-align: center;
  background-color: #89b41c !important;
  border-bottom: solid 4px #749a19 !important;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/************************************************************************
*	Card Archive
/************************************************************************/
#cards-table {
  width: 100%;
}
#cards-table tr > th {
  padding: 10px 0;
  background-color: #eaeaea;
  text-align: center;
  cursor: pointer;
}
#cards-table .header:after {
  font-family: FontAwesome;
  content: "\f0dc";
  display: inline-block;
  padding-left: 8px;
  vertical-align: middle;
  color: #0084b4;
}
#cards-table .headerSortDown:after {
  font-family: FontAwesome;
  content: "\f0d7";
  display: inline-block;
  padding-left: 8px;
  vertical-align: middle;
  color: #0084b4;
}
#cards-table .headerSortUp:after {
  font-family: FontAwesome;
  content: "\f0d8";
  display: inline-block;
  padding-left: 8px;
  vertical-align: middle;
  color: #0084b4;
}
#cards-table tr td {
  text-align: center;
  border: solid 1px #ddd;
  border-bottom: 0;
  padding: 5px;
}
#cards-table tr .card-name {
  text-align: left;
  padding-left: 8px;
}
/************************************************************************
*	Single Card Page
/************************************************************************/
#card-title {
  margin-bottom: 10px;
}
#card-normal {
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}
#card-normal img {
  width: 250px;
}
#card-shortcode {
  float: right;
  width: 250px;
  text-align: center;
}
.shortcode {
  background-color: #fff;
  border: solid 1px #cccccc;
  padding: 5px 0;
  border-radius: 5px;
  font-size: 13px;
}
#card-info {
  width: 250px;
  clear: right;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  float: right;
  margin-top: 20px;
  padding: 15px;
  margin-bottom: 20px;
}
#card-info h3 {
  color: #838383;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.02em;
  padding-bottom: 0;
}
#card-info span {
  padding-bottom: 15px;
  display: block;
}
#card-text {
  clear: both;
  margin-top: 30px;
}
#card-guides {
  width: 50%;
  float: left;
}
#card-decks {
  width: 45%;
  float: right;
}
#card-guides h2,
#card-decks h2 {
  padding-bottom: 5px;
}
/************************************************************************
1.)	Deck Archive
/************************************************************************/
#deck-table {
  width: 100%;
}
#deck-table tr > th {
  padding: 10px 0;
  background-color: #eaeaea;
  text-align: center;
  cursor: pointer;
}
#deck-table .header:after {
  font-family: FontAwesome;
  content: "\f0dc";
  display: inline-block;
  padding-left: 8px;
  vertical-align: middle;
  color: #0084b4;
}
#deck-table .headerSortDown:after {
  font-family: FontAwesome;
  content: "\f0d7";
  display: inline-block;
  padding-left: 8px;
  vertical-align: middle;
  color: #0084b4;
}
#deck-table .headerSortUp:after {
  font-family: FontAwesome;
  content: "\f0d8";
  display: inline-block;
  padding-left: 8px;
  vertical-align: middle;
  color: #0084b4;
}
#deck-table tr td {
  text-align: center;
  border: solid 1px #ddd;
  border-bottom: 0;
  padding: 5px;
  vertical-align: middle;
}
#deck-table .deck-name {
  text-align: left;
}
#deck-table .deck-author {
  display: block;
  font-size: 12px;
}
#deck-table .deck-date {
  position: relative;
  text-align: right;
}
#deck-table .deck-date i {
  margin-left: 8px;
  position: inherit;
}
#deck-table .deck-date .date-tooltip {
  display: none;
  position: absolute;
  bottom: -17px;
  right: 30px;
  width: 150px;
  z-index: 10;
  background: #2d3339;
  color: #fff;
  padding: 10px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
#deck-table .deck-date .date-tooltip:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #2d3339;
  position: absolute;
  top: 15px;
  right: -10px;
}
#deck-table .deck-date i:hover span {
  display: block;
}
/************************************************************************
2.)	Deck Shortcode
/************************************************************************/
.sc-deck {
  width: 100%;
  max-width: 240px;
  margin: 0 0 20px 0;
}
.hsp-deck-right {
  float: right;
  margin-left: 25px;
}
.hsp-deck-left {
  float: left;
  margin-right: 25px;
}
.hsp-deck-none .decklist-tooltip {
  position: absolute;
  top: -20px;
  right: -185px;
  display: none;
  z-index: 7;
}
.hsp-deck-left .decklist-tooltip {
  position: absolute;
  top: -20px;
  right: -185px;
  display: none;
  z-index: 7;
}
.hsp-deck-right .decklist-tooltip {
  position: absolute;
  top: -20px;
  left: -185px;
  display: none;
  z-index: 7;
}
.sc-deck-mana-cost {
  float: right;
  padding-right: 5px;
}
.sc-deck-mana-cost img {
  padding-right: 5px;
}
.sc-deck-view-deck {
  padding-top: 5px;
}
/************************************************************************
3.)	Deck Stats
/************************************************************************/
#deck-stats h2 {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  color: #444;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#decks-class-cards {
  width: 350px;
  float: left;
  padding-bottom: 0;
}
#decks-neutral-cards {
  width: 350px;
  float: right;
  padding-bottom: 0;
}
/****** Stats Deck List ******/
/*****************************/
#deck {
  font-family: 'Hearthstone';
  -webkit-font-smoothing: antialiased;
}
#deck .card {
  width: 350px;
  background-color: #252525;
  height: 40px;
  margin-bottom: 2px;
  display: block;
  position: relative;
}
#deck .card-img {
  height: 40px;
  width: 160px;
  float: right;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#deck .card-img img {
  position: absolute;
  top: -110px;
  left: -60px;
  z-index: 2;
  max-width: initial !important;
}
#deck .card-count-right {
  margin-right: 30px;
}
#deck .card-overlay {
  z-index: 3;
  display: block;
  height: 40px;
  width: 350px;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(left, #3c444d 50%, rgba(255, 255, 255, 0.01) 75%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #3c444d), color-stop(75%, rgba(255, 255, 255, 0.01)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(left, #3c444d 50%, rgba(255, 255, 255, 0.01) 75%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(left, #3c444d 50%, rgba(255, 255, 255, 0.01) 75%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(left, #3c444d 50%, rgba(255, 255, 255, 0.01) 75%);
  /* IE10+ */

  background: linear-gradient(to right, #3c444d 50%, rgba(255, 255, 255, 0.01) 75%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#3c444d', endColorstr='#03ffffff', GradientType=1);
  /* IE6-9 */

}
#deck .card:hover .card-overlay {
  background: -moz-linear-gradient(left, #282d32 50%, rgba(255, 255, 255, 0.01) 75%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #282d32), color-stop(75%, rgba(255, 255, 255, 0.01)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(left, #282d32 50%, rgba(255, 255, 255, 0.01) 75%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(left, #282d32 50%, rgba(255, 255, 255, 0.01) 75%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(left, #282d32 50%, rgba(255, 255, 255, 0.01) 75%);
  /* IE10+ */

  background: linear-gradient(to right, #282d32 50%, rgba(255, 255, 255, 0.01) 75%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#3c444d', endColorstr='#03ffffff', GradientType=1);
  /* IE6-9 */

}
#deck .card-title {
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  top: 6px;
  left: 40px;
  z-index: 6;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
#deck .card-count {
  position: absolute;
  width: 30px;
  font-size: 20px;
  padding-top: 5px;
  -moz-box-shadow: inset -5px 0 5px #111111;
  -webkit-box-shadow: inset -5px 0 5px #111111;
  box-shadow: inset -5px 0 5px #111111;
  color: #fe0;
  text-align: center;
  z-index: 4;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
#deck .mana-cost {
  background-color: #286eb2;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  padding-top: 7px;
  height: 40px;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
#deck .card-rarity-free {
  border-top: solid 5px #0084b4 !important;
}
#deck .card-rarity-basic {
  border-top: solid 5px #ad2a2a !important;
}
#deck .card-rarity-common {
  border-top: solid 5px #0FAF03 !important;
}
#deck .card-rarity-rare {
  border-top: solid 5px #198EFF !important;
}
#deck .card-rarity-epic {
  border-top: solid 5px #AB48EE !important;
}
#deck .card-rarity-legendary {
  border-top: solid 5px #F07000 !important;
}
#deck .card-link {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 350px;
  height: 40px;
  z-index: 7;
}
#deck-stats #mana-curve,
#deck-stats #attack-curve,
#deck-stats #health-curve {
  width: 350px;
}
/****** Card Rarity and Types Stats ******/
/*****************************/
#deck-stats-rarity {
  width: 350px;
  font-size: 18px;
}
#deck-stats-rarity h2 {
  text-align: left;
}
#deck-stats-type {
  width: 350px;
  font-size: 18px;
}
#deck-stats-type h2 {
  text-align: left;
}
.deck-rarity-free {
  font-weight: bold;
}
.deck-rarity-common {
  font-weight: bold;
  color: #0FAF03 ;
}
.deck-rarity-rare {
  font-weight: bold;
  color: #198EFF ;
}
.deck-rarity-epic {
  font-weight: bold;
  color: #AB48EE ;
}
.deck-rarity-legendary {
  font-weight: bold;
  color: #F07000 ;
}
.deck-type-spell {
  font-weight: bold;
  color: #54009c;
}
.deck-type-minion {
  font-weight: bold;
  color: #18ad00;
}
.deck-type-weapon {
  font-weight: bold;
  color: #c00000;
}
/************************************************************************
5.)	Mana Curve
/************************************************************************/
.deck-curve {
  width: 100%;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.deck-curve-content {
  text-align: center;
}
.curve-bars-content {
  width: 30px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.curve-count {
  display: block;
  width: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.curve-bar-container {
  width: 28px;
  padding-top: 2px;
  border: 1px solid #444;
  height: 125px;
  display: block;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 5px;
}
.curve-bar {
  width: 24px;
  display: block;
  position: absolute;
  max-height: 98%;
  bottom: 1px;
  left: 1px;
  background-color: #e1a025;
  background-image: -webkit-linear-gradient(top, rgba(198, 91, 17, 0.75) 0, rgba(198, 91, 17, 0) 65%, rgba(255, 255, 255, 0.25) 100%);
  background-image: -moz-linear-gradient(top, rgba(198, 91, 17, 0.75) 0, rgba(198, 91, 17, 0) 65%, rgba(255, 255, 255, 0.25) 100%);
  background-image: -ms-linear-gradient(top, rgba(198, 91, 17, 0.75) 0, rgba(198, 91, 17, 0) 65%, rgba(255, 255, 255, 0.25) 100%);
  background-image: -o-linear-gradient(top, rgba(198, 91, 17, 0.75) 0, rgba(198, 91, 17, 0) 65%, rgba(255, 255, 255, 0.25) 100%);
  background-image: linear-gradient(top, rgba(198, 91, 17, 0.75) 0, rgba(198, 91, 17, 0) 65%, rgba(255, 255, 255, 0.25) 100%);
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#mana-curve .curve-bar {
  background: #499bea;
  background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #499bea), color-stop(100%, #207ce5));
  background: -webkit-linear-gradient(top, #499bea 0%, #207ce5 100%);
  background: -o-linear-gradient(top, #499bea 0%, #207ce5 100%);
  background: -ms-linear-gradient(top, #499bea 0%, #207ce5 100%);
  background: linear-gradient(to bottom, #499bea 0%, #207ce5 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#499bea', endColorstr='#207ce5', GradientType=0);
}
#health-curve .curve-bar {
  background: #cc2b1d;
  background: -moz-linear-gradient(top, #cc2b1d 0%, #e73827 42%, #fc5656 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #cc2b1d), color-stop(42%, #e73827), color-stop(100%, #fc5656));
  background: -webkit-linear-gradient(top, #cc2b1d 0%, #e73827 42%, #fc5656 100%);
  background: -o-linear-gradient(top, #cc2b1d 0%, #e73827 42%, #fc5656 100%);
  background: -ms-linear-gradient(top, #cc2b1d 0%, #e73827 42%, #fc5656 100%);
  background: linear-gradient(to bottom, #cc2b1d 0%, #e73827 42%, #fc5656 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#cc2b1d', endColorstr='#fc5656', GradientType=0);
}
/************************************************************************
5.) Guide Info Mana Curve
/************************************************************************/
#guide-info-wrapper #add-stats-link {
  text-align: center;
}
#guide-info-wrapper #additioanl-stats {
  display: none;
  margin-top: 15px;
}
#guide-info-wrapper .deck-curve {
  width: 250px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
}
#guide-info-wrapper .curve-bars-content {
  width: 20px;
}
#guide-info-wrapper .curve-count {
  width: 20px;
}
#guide-info-wrapper .curve-bar-container {
  width: 18px;
  height: 75px;
}
#guide-info-wrapper .curve-bar {
  width: 16px;
}
#guide-info-wrapper #mana-curve h2,
#guide-info-wrapper #attack-curve h2,
#guide-info-wrapper #health-curve h2 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #444;
  font-size: 18px;
  text-align: center;
}
/************************************************************************
*	Wordpress Editor Images
/************************************************************************/
i.mce-i-icon {
  font: 400 20px/1 dashicons;
  padding: 0;
  vertical-align: top;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: -2px;
  padding-right: 2px;
}
/************************************************************************
1.)	Wrappers
/************************************************************************/
#sidebar {
  width: 24%;
  float: right;
  margin-right: 2%;
}
#guide-info-wrapper {
  float: right;
  padding-left: 20px;
  background-color: #fff;
}
/************************************************************************
3.)	Guide Library Page
/************************************************************************/
.library-category {
  float: left;
  height: 165px;
  width: 100%;
  max-width: 165px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
.last {
  margin-right: 0 !important;
}
.library-category img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.library-category-title {
  height: 40px;
  background: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  line-height: 40px;
  font-weight: normal;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
  text-align: center;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.library-category-link {
  position: absolute;
  height: 165px;
  width: 100%;
  max-width: 165px;
  top: 0;
  right: 0;
}
.library-category-link:hover {
  background-color: #333333;
  opacity: .2;
}
/************************************************************************
2.)	Category Archive
/************************************************************************/
#category-desc {
  padding-bottom: 8px;
}
.guide-box {
  float: left;
  width: 100%;
  max-width: 226px;
  margin: 0 20px 20px 0;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.guide-third {
  margin-right: 0;
}
.guide-thumbnail {
  position: relative;
}
.guide-comment-count a {
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: #f5f5f5;
  font-size: 16px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #000;
  font-weight: bold;
}
.guide-info {
  width: 100%;
  padding: 10px;
  height: 105px;
  border-top: none;
  position: relative;
  background-color: #fff;
  border: solid 1px #eeeeee;
  border-bottom: solid 4px #dddddd;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.guide-title {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  color: #f5f5f5;
  height: 38px;
  overflow: hidden;
}
.guide-author {
  display: block;
  font-size: 12px;
  position: absolute;
  bottom: 20px;
  left: 10px;
}
.guide-date {
  display: block;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 10px;
}
.guide-views {
  display: block;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 10px;
}
.filter-type {
  padding: 4px 10px 4px;
  color: #ffffff;
  font-size: 13px;
  line-height: 13px;
  background: #dddddd;
  display: inline-block;
  position: absolute;
  bottom: 25px;
  right: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.filter-free {
  background-color: #89b41c;
}
.filter-premium {
  background-color: #f78300;
}
/************************************************************************
2.)	List View
/************************************************************************/
.list-content article {
  overflow: hidden;
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.post-content article h2,
#page-content article h2 {
  padding-bottom: 0;
}
#list-featured-image {
  float: left;
  display: block;
}
#list-featured-image img {
  margin-right: 10px;
  height: 90px;
  width: 90px;
  border-radius: 3px;
}
.list-premium-type {
  display: block;
}
.list-free {
  padding: 4px 0;
  margin-top: 5px;
  text-align: center;
  width: 90px;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  background-color: #89b41c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.list-premium {
  padding: 4px 0;
  margin-top: 5px;
  text-align: center;
  width: 90px;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  background-color: #f78300;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#list-meta {
  font-size: 13px;
}
#list-excerpt {
  margin-left: 100px;
}
#list-excerpt p {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
/************************************************************************
3.)	Guide Content
/************************************************************************/
#hsp-follow-bar {
  width: 100%;
  max-width: 760px;
  height: 40px;
  margin: -20px 0 20px -20px;
  padding: 10px 20px;
  background-color: #fff;
  border-bottom: solid 1px #ddd;
  box-sizing: border-box;
}
.hsp-follow-bar-txt {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  float: left;
  margin-right: 30px;
  margin-top: 3px;
  color: #907450;
}
#hsp-follow-bar-social {
  display: inline-block;
}
.hsp-social-btn {
  margin-left: 10px;
}
.section {
  padding: 65px 0 0;
  margin: -65px 0 0;
}
#guide-content h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0;
  color: #4D4D4D;
  /*padding: 14px 0 12px 0;*/

}
#guide-content h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3em;
  margin: 20px 0 0.5em;
  color: #4D4D4D;
  padding: 0;
}
.guide-info-box {
  width: 250px;
  background-color: #ffffff;
  border: solid 1px #ddd;
  float: right;
  padding: 15px;
  margin-bottom: 10px;
}
#guide-info-wrapper h3 {
  color: #999;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 0;
  margin: 0;
}
#guide-info-wrapper .post-categories {
  padding-bottom: 15px;
}
#dust_cost {
  display: inline-block;
  margin-left: 5px;
}
#post-content ul,
#post-content ol {
  margin: 0 0 20px 20px;
}
#post-content li {
  margin-bottom: 5px;
}
#post-content ul li {
  list-style-position: outside;
  list-style-type: disc;
  font-size: 16px;
  line-height: 27px;
}
#post-content ol li {
  list-style-position: outside;
  list-style-type: decimal;
  font-size: 16px;
  line-height: 27px;
}
#start-learning-hsp {
  background: #252525;
  color: #ddd;
  width: 100%;
  max-width: 600px;
  height: 80px;
  position: relative;
  padding: 15px;
  margin-top: 40px;
  border-radius: 3px;
  clear: both;
}
#start-learning-hsp p {
  width: 70%;
  padding: 0;
  margin: 0;
}
.start-learning-btn {
  display: inline;
  position: absolute;
  top: 15px;
  right: 15px;
  line-height: 1;
  color: #fff !important;
  padding: 12px 20px 11px 20px;
  background: #D24D33;
  border-color: #b4412b;
  border-radius: 5px;
  z-index: 4;
}
.start-learning-btn:hover {
  background: #d75b43;
  text-decoration: none;
}
.start-learning-btn:visited {
  color: #fff;
}
.start-learning-arrow {
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-bottom: 40px solid #252525;
  position: absolute;
  top: -30px;
  right: -29px;
}
.start-learning-arrow:after {
  content: '';
  position: absolute;
  left: -29px;
  top: 40px;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top: 40px solid #252525;
}
#hsp-contribute {
  background-color: #252525;
  color: #f5f5f5;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  max-width: 760px;
  padding: 20px;
  margin: 0 0 -20px -20px;
}
#post-vote-bottom {
  background-color: #fff;
  border: solid 1px #ddd;
  padding: 10px;
  margin-top: 20px;
}
.post-vote-icon {
  float: left;
  padding-right: 15px;
}
.post-vote-title {
  color: #838383;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.02em;
  padding-bottom: 0;
  margin: 5px 0;
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.post-vote-desc {
  text-align: center;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.post-vote-func {
  float: right;
}
.post-vote-func a.jm-post-like {
  font-size: 50px;
}
.social-gplus {
  margin-left: -30px;
}
/*.sc-spoiler {
  padding-bottom: 15px;
  background-color: #ff8002;
  width: 120px;
  margin: 0;
  text-align: center;
  padding: 6px 10px 8px 10px;
  border-radius: 4px;
}*/
.sc-spoiler-content {
  display: none;
}
.sc-spoiler a:link {
  color: #444;
  font-weight: 600;
}
.sc-spoiler a:visited {
  font-weight: 600;
  color: #444;
}
/* Guide Bottom */
#guide-bottom-donate a,
#guide-bottom-upvote a {
  width: 48%;
}
#guide-bottom-upvote a {
  background-color: #89b41c;
  float: left;
  height: 52px;
  line-height: 52px;
  padding: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  border-radius: 3px;
}
#guide-bottom-donate a {
  background-color: #ff8002;
  float: right;
  height: 52px;
  line-height: 52px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  border-radius: 3px;
  text-decoration: none;
}
#guide-bottom-upvote a {
  color: #fff;
}
#guide-bottom-author #author-avatar {
  float: left;
}
#guide-bottom-author #author-avatar img {
  border-radius: 3px;
  width: 80px;
}
#guide-bottom-author #author-name {
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  margin-left: 95px;
}
#guide-bottom-author #author-bio {
  margin-left: 95px;
  width: 100%;
  max-width: 520px;
}
#guide-bottom-social {
  float: right;
  width: 100%;
  max-width: 125px;
}
.guide-social-btn {
  margin-top: 15px;
  float: right;
}
/************************************************************************
* Single Guide Author Profile Link
/************************************************************************/
.author-post-link {
  position: relative;
  margin-bottom: 12px;
}
.author-post-link-text {
  color: #0084b4;
}
.author-post-link-text span:hover {
  text-decoration: underline;
}
.author-post-link-text .fa {
  vertical-align: top;
}
.author-post-link-dropdown {
  background-color: #372f27;
  color: #fff;
  padding: 10px;
  width: 100%;
  max-width: 225px;
  display: none;
  position: absolute;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0 3px 3px 0 #252525;
}
#apl-bg-img {
  position: relative;
  margin: -10px -10px 15px -10px;
}
#apl-bg-img img {
  border-radius: 3px 3px 0 0;
}
#apl-profile-img img {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 8px;
  left: 80px;
  border-radius: 30px;
  padding: 2px;
  border: solid 1px #ccc;
  background-color: #eee;
}
#apl-links li a,
#apl-links li a:hover,
#apl-links li a:active,
#apl-links li a:visited {
  color: #fff !important;
}
/************************************************************************
* Video Guide
/************************************************************************/
#video-container {
  margin: 0 0 20px -20px;
}
#youtube-subscribe {
  border: solid 1px #ddd;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
/************************************************************************
* Guide Preview
/************************************************************************/
.preview-notification {
  font-size: 17px;
  /* font-weight: normal !important; */

  padding: 15px 40px 15px 10px;
  width: 110%;
  text-align: center;
  margin: 0 -20px 20px -20px;
  background-color: #FF8002;
  /* border-bottom: solid 4px #cc3315; */

  color: #f5f5f5;
  font-weight: bold;
  clear: both;
}
.preview-notification a {
  padding: 0px 3px;
  /* margin: 0px 5px; */

  /* background-color: #0084b4; */

  color: #f5f5f5 !important;
  /* border-radius: 2px; */

  text-transform: uppercase;
  /* letter-spacing: 0.1em; */

  font-size: 16px;
}
.preview-notification a:hover {
  /* text-decoration: none; */

  /* background-color: #a42d15; */

}
.preview-notification a:visited {
  color: #f5f5f5;
}
#preivew-features {
  border-top: solid 1px #ccc;
  padding-top: 10px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
#preivew-features .fa-check-circle {
  color: #89b41c;
}
.preview-feature-btn {
  margin-top: 10px;
  display: inline-block;
  line-height: 1;
  color: #fff !important;
  padding: 12px 20px 11px 20px;
  background: #89b41b;
  border-color: #b4412b;
  border-radius: 5px;
}
.preview-feature-btn:hover {
  background-color: #9cca28;
  text-decoration: none;
}
/************************************************************************
4.)	Deck List
/************************************************************************/
@font-face {
  font-family: 'Hearthstone';
  src: url('/fonts/hearthstone.ttf');
}
#guide-info-wrapper .deck-list {
  float: right;
  clear: right;
  margin-bottom: 20px;
}
.deck-right {
  float: right;
}
.deck-list {
  font-family: 'Hearthstone';
  -webkit-font-smoothing: antialiased;
}
#deck-list-title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px;
}
.class-cards {
  margin-bottom: 15px;
}
.deck-list .card {
  width: 236px;
  background-color: #252525;
  border: 2px #6c6566 groove;
  border-radius: 4px;
  min-height: 33px;
  display: block;
  position: relative;
}
.deck-list .card-img {
  height: 29px;
  width: 100%;
  max-width: 160px;
  float: right;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.deck-list .card-img img {
  position: absolute;
  top: -110px;
  left: -50px;
  border-radius: 0 5px 5px 0;
  z-index: 2;
  max-width: initial !important;
}
.card-count-right {
  margin-right: 20px;
}
.deck-list .card-overlay {
  z-index: 3;
  display: block;
  height: 29px;
  width: 100%;
  max-width: 240px;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(left, #3c444d 40%, rgba(255, 255, 255, 0.01) 75%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #3c444d), color-stop(75%, rgba(255, 255, 255, 0.01)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(left, #3c444d 40%, rgba(255, 255, 255, 0.01) 75%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(left, #3c444d 40%, rgba(255, 255, 255, 0.01) 75%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(left, #3c444d 40%, rgba(255, 255, 255, 0.01) 75%);
  /* IE10+ */

  background: linear-gradient(to right, #3c444d 40%, rgba(255, 255, 255, 0.01) 75%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#3c444d', endColorstr='#03ffffff', GradientType=1);
  /* IE6-9 */

}
.card-title {
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  top: 3px;
  left: 30px;
  z-index: 6;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
.card-count {
  position: absolute;
  width: 20px;
  right: 0;
  top: 3px;
  bottom: 0;
  font-size: 20px;
  -moz-box-shadow: inset -5px 0 5px #111111;
  -webkit-box-shadow: inset -5px 0 5px #111111;
  box-shadow: inset -5px 0 5px #111111;
  color: #fe0;
  text-align: center;
  z-index: 4;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
.mana-icon {
  position: absolute;
  top: -3px;
  left: -12px;
  z-index: 5;
  height: 35px;
  width: 35px;
}
.mana-icon img {
  height: 35px;
  width: 35px;
}
.mana-cost {
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  top: 3px;
  left: 2px;
  z-index: 6;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
.guide-deck-list .decklist-tooltip {
  position: absolute;
  top: -20px;
  left: -185px;
  display: none;
  z-index: 7;
}
.decklist-tooltip img {
  width: 175px !important;
  max-width: none !important;
}
.card:hover .decklist-tooltip {
  display: block;
}
.dl-card-link {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  max-width: 240px;
  height: 29px;
  z-index: 6;
}
/************************************************************************
*	Deck Custom Post Type Style
/************************************************************************/
#deck-content #guide-info {
  float: left;
}
/************************************************************************
3.) Related Posts
/************************************************************************/
#related-posts {
  margin: 20px 0;
  padding-top: 20px;
  border-top: solid 1px #cccccc;
}
#related-posts h3 {
  margin-bottom: 5px;
}
#related-posts ul,
#related-posts ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#related-posts ul {
  margin-left: -15px !important;
}
#related-posts .rp-block {
  width: 25%;
  float: left;
  padding-left: 15px;
}
.rp-thumbnail {
  border-radius: 5px;
}
.rp-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}
.rp-title {
  text-align: center;
  font-size: 14px;
  padding-top: 5px;
}
#related-posts a:link {
  color: #545454;
  text-decoration: none;
}
#related-posts a:visited {
  color: #545454;
  text-decoration: none;
}
#related-posts a:hover {
  color: #0084b4;
  text-decoration: none;
}
#related-posts a:active {
  color: #0084b4;
  text-decoration: none;
}
/************************************************************************
3.)	Sidebar Guides
/************************************************************************/
#sidebar-ad {
  margin-bottom: 20px;
  overflow: hidden;
}
#join h2 {
  color: #444444;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 0 !important;
}
#join .sign-up-btn {
  display: inline-block;
  width: 100%;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  background-color: #89b41b;
  border-bottom: solid 4px #749a19;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#join .sign-up-btn:hover {
  background-color: #779e14;
}
#join .sign-up-txt {
  display: block;
  font-size: 13px;
}
.guide-categories li {
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 14px;
}
.guide-categories .cat-list-border {
  border-bottom: solid 1px #cccccc;
  padding-bottom: 10px;
}
.cat-icon {
  background-image: url('http://hearthstoneplayers.com/img/icons/categories/icons-cat-sidebar.jpg');
  height: 24px;
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 4px;
}
.cat-icon-all {
  background-position: 0px 0px;
}
.cat-icon-free {
  background-position: 0px -36px;
}
.cat-icon-premium {
  background-position: 0px -72px;
}
.cat-icon-general {
  background-position: 0px -108px;
}
.cat-icon-beginner {
  background-position: 0px -144px;
}
.cat-icon-adventure {
  background-position: 0px -180px;
}
.cat-icon-arena {
  background-position: 0px -216px;
}
.cat-icon-deck-building {
  background-position: 0px -252px;
}
.cat-icon-tournament {
  background-position: 0px -288px;
}
.cat-icon-deck-list {
  background-position: 0px -324px;
}
.cat-icon-druid {
  background-position: 0px -360px;
}
.cat-icon-hunter {
  background-position: 0px -396px;
}
.cat-icon-mage {
  background-position: 0px -432px;
}
.cat-icon-paladin {
  background-position: 0px -468px;
}
.cat-icon-priest {
  background-position: 0px -504px;
}
.cat-icon-rogue {
  background-position: 0px -540px;
}
.cat-icon-shaman {
  background-position: 0px -576px;
}
.cat-icon-warlock {
  background-position: 0px -612px;
}
.cat-icon-warrior {
  background-position: 0px -648px;
}
.guide-categories .guide-count {
  background-color: #fff;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  float: right;
  padding: 0px 8px;
  margin-top: 5px;
}
#sidebar #featured-posts article {
  overflow: hidden;
  padding-bottom: 15px;
}
#sidebar .featured-guide-thumb img {
  float: left;
  height: 36px;
  width: 36px;
  margin-top: 2px;
  margin-right: 10px;
  border-radius: 3px;
}
#sidebar #featured-posts h2 {
  padding-bottom: 10px;
}
#sidebar #featured-posts article h2 {
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  padding-bottom: 0;
}
.sidebar-posts {
  padding-bottom: 5px !important;
}
.sidebar-posts article {
  overflow: hidden;
  padding-bottom: 15px;
}
.sidebar-posts > h2,
#guide-cats h2,
#quickstart-box h2,
#social-box h2,
#quicklink-box h2 {
  background-color: #fff;
  /* border-bottom: solid 1px #ccc; */

  padding: 15px 0 0px 20px;
  margin: -20px 0 5px -20px;
  width: 100%;
  max-width: 300px;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #FF8002;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.sidebar-mid-title h2 {
  margin: -30px 0 5px -20px !important;
}
.fb-like-box-sidebar {
  margin-left: -10px;
}
.sidebar-posts article h2 {
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  padding-bottom: 0;
}
#sidebar .featured-entry-meta {
  margin-left: 0;
  font-size: 13px;
  color: #666666;
  font-weight: bold;
}
#sidebar .meta-author a:link,
#sidebar .meta-author a:visited {
  font-size: 13px;
  color: #666666;
  font-weight: bold;
}
#contributor-box h2 {
  background-color: #eee;
  border-bottom: solid 1px #ccc;
  padding: 15px 0 10px 20px;
  margin: -20px 0 15px -20px;
  width: 100%;
  max-width: 300px;
  font-size: 16px;
  line-height: 20px;
}
#list-excerpt {
  margin-left: 58px;
}
#list-featured-image img {
  margin-right: 10px;
  height: 45px;
  width: 45px;
  /* width: 59px; */

  border-radius: 2px;
}
/*************************************************************************
General
/************************************************************************/
#learn-banner,
#learn-ad,
#learn-ad-2,
#amazon-promo {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#learn-faqs .learn-faqs-left,
#learn-why-join .learn-faqs-left,
#learn-testimonials .learn-faqs-left,
#learn-faqs .learn-faqs-right,
#learn-why-join .learn-faqs-right,
#learn-testimonials .learn-faqs-right,
#learn-faqs .feedback-box-left,
#learn-why-join .feedback-box-left,
#learn-testimonials .feedback-box-left,
#learn-faqs .feedback-box-right,
#learn-why-join .feedback-box-right,
#learn-testimonials .feedback-box-right,
#learn-faqs .learn-why-join-left,
#learn-why-join .learn-why-join-left,
#learn-testimonials .learn-why-join-left,
#learn-faqs .learn-why-join-right,
#learn-why-join .learn-why-join-right,
#learn-testimonials .learn-why-join-right {
  width: 48%;
}
#learn-faqs .learn-faqs-left,
#learn-why-join .learn-faqs-left,
#learn-testimonials .learn-faqs-left,
#learn-faqs .feedback-box-left,
#learn-why-join .feedback-box-left,
#learn-testimonials .feedback-box-left,
#learn-faqs .learn-why-join-left,
#learn-why-join .learn-why-join-left,
#learn-testimonials .learn-why-join-left {
  float: left;
}
#learn-faqs .learn-faqs-right,
#learn-why-join .learn-faqs-right,
#learn-testimonials .learn-faqs-right,
#learn-faqs .feedback-box-right,
#learn-why-join .feedback-box-right,
#learn-testimonials .feedback-box-right,
#learn-faqs .learn-why-join-right,
#learn-why-join .learn-why-join-right,
#learn-testimonials .learn-why-join-right {
  float: right;
}
/*************************************************************************
Learn Banner TEST
/************************************************************************/
#learn-banner {
  width: 100%;
  min-height: 280px;
  background-image: url('http://hearthstoneplayers.com/img/learn/join-premium.jpg');
}
#learn-banner #learn-banner-content {
  width: 50%;
  color: #ffffff;
  padding: 30px 0 40px 40px;
}
#learn-banner #learn-banner-content h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  padding: 0 0 10px 0;
  font-family: 'Lato', sans-serif;
}
#learn-banner #learn-banner-content p {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 38px;
  font-family: 'Roboto', sans-serif;
}
#learn-banner #learn-banner-content a {
  color: #fff;
  font-size: 17px;
  margin-top: 18px;
  font-weight: bold;
  border-radius: 3px;
  text-decoration: none;
  background-color: #ff8002;
  padding: 9px 14px 10px 14px;
  font-family: 'Lato', sans-serif;
}
#learn-banner #learn-banner-content a:hover {
  background-color: #F89330;
}
/*************************************************************************
Learn Content
/************************************************************************/
#learn-content {
  background-color: #fff;
  padding: 60px 40px 40px 40px;
}
#learn-content h1 {
  color: #444;
  text-align: center;
  padding-bottom: 66px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.learn-divide {
  padding-bottom: 20px !important;
}
/*************************************************************************
Learn Why Join
/************************************************************************/
#learn-why-join {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: solid 1px #ccc;
}
#learn-why-join img {
  width: 100%;
  border-radius: 2px;
}
#learn-why-join p {
  color: #444444;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}
#learn-why-join h2 {
  color: #4D4D4D;
  font-size: 22px;
  font-weight: 500;
  padding: 30px 0 10px 0;
  font-family: 'Roboto', sans-serif;
}
/*************************************************************************
Learn Testimonials
/************************************************************************/
#learn-testimonials {
  padding-top: 60px;
  padding-bottom: 40px;
  border-bottom: solid 1px #ccc;
}
#learn-testimonials .feedback-icon {
  float: left;
}
#learn-testimonials .feedback-icon img {
  height: 80px;
  border-radius: 3px;
}
#learn-testimonials .feedback-name {
  color: #666;
  font-size: 15px;
  font-weight: bold;
  margin-left: 95px;
  padding-bottom: 5px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
#learn-testimonials .feedback-text {
  font-size: 14px;
  font-weight: 400;
  margin-left: 95px;
  font-style: italic;
  line-height: 1.6em;
  font-family: 'Roboto', sans-serif;
}
/*************************************************************************
Learn FAQs
/************************************************************************/
#learn-faqs {
  padding: 60px 0 56px 0;
  border-bottom: solid 1px #ccc;
}
#learn-faqs #learn-faq-more {
  font-size: 17px;
  padding-top: 26px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
/*************************************************************************
Learn - Plan boxes
/************************************************************************/
#learn-plans {
  padding-top: 60px;
  padding-bottom: 40px;
}
#learn-plans #learn-plans-content .learn-plan-box {
  width: 23%;
  float: left;
  overflow: hidden;
  margin-right: 2.6%;
  border-radius: 2px;
  border: solid 1px #89B41C;
}
#learn-plans #learn-plans-content .learn-plan-box.right {
  margin-right: 0;
}
#learn-plans #learn-plans-content .learn-plan-box .learn-plan-top {
  color: #fff;
  padding: 20px 10px;
  text-align: center;
  background-color: #89B41C;
}
#learn-plans #learn-plans-content .learn-plan-box .learn-plan-title,
#learn-plans #learn-plans-content .learn-plan-box .learn-plan-rate,
#learn-plans #learn-plans-content .learn-plan-box .learn-plan-btn a {
  display: block;
  font-family: 'Lato', sans-serif;
}
#learn-plans #learn-plans-content .learn-plan-box .learn-plan-title {
  font-size: 18px;
  padding-bottom: 18px;
}
#learn-plans #learn-plans-content .learn-plan-box .learn-plan-rate {
  font-size: 30px;
  margin-bottom: 10px;
}
#learn-plans #learn-plans-content .learn-plan-box .learn-plan-bottom {
  padding: 20px;
  text-align: center;
  font-weight: bold;
}
#learn-plans #learn-plans-content .learn-plan-box .learn-plan-cost {
  font-size: 18px;
  line-height: 16px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
#learn-plans #learn-plans-content .learn-plan-box .learn-plan-cost .clear-text {
  color: #fff;
}
#learn-plans #learn-plans-content .learn-plan-box .learn-plan-btn a {
  width: 100%;
  color: #fff;
  font-size: 17px;
  margin-top: 22px;
  font-weight: 600;
  border-radius: 2px;
  padding: 11px 0 12px 0;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  background-color: #f5a623;
}
/*************************************************************************
Learn Ad
/************************************************************************/
#learn-ad {
  width: 100%;
  min-height: 230px;
  border-radius: 3px;
  margin-bottom: 20px;
  background-image: url('http://hearthstoneplayers.com/img/hsp/landing-ad.jpg');
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.7), inset 0 0 0 2px rgba(255, 255, 255, 0.1);
}
#learn-ad .learn-ad-single {
  margin-bottom: 20px;
}
#learn-ad #learn-ad-content {
  width: 50%;
  color: #ffffff;
  padding: 22px 0 28px 28px;
}
#learn-ad #learn-ad-content h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  padding: 0 0 10px 0;
  font-family: 'Lato', sans-serif;
}
#learn-ad #learn-ad-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 32px;
  font-family: 'Roboto', sans-serif;
}
#learn-ad #learn-ad-content a {
  color: #fff;
  font-size: 17px;
  margin-top: 18px;
  font-weight: bold;
  border-radius: 2px;
  text-decoration: none;
  background-color: #ff8002;
  padding: 7px 24px 10px 24px;
  font-family: 'Lato', sans-serif;
}
#learn-ad #learn-ad-content a:hover {
  background-color: #F89330;
}
/*************************************************************************
Learn Ad 2
/************************************************************************/
#learn-ad-2 {
  /*min-height: 170px; */

  border-radius: 3px;
  margin-bottom: 20px;
  background-image: url('http://hearthstoneplayers.com/img/hsp/landing-ad.jpg');
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.7), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
#learn-ad-2 #learn-ad-content-2 {
  width: 50%;
  color: #ffffff;
  padding: 16px 0 30px 30px;
}
#learn-ad-2 #learn-ad-content-2 h2 {
  padding: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  font-family: 'Lato', sans-serif;
}
#learn-ad-2 #learn-ad-content-2 p {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
#learn-ad-2 #learn-ad-content-2 a {
  color: #fff;
  font-size: 13px;
  margin-top: 18px;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 2px;
  letter-spacing: 1.3px;
  text-decoration: none;
  background-color: #ff8002;
  font-family: 'Lato', sans-serif;
}
#learn-ad-2 #learn-ad-content-2 a:hover {
  background-color: #F89330;
}
/*************************************************************************
Amazon Promo
/************************************************************************/
#amazon-promo {
  width: 100%;
  /*min-height: 170px; */

  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  margin-bottom: 20px;
  background-image: url('http://hearthstoneplayers.com/img/hsp/230-coins.jpg');
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.7), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
#amazon-promo #amazon-promo-content-2 {
  width: 40%;
  color: #444444;
  padding: 16px 0 30px 30px;
}
#amazon-promo #amazon-promo-content-2 h2 {
  padding: 0;
  color: #444;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  font-family: 'Lato', sans-serif;
}
#amazon-promo #amazon-promo-content-2 p {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-family: 'Roboto', sans-serif;
}
#amazon-promo #amazon-promo-content-2 a {
  color: #fff;
  font-size: 13px;
  margin-top: 18px;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 2px;
  text-decoration: none;
  letter-spacing: 1.3px;
  background-color: #ff8002;
  font-family: 'Lato', sans-serif;
}
#amazon-promo #amazon-promo-content-2 a:hover {
  background-color: #F89330;
}
.taxonomy-meta-deck-container {
  padding: 0 0 30px 0;
}
.taxonomy-meta-deck-container > header {
  width: 110%;
  margin: -20px -25px 0 -25px;
  padding: 20px 20px 16px 40px;
  background-position: center center;
  background-size: cover;
  box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0.7), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  background-color: #190f05;
}
.taxonomy-meta-deck-container > header > h1,
.taxonomy-meta-deck-container > header > p {
  color: #FFFFFF;
}
.taxonomy-meta-deck-container > header > h1 {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: bold;
  padding-bottom: 3px;
  text-shadow: 0px 1px 2px #000000;
}
.taxonomy-meta-deck-container h2 {
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
}
.taxonomy-meta-deck-container > header > p {
  text-transform: capitalize;
  margin-bottom: 0px !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 500 !important;
  font-size: 15px;
  padding-left: 1px;
  text-shadow: 0px 1px 2px #000000;
}
.taxonomy-meta-deck-container > .description {
  padding: 20px 20px 0 20px;
  color: #444444;
  font-size: 15px;
}
.taxonomy-meta-deck-container > .content-type-list-wrapper {
  padding: 0 10px;
}
.taxonomy-meta-deck-container > .content-type-list-wrapper > .content-type-list {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
}
.taxonomy-meta-deck-container > .content-type-list-wrapper > .content-type-list > .content-type > h2 {
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 1px solid #DDDDDD;
  padding: 20px 0 10px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500 !important;
  letter-spacing: 0.05em;
  /* background-color: #fff; */

  color: #ff8002;
  /* border-bottom: solid 1px #ddd; */

  text-align: left;
  /* padding: 0px 0 12px !important; */

  /* margin-bottom: 12px; */

  /* border-radius: 3px; */

}
.taxonomy-meta-deck-container > .content-type-list-wrapper > .content-type-list > .content-type > article {
  padding-top: 12px;
}
.taxonomy-meta-deck-container > .content-type-list-wrapper > .content-type-list > .content-type-deck .meta-views:before {
  content: "";
}
.meta-decks-tier-shortcode > .content-type-list {
  box-sizing: border-box;
  width: 50%;
  float: left;
}
.meta-decks-tier-shortcode > .content-type-list.content-type-list-left {
  padding-right: 10px;
}
.meta-decks-tier-shortcode > .content-type-list.content-type-list-right {
  padding-left: 10px;
}
.meta-decks-tier-shortcode > .content-type-list > .content-type > h2 {
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 1px solid #DDDDDD;
  padding: 20px 0 10px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500 !important;
  letter-spacing: 0.05em;
  color: #ff8002;
  text-align: left;
  /* TIER: */

  /*font-family    : Roboto-Bold;
  font-size      : 16px;
  color          : #FF8002;
  letter-spacing : 1px;
  line-height    : 19px;
  text-transform : uppercase;
  border-bottom  : 1px solid #DDDDDD;
  padding        : 20px 0 10px 0;*/

}
.meta-decks-tier-shortcode > .content-type-list > .content-type > ul > li {
  padding: 10px 0 0px 0;
}
#wrapper .meta-decks-tier-shortcode > .content-type-list > .content-type > ul > li > p,
.meta-decks-tier-shortcode > .content-type-list > .content-type > ul > li > p {
  margin-bottom: 0;
}
.meta-decks-tier-shortcode > .content-type-list > .content-type > ul > li > p.last-update {
  color: #C9C9C9;
}
.meta-decks-tier-shortcode > .content-type-list > .content-type > ul > li > p > a {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  color: #0084B4;
}
p.last-update {
  font-size: 13px;
  line-height: 12px;
  margin: 0px 0 8px 0;
  color: #666 !important;
}
/************************************************************************
1.)	Home
/************************************************************************/
#slider {
  width: 760px;
  height: 250px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.home1-guides-h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500 !important;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.05em;
  /* background-color: #fff; */

  color: #ff8002;
  border-bottom: solid 1px #ddd;
  font-weight: normal;
  text-align: left;
  padding: 0 0 12px !important;
  margin-bottom: 12px;
  /* border-radius: 3px; */

}
.hsp-home-content article {
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
}
.hsp-home-content article h2 {
  padding-bottom: 0;
  margin-top: 5px;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
}
#hsp-latest-guides {
  float: left;
  width: 50%;
  padding: 0 10px 0 0;
}
#hsp-premium-guides {
  width: 50%;
  float: left;
  padding: 0 0 0 10px;
}
.hsp-guide-thumb {
  height: 54px;
  width: 54px;
  float: left;
  margin: 5px 10px 10px 0;
}
.hsp-guide-thumb img {
  border-radius: 2px;
}
.hsp-guide-title {
  font-weight: bold;
  font-size: 16px;
}
.guide-entry-meta {
  font-size: 13px;
  line-height: 12px;
  margin: 8px 0 8px 0;
  color: #666;
}
#hsp-legend-guides .guide-entry-meta {
  font-size: 13px;
  line-height: 12px;
  margin: 8px 0 8px 46px;
  color: #888;
}
#hsp-legend-guides .home1-guides-h2 {
  margin-bottom: 0;
}
.meta-author {
  font-weight: bold;
}
.meta-contributor:before {
  content: "\0000a0\·\0000a0\0000a0";
}
.meta-views:before {
  content: "\0000a0\·\0000a0\0000a0";
}
.meta-comments:before {
  content: "\0000a0\·\0000a0\0000a0";
}
.meta-upvote:before {
  content: "\0000a0\·\0000a0\0000a0";
}
#hsp-legend-guides {
  margin-top: 20px;
}
#hsp-legend-guides article {
  width: 240px;
  float: left;
  clear: none;
  margin-right: 20px;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  padding-top: 12px;
  margin-top: -1px;
}
#hsp-legend-guides .last {
  margin-right: 0;
}
#hsp-legend-guides .hsp-guide-thumb {
  height: 50px;
  width: 36px;
  float: left;
  margin: 5px 10px 10px 0;
}
#hsp-legend-guides .hsp-guide-title {
  font-weight: 500;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}
#hsp-legend-guides .meta-views:before {
  content: none;
}
/*************************************************************************
FAQ
/************************************************************************/
#faq-answers {
  margin-top: 30px;
}
#faq-answers h1 {
  font-weight: normal;
  font-size: 30px;
  margin: 40px 0 10px 0;
  padding-bottom: 10px;
  border-bottom: solid 1px #dddddd;
  text-rendering: optimizeLegibility;
}
#faq-answers > div {
  margin-bottom: 25px;
}
#faq-answers > div:last-child {
  margin-bottom: 0;
}
#faq-content h2 {
  margin-top: 20px;
  margin-bottom: 6px;
  padding: 0;
  color: #4D4D4D;
}
#faq-content p {
  font-size: 16px;
}
#faq-content hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 12px 0 7px 0;
  padding: 0;
}
#faq-content h2 a {
  color: #907450;
  text-decoration: none;
}
#faq-content ul {
  margin: 0 0 20px 30px;
}
#faq-content ul li {
  list-style-position: outside;
  list-style-type: disc;
}
#faq-content li {
  margin-bottom: 0;
}
/*************************************************************************
Contact
/************************************************************************/
.contact-content {
  padding: 0;
}
.contact-content input,
.contact-content textarea {
  width: 100%;
  outline: none;
  font-size: 14px;
  margin-top: 6px;
  max-width: 400px;
  border: 1px solid #aaa;
  padding: 10px 10px 10px;
  /* background: #e1e1e1; */

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 2px;
}
.contact-content input:focus,
.contact-content textarea:focus {
  border: 1px solid #ff8002;
  background: #ffffff;
}
.contact-content .wpcf7-submit,
.contact-content .wpcf7-submit:focus {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  overflow: hidden;
  padding: 12px 16px;
  text-align: center;
  font-weight: 500 !important;
  background: #FF8002;
  text-decoration: none;
  border-style: solid;
  border-color: #FF8002;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  letter-spacing: 0.1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
  -moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
}
.contact-content .wpcf7-submit:hover {
  color: #fff;
}
/*************************************************************************
Contributors List
/************************************************************************/
#author-content hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 12px 0 7px 0;
  padding: 0;
}
#author-content h2 {
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 6px;
  padding: 0;
  color: #4D4D4D;
}
#author-content p {
  font-size: 16px;
}
#author-content #featured-image img {
  width: initial;
}
/*************************************************************************
Contributors Page
/************************************************************************/
#contributor-table {
  width: 100%;
  border: solid 1px #eaeaea;
  position: relative;
}
#contributor-table tr > th {
  padding: 10px 0;
  background-color: #eaeaea;
}
#contributor-table tr > td {
  padding: 5px 0;
  vertical-align: middle;
}
#contributor-table .even-row {
  background-color: #eaeaea;
}
.contr-name {
  padding-left: 10px !important;
}
.contr-name a {
  vertical-align: middle;
}
.contr-post-count,
.contr-view-count,
.contr-like-count,
.contr-comment-count {
  text-align: center;
}
#contributor-table .header {
  cursor: pointer;
}
#contributor-table .header:after {
  font-family: FontAwesome;
  content: "\f0dc";
  display: inline-block;
  padding-left: 8px;
  vertical-align: middle;
  color: #0084b4;
}
#contributor-table .headerSortDown:after {
  font-family: FontAwesome;
  content: "\f0d7";
  display: inline-block;
  padding-left: 8px;
  vertical-align: middle;
  color: #0084b4;
}
#contributor-table .headerSortUp:after {
  font-family: FontAwesome;
  content: "\f0d8";
  display: inline-block;
  padding-left: 8px;
  vertical-align: middle;
  color: #0084b4;
}
table.tablesorter .odd {
  background-color: #fff;
}
table.tablesorter .even {
  background-color: #eaeaea;
}
#contributor-table .avatar {
  margin-right: 5px;
}
#contributor-table .avatar img {
  border-radius: 30px;
}
/*************************************************************************
Contribute Form
/************************************************************************/
#contribute-form {
  border-top: solid 1px #dddddd;
  padding-top: 20px;
}
#contribute-form input[type=text],
#contribute-form input[type=email] {
  border: 2px solid #e1e1e1;
  background: #e1e1e1;
  font-size: 14px;
  padding: 11px 15px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  width: 400px;
}
#contribute-form input[type=text]:focus,
#contribute-form input[type=email]:focus {
  border: 2px solid #e1e1e1;
  background: #ffffff;
}
/*************************************************************************
Author Single Page
/************************************************************************/
.author-content {
  width: 100% !important;
}
.author-featured-image {
  width: 110% !important;
  height: 160px !important;
  margin-top: -20px !important;
}
.author-featured-image img {
  width: 100%;
}
#author-profile-image img {
  position: absolute;
  left: 50px;
  bottom: -30px;
  border-radius: 90px;
  padding: 5px;
  border: solid 1px #ccc;
  background-color: #eee;
}
#featured-image #author-profile-image img {
  width: inherit;
}
#author-posts {
  width: 73%;
  float: right;
}
#author-post-info {
  width: 22%;
  float: left;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.author-content article {
  overflow: hidden;
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.author-content article h2 {
  padding-bottom: 0;
}
#featured-image-author img {
  float: left;
  margin-right: 10px;
  height: 90px;
  width: 90px;
  border-radius: 3px;
}
#author-meta {
  font-size: 13px;
}
#author-excerpt {
  margin-left: 100px;
}
#author-excerpt p {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.author-tabs {
  height: 40px;
  background-color: #fff;
  border-bottom: solid 1px #ddd;
  width: 100%;
  margin: -20px 0 20px -20px;
  padding: 0 0 0 300px;
  box-sizing: border-box;
}
.author-tab {
  display: inline-block;
  *display: inline;
}
.author-tab a {
  color: #333;
  font-size: 14px;
  line-height: 35px;
  display: block;
  padding: 0 10px;
  outline: none;
  border-bottom: 4px solid #fff;
}
.author-tab a:hover {
  text-decoration: none;
  border-color: #0084b4;
}
.author-tab a.active {
  font-weight: bold;
  border-color: #0084b4;
}
.tab-container .panel-container {
  background: #fff;
  border: solid #666 1px;
  padding: 10px;
  -moz-border-radius: 0 4px 4px 4px;
  -webkit-border-radius: 0 4px 4px 4px;
}
/* Author comments */
.author-comment {
  margin-bottom: 20px;
}
.author-comment-date {
  float: right;
}
/*************************************************************************
Search
/************************************************************************/
#search-content article {
  clear: both;
}
.search-card {
  width: 25%;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
/*************************************************************************
Compendium
/************************************************************************/
.compendium-post {
  width: 760px;
}
#compendium-sidebar {
  float: right;
  padding-left: 10px;
  background-color: #f5f5f5;
}
/** Posts Page **/
.featured-image-container > a {
  margin: 0 12px 0 0;
  height: 45px;
  width: 45px;
  position: relative;
  display: block;
}
.featured-image-container > a > img {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.7), inset 0 0 0 2px rgba(255, 255, 255, 0.1);
}
.featured-image-container > a > img.premium-indicator {
  position: absolute;
  left: 28px;
  top: 28px;
  border-radius: 0  !important;
  box-shadow: none  !important;
  display: block !important;
  width: 17px  !important;
  height: 17px  !important;
}
#page-content.posts-page .list-content article,
.posts-page .list-content article {
  border-bottom: 0;
}
#page-content.posts-page article > h2,
.posts-page article > h2 {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #0084B4;
  line-height: 22px;
}
#template-simple-page {
  padding: 0 0 30px 0;
}
#template-simple-page > header {
  padding: 30px 20px;
  background-position: center center;
  background-size: cover;
  box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0.7), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  background-color: #190f05;
}
#template-simple-page > header > h1 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: bold;
  padding-bottom: 3px;
  text-shadow: 0px 1px 2px #000000;
}
#template-simple-page > .page-content {
  padding: 20px;
  color: #444444;
}
/************************************************************************
*	Utilities
/************************************************************************/
.hidden {
  display: none;
}
.center {
  text-align: center;
}
.alignright {
  float: right;
  position: relative;
  margin: 0px 0px 10px 20px;
}
.alignleft {
  float: left;
  position: relative;
  margin: 0px 20px 10px 0px;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear {
  clear: both;
  margin: 0;
  padding: 0;
}
.clearfix {
  clear: both;
  margin: 0;
  padding: 0;
}
.left {
  float: left;
}
.zero {
  padding: 0;
  margin: 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
small {
  font-size: 10px;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 20px 0;
  padding: 0;
}
#post-content hr {
  margin: 16px 0 12px 0;
}
/************************************************************************
*   HSP Ads
/************************************************************************/
#top-ad {
  padding: 0px 16px 0px 36px;
  background-color: #fff;
  margin-bottom: 15px;
  background-color: #190f05;
}
#top-ad-fixed {
  padding: 0px 0px 0px 0px;
  background-color: #fff;
  margin-bottom: 15px;
  background-color: #190f05;
}
#top-ad ins,
#sidebar-ad ins {
  background: #ffffff;
}
#sidebar-ad {
  padding: 20px 25px;
  background-color: #fff;
  margin-bottom: 15px;
}
/************************************************************************
*   Card Tooltips and Shortcodes
/************************************************************************/
.img-shortcode {
  margin-bottom: 15px;
}
.img-caption {
  text-align: center;
  padding: 5px 0 0 0;
  font-style: italic;
}
.tooltip {
  text-decoration: none;
  position: relative;
}
.tooltip > span {
  display: none;
}
.tooltip:hover > span {
  display: block;
  position: fixed;
  overflow: hidden;
  z-index: 100;
}
.card-tooltip img {
  width: 220px;
  height: auto;
}
.rarity-free:link,
.rarity-free:visited {
  color: #0084b4 !important;
  font-weight: bold;
  font-size: 15px;
}
.rarity-basic:link,
.rarity-basic:visited {
  color: #ad2a2a !important;
  font-weight: bold;
  font-size: 15px;
}
.rarity-common:link,
.rarity-common:visited {
  color: #0FAF03 !important;
  font-weight: bold;
  font-size: 15px;
}
/* Green - Common Cards */
.rarity-rare:link,
.rarity-rare:visited {
  color: #198EFF !important;
  font-weight: bold;
  font-size: 15px;
}
/* Blue - Rare Cards */
.rarity-epic:link,
.rarity-epic:visited {
  color: #AB48EE !important;
  font-weight: bold;
  font-size: 15px;
}
/*  Purple - Epic Cards */
.rarity-legendary:link,
.rarity-legendary:visited {
  color: #F07000 !important;
  font-weight: bold;
  font-size: 15px;
}
.hs-card {
  width: 180px !important;
  height: auto;
}
.card-right {
  float: right;
  position: relative;
  margin: 0px 0px 10px 10px;
}
.card-left {
  float: left;
  position: relative;
  margin: 0px 10px 10px 0px;
}
.widget {
  border-radius: 3px;
  background: #FFFFFF;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.widget > header {
  padding: 15px 20px;
  margin-bottom: 14px;
  border-radius: 3px 3px 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: inset 0 0 0 0px rgba(0, 0, 0, 0.7), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.widget > header > h2 {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 22.5px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-shadow: 0 1px 2px #000000;
  font-family: 'Roboto', sans-serif;
}
.widget article {
  padding: 14px 20px;
}
.widget article.without-guide-thumb {
  padding-top: 6px !important;
  padding-bottom: 10px !important;
}
.widget article.without-guide-thumb > .guide-entry-meta {
  margin: 4px 0 0 0;
}
.widget article > .guide-entry-meta {
  margin: 0px 0 8px 57px;
}
.widget article .hsp-guide-thumb {
  width: 45px;
  height: 45px;
  margin: 0 12px 0 0;
  position: relative;
}
.widget article .hsp-guide-thumb img {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.7), inset 0 0 0 2px rgba(255, 255, 255, 0.1);
}
.widget article .hsp-guide-thumb img.premium-indicator {
  top: 26px;
  left: 26px;
  border-radius: 0;
  position: absolute;
}
.widget article h3 {
  margin: 0;
  padding: 0;
  color: #0084B4;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
}
.widget > .tier-container {
  padding: 0 20px 10px 20px;
}
.widget > .tier-container > h3 {
  /* TIER: */

  color: #FF8002;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
.widget > .tier-container > ul > li {
  color: #0084B4;
  padding: 2px 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  font-family: 'Roboto', sans-serif;
}
.widget > .tier-container > ul > li > a {
  font-weight: 500;
  font-size: 15px;
}
.widget > .tier-container > ul > li > a > span.updated {
  color: #8AB22D;
  font-size: 12px;
  padding-left: 8px;
}
.widget > a {
  color: #0084B4;
  padding: 0 20px;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
.with-guide-thumb {
  padding-top: 4px !important;
}
#hsp_recently_updated_deck-2 {
  padding-bottom: 20px;
}
.homepage-widget-container > .homepage-widget-section-left,
.homepage-widget-container > .homepage-widget-section-right {
  width: 66%;
  float: left;
  box-sizing: border-box;
}
.homepage-widget-container .homepage-widget-section-right {
  width: 34%;
  padding-left: 20px;
}
/*
===========================
CONTENTS:

01. All Pages
02. Headers Typography
03. HyperLinks
04. Page Elements
05. Header
06. Comments
07. Footer
08. Pagination
09. Resize
===========================
*/
ul.quick-start-list li {
  padding-bottom: 0px;
  font-weight: bold;
}
#quickstart-box {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
}
/************************************************************************
01. All Pages
/************************************************************************/
body {
  margin: 0;
  padding: 0;
  color: #444444;
  font-size: 15px;
  text-align: left;
  overflow-x: hidden;
  line-height: 1.5em;
  background-color: #190f05;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
}
body > div {
  width: 100%;
  overflow: hidden;
}
/************************************************************************
02. Headers Typography
/************************************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #34495e;
}
h1,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
h1 {
  font-size: 28px;
  padding: 0 0 5px 0;
}
h2 {
  padding: 0;
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
h3 {
  color: #595959;
  font-size: 16px;
  padding: 0 0 5px 0;
}
h4 {
  padding: 0;
  color: #595959;
  font-size: 16px;
}
/************************************************************************
03. HyperLinks
/************************************************************************/
p a:link {
  color: #0084b4;
  text-decoration: none;
}
p a:visited {
  color: #0084b4;
  text-decoration: none;
}
p a:hover {
  color: #0084b4;
  text-decoration: underline;
}
p a:active {
  color: #0084b4;
  text-decoration: underline;
}
a:link {
  color: #0084b4;
  text-decoration: none;
}
a:visited {
  color: #0084b4;
  text-decoration: none;
}
a:hover {
  color: #0084b4;
  text-decoration: underline;
}
a:active {
  color: #0084b4;
  text-decoration: underline;
}
/************************************************************************
04. Page Elements
/************************************************************************/
#wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1080px;
  padding: 20px 15px 0 15px;
}
#wrapper p {
  margin-bottom: 12px;
  line-height: 1.7em;
  font-weight: 400;
}
#wrapper #content {
  width: 74%;
  float: right;
}
#wrapper #content img {
  max-width: 100%;
  height: auto;
}
#content-full {
  width: 100%;
  max-width: 1080px;
}
.modual {
  padding: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #fff;
}
.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 2px;
}
#breadcrumbs {
  line-height: 15px;
  font-weight: normal;
  margin-bottom: 20px;
  /*	padding-bottom: 16px; */

  /*	border-bottom: solid 1px #ccc; */

}
#breadcrumbs .fa-chevron-right {
  color: #9b9b9b;
  padding: 0 5px;
  font-size: 12px;
}
#breadcrumbs .breadcrumb_last {
  color: #666666;
}
#side-featured-image {
  margin-bottom: 10px;
}
#side-featured-image img {
  width: 250px;
  border-radius: 2px;
}
#featured-image {
  width: 110%;
  min-height: 100px;
  position: relative;
  margin: 0 -20px 20px -20px;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
#page-title {
  padding: 10px 0 10px 20px !important;
  background-color: rgba(19, 21, 28, 0.85);
  font-size: 22px;
  line-height: 22px;
  font-weight: normal !important;
  text-shadow: 1px 1px 1px #000;
  width: 700px !important;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff !important;
  background: -moz-linear-gradient(-45deg, #121212 0%, rgba(18, 18, 18, 0.5) 60%, rgba(255, 255, 255, 0) 80%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #121212), color-stop(60%, rgba(18, 18, 18, 0.5)), color-stop(80%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(-45deg, #121212 0%, rgba(18, 18, 18, 0.5) 60%, rgba(255, 255, 255, 0) 80%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(-45deg, #121212 0%, rgba(18, 18, 18, 0.5) 60%, rgba(255, 255, 255, 0) 80%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(-45deg, #121212 0%, rgba(18, 18, 18, 0.5) 60%, rgba(255, 255, 255, 0) 80%);
  /* IE10+ */

  background: linear-gradient(135deg, #121212 0%, rgba(18, 18, 18, 0.5) 60%, rgba(255, 255, 255, 0) 80%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#121212', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

}
#post-title {
  font-size: 26px;
  line-height: 34px;
  font-weight: bold !important;
  font-family: 'Lato', sans-serif;
  padding-bottom: 10px;
  color: #333;
}
#guide-content p {
  font-size: 16px;
}
#featured-image {
  overflow: hidden;
}
#featured-image img {
  width: 100%;
}
#featured-image .comment-count a {
  bottom: 8px;
  right: 15px;
  color: #f5f5f5;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  text-decoration: none;
  text-shadow: 1px 1px 1px #000;
}
#featured-image .twitter-share {
  top: 10px;
  right: 80px;
  position: absolute;
}
#featured-image .fb-like {
  top: 10px;
  right: -10px;
  position: absolute;
}
/* Post Like System */
#post-vote {
  width: 250px;
  float: right;
  padding: 5px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: solid 1px #dddddd;
}
#post-vote .rating-text {
  color: #838383;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 0;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
a.jm-post-like {
  font-weight: normal;
  display: inline-block;
  width: auto;
  font-size: 20px;
  line-height: 20px;
  padding: 5px;
  color: #0084b4;
  border-radius: 3px;
  -moz-transition: all 0.3s ease-out 0.2s;
  -webkit-transition: all 0.3s ease-out 0.2s;
  -o-transition: all 0.3s ease-out 0.2s;
}
a.jm-post-like .liked {
  color: #89b41c;
}
a.jm-post-like:hover,
a.jm-post-like:active,
a.jm-post-like:focus,
a.liked:hover,
a.liked:active,
a.liked:focus {
  color: #f78300;
  text-decoration: none;
}
/************************************************************************
05. Header
/************************************************************************/
#header {
  min-height: 52px;
  overflow: visible;
}
#header #sticky {
  left: 0;
  right: 0;
  z-index: 10;
  position: fixed;
}
#header #sticky #navbar-bg {
  height: auto;
  min-height: 51px;
  background-color: #fff;
  border-bottom: solid 1px #ccc;
}
#header #sticky #navbar-bg #nav {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 8px 15px;
  max-width: 1080px;
  position: relative;
}
#header #sticky #navbar-bg #nav .nav-logo {
  float: left;
  margin-right: 10px;
}
#header #sticky #navbar-bg #nav .nav-list-link ul li {
  float: left;
  padding-top: 6px;
  padding-left: 1.8%;
}
#header #sticky #navbar-bg #nav .nav-list-link ul li.nav-right {
  float: right;
}
#header #sticky #navbar-bg #nav .nav-list-link ul li a {
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}
#header #sticky #navbar-bg #nav .nav-list-link ul li a:link {
  color: #666666;
  text-decoration: none;
}
#header #sticky #navbar-bg #nav .nav-list-link ul li a:visited {
  color: #666666;
  text-decoration: none;
}
#header #sticky #navbar-bg #nav .nav-list-link ul li a:hover {
  color: #0084b4;
  text-decoration: none;
}
#header #sticky #navbar-bg #nav .nav-list-link ul li a:active {
  color: #0084b4;
  text-decoration: none;
}
#header #sticky #navbar-bg #nav .nav-list-link ul .nav-icon {
  padding-top: 0 !important;
  padding-left: 0 !important;
}
#header #sticky #navbar-bg #nav .nav-list-link ul .nav-user-icon {
  padding: 0;
  width: 35px;
  float: right;
  height: 35px;
  position: relative;
}
#header #sticky #navbar-bg #nav .nav-list-link ul .nav-user-icon:hover .user-icon-dropdown {
  display: block !important;
}
#header #sticky #navbar-bg #nav .nav-list-link ul .nav-user-icon a {
  display: block;
}
#header #sticky #navbar-bg #nav .nav-list-link ul .nav-user-icon a img {
  width: 35px;
  height: 35px;
  border-radius: 2px;
}
#header #sticky #navbar-bg #nav .nav-list-link ul .nav-user-icon ul {
  right: 0;
  top: 34px;
  padding: 0;
  color: #696969;
  position: absolute;
  border-radius: 2px;
  border: solid 1px #ccc;
  background-color: #fff;
}
#header #sticky #navbar-bg #nav .nav-list-link ul .nav-user-icon ul li {
  padding: 0;
  float: none;
}
#header #sticky #navbar-bg #nav .nav-list-link ul .nav-user-icon ul li a {
  color: #696969;
  display: block;
  padding: 10px 20px;
  text-align: center;
}
#header #sticky #navbar-bg #nav .nav-list-link ul .nav-user-icon ul li a:hover {
  color: #696969;
  background-color: #EFEFEF;
}
#header #sticky #navbar-bg #nav .nav-list-link ul .nav-user-icon .user-icon-dropdown {
  display: none;
}
#header #sticky #navbar-bg #nav .nav-bar-toggle {
  float: right;
  border: none;
  padding: 9px;
  display: none;
  cursor: pointer;
  background: #666666;
}
#header #sticky #navbar-bg #nav .nav-bar-toggle:hover {
  background: #FF8000;
}
#header #sticky #navbar-bg #nav .nav-bar-toggle span {
  width: 22px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
  background: #FFFFFF;
}
#header #sticky #navbar-bg #nav .nav-bar-toggle span:last-child {
  margin: 0;
}
/************************************************************************
06. Comments
/************************************************************************/
.comment {
  position: relative;
  /* Nested / Childer Comments */

  /* Comment Form */

}
.comment #comments-header {
  background-color: #eee;
  width: 760px;
  border-bottom: solid 1px #ddd;
  margin: -20px 0 20px -20px;
  padding: 20px 20px 15px 20px;
}
.comment #comments-header h2 {
  margin: 0;
  padding: 0;
}
.comment #comment-verify {
  margin-bottom: 15px;
  border-bottom: solid 1px #ddd;
}
.comment .comment-body {
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
.comment .comment-body p {
  margin-left: 60px;
  padding-bottom: 15px;
  margin-bottom: 0 !important;
}
.comment .comment-body a {
  font-size: 13px;
  color: rgba(0, 39, 59, 0.5);
}
.comment .comment-body a:hover {
  color: #80939d;
  text-decoration: none;
}
.comment .comment-body .avatar {
  position: absolute;
  top: 5px;
  left: 0;
  margin: 0 12px 10px 0;
  border-radius: 3px;
}
.comment .comment-body .says {
  display: none;
}
.comment .comment-body .reply {
  margin-left: 60px;
  margin-top: -15px;
  color: #7f929c;
}
.comment .bypostauthor:after {
  content: "Author";
  position: absolute;
  top: 60px;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  background-color: #f78300;
  color: #fff;
  padding: 3px 5px;
  border-radius: 3px;
}
.comment .comment-author {
  margin-left: 60px;
  display: inline;
  color: #0084b4;
  font-weight: bold;
}
.comment .comment-author .fn {
  font-style: normal;
}
.comment .comment-meta {
  display: inline;
}
.comment .comment-meta:before {
  content: "\0000a0\·\0000a0\0000a0";
  color: #777;
}
.comment .children .depth-2 {
  margin-left: 60px;
}
.comment .children .depth-3 {
  margin-left: 60px;
}
.comment #respond {
  margin-bottom: 20px;
}
/************************************************************************
07. Footer
/************************************************************************/
#footer {
  width: 100%;
  color: #f2f2f2;
  padding: 20px 0 0 0;
  background-color: #190f05;
}
#footer #footer-logo {
  width: 40px !important;
  margin: 0 auto;
  padding: 60px 0 20px 0;
}
#footer #footer-copy {
  clear: both;
  padding: 40px 0;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
#footer #social-like {
  width: 100%;
  display: block;
  margin-top: 20px;
  text-align: center;
}
#footer #social-like > div {
  margin: 0 10px;
  display: inline-block;
}
#footer .last {
  padding-right: 0;
  margin-right: 0;
}
#footer > div,
#footer > iframe {
  width: 100% !important;
}
#footer-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
  padding-top: 50px;
}
#footer-wrapper .footer-item {
  width: 25%;
  float: left;
  padding-right: 3%;
}
#footer-wrapper .footer-item h3 {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 5px 0;
  color: rgba(255, 255, 255, 0.7);
}
#footer-wrapper .footer-item .footer-list a {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Lato', sans-serif;
}
#footer-wrapper .footer-item .footer-list a:hover {
  color: #ffffff;
}
#footer-wrapper .footer-item .footer-list .fa {
  margin-right: 5px;
}
#footer-wrapper .footer-item #footer-newsletter {
  position: relative;
}
#footer-wrapper .footer-item #footer-newsletter input {
  width: 100%;
  padding: 10px;
  outline: none;
  margin: 0 0 15px 0;
  border-radius: 5px;
  border: solid 1px #d0d0d0;
}
#footer-wrapper .footer-item #footer-newsletter input:focus {
  background: #f2f2f2;
}
#footer-wrapper .footer-item #footer-newsletter-btn {
  top: 0;
  right: -1px;
  color: #888;
  border: none;
  outline: none;
  position: absolute;
  width: 39px !important;
  height: 39px !important;
  background-color: #372f27;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#footer-ad {
  width: 100%;
  margin: 0 auto;
  max-width: 730px;
  padding-bottom: 40px;
}
/************************************************************************
08. Pagination
/************************************************************************/
.pagination {
  clear: both;
  margin: 20px 0;
  text-align: center;
}
.pagination .pages {
  float: right;
}
.pagination .page-numbers {
  border: 1px solid #93af1c;
  padding: 3px 6px;
  border-radius: 3px;
}
.pagination .page-numbers:link {
  color: #93af1c;
  text-decoration: none;
}
.pagination .page-numbers:visited {
  color: #93af1c;
}
.pagination .page-numbers:hover {
  color: #f5f5f5;
  background-color: #93af1c;
}
.pagination .page-numbers .current {
  color: #f5f5f5;
  background-color: #93af1c;
}
/************************************************************************
09. Resize
/************************************************************************/
@media (max-width: 992px) {
  /*Resolution Tablet*/
  #wrapper #content {
    width: 100%;
    float: none;
    display: block;
  }
  #wrapper #content #guide-bottom-info #guide-bottom-upvote a,
  #wrapper #content #guide-bottom-info #guide-bottom-donate a {
    width: 100%;
    margin: 10px 0;
    display: block;
  }
  #wrapper #content .preview-notification {
    padding: 15px 40px 15px 10px;
  }
  #wrapper #sidebar {
    margin: 0;
    width: 100%;
    float: left;
  }
  #wrapper #learn-banner #learn-banner-content,
  #wrapper #learn-ad #learn-banner-content,
  #wrapper #learn-ad-2 #learn-banner-content,
  #wrapper #amazon-promo #learn-banner-content,
  #wrapper #learn-banner #learn-ad-content,
  #wrapper #learn-ad #learn-ad-content,
  #wrapper #learn-ad-2 #learn-ad-content,
  #wrapper #amazon-promo #learn-ad-content,
  #wrapper #learn-banner #learn-ad-content-2,
  #wrapper #learn-ad #learn-ad-content-2,
  #wrapper #learn-ad-2 #learn-ad-content-2,
  #wrapper #amazon-promo #learn-ad-content-2,
  #wrapper #learn-banner #amazon-promo-content-2,
  #wrapper #learn-ad #amazon-promo-content-2,
  #wrapper #learn-ad-2 #amazon-promo-content-2,
  #wrapper #amazon-promo #amazon-promo-content-2 {
    width: 80%;
  }
  #wrapper #learn-content #learn-plans #learn-plans-content .learn-plan-box {
    width: 48%;
    margin: 0 0 4% 0;
  }
  #wrapper #learn-content #learn-plans #learn-plans-content .learn-plan-box:nth-child(2n+1) {
    margin-right: 4%;
  }
  #wrapper .contact-content {
    text-align: center;
  }
  #wrapper #author-content #tab-container {
    width: 100%;
  }
  #wrapper #author-content #tab-container .author-tabs {
    padding: 0;
    text-align: center;
  }
  #wrapper #author-content #tab-container #author-posts {
    width: 100%;
  }
  #wrapper #author-content #author-post-info {
    width: 100%;
  }
  #wrapper .taxonomy-meta-deck-container > header {
    width: 120%;
    padding: 20px 20px 16px 25px;
  }
  #wrapper .taxonomy-meta-deck-container > .description {
    padding: 20px 0 0 0;
  }
  #wrapper .taxonomy-meta-deck-container > .content-type-list-wrapper {
    padding: 0;
  }
  #footer-wrapper {
    width: 100%;
    display: block;
    max-width: 100%;
  }
  #footer-wrapper .footer-item {
    width: 50%;
    padding: 0 10%;
    margin-bottom: 40px;
  }
  #footer {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
  #footer #footer-logo {
    padding: 0;
  }
}
@media (max-width: 768px) {
  /*Resolution Phone*/
  #header #sticky #navbar-bg #nav .nav-bar-toggle {
    display: block !important;
  }
  #header #sticky #navbar-bg #nav .nav-list-link {
    height: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 35px;
    background: #ffffff;
  }
  #header #sticky #navbar-bg #nav .nav-list-link.active {
    height: 100%;
  }
  #header #sticky #navbar-bg #nav .nav-list-link.active > ul {
    padding-top: 8px;
    text-align: center;
  }
  #header #sticky #navbar-bg #nav .nav-list-link.active > ul li,
  #header #sticky #navbar-bg #nav .nav-list-link.active > ul li.nav-right {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
  #header #sticky #navbar-bg #nav .nav-list-link > ul {
    padding-top: 8px;
    text-align: center;
  }
  #header #sticky #navbar-bg #nav .nav-list-link > ul li,
  #header #sticky #navbar-bg #nav .nav-list-link > ul li.nav-right {
    padding: 0;
    float: none;
    display: block;
    margin: 0 0 5px 0;
    border: 1px solid #666666;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
  #header #sticky #navbar-bg #nav .nav-list-link > ul li a,
  #header #sticky #navbar-bg #nav .nav-list-link > ul li.nav-right a {
    padding: 5px;
    display: block;
  }
  #header #sticky #navbar-bg #nav .nav-list-link > ul li a:hover,
  #header #sticky #navbar-bg #nav .nav-list-link > ul li.nav-right a:hover {
    background-color: #EFEFEF;
  }
  #header #sticky #navbar-bg #nav .nav-list-link > ul .nav-user-icon {
    padding: 0;
    float: none;
    width: 100%;
    border: none;
    height: auto;
    display: block;
    margin-top: 10px;
  }
  #header #sticky #navbar-bg #nav .nav-list-link > ul .nav-user-icon > a {
    padding: 0;
    margin: 0 0 5px 0;
  }
  #header #sticky #navbar-bg #nav .nav-list-link > ul .nav-user-icon > a:hover {
    background: transparent;
  }
  #header #sticky #navbar-bg #nav .nav-list-link > ul .nav-user-icon ul li {
    padding: 0;
  }
  #header #sticky #navbar-bg #nav .nav-list-link > ul .nav-user-icon ul li a {
    padding: 5px;
  }
  #header #sticky #navbar-bg #nav .nav-list-link > ul .nav-user-icon .user-icon-dropdown {
    border: none;
    top: inherit;
    right: inherit;
    position: inherit;
    display: block !important;
  }
  #wrapper #content #breadcrumbs a,
  #wrapper #content #breadcrumbs .breadcrumb_last {
    display: block;
  }
  #wrapper #content #breadcrumbs .fa {
    padding: 5px 10px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #wrapper #content .preview-notification {
    padding: 15px 15% 15px 10px;
    width: 120%;
  }
  #wrapper #content #card-title {
    text-align: center;
  }
  #wrapper #content #card-normal,
  #wrapper #content #card-info {
    width: 100%;
    float: none;
    display: block;
  }
  #wrapper #content #card-normal img {
    width: 100%;
  }
  #wrapper #content #card-guides {
    width: 100%;
    margin-bottom: 20px;
  }
  #wrapper #content #card-decks {
    width: 100%;
  }
  #wrapper #content #deck-stats #mana-curve,
  #wrapper #content #deck-stats #attack-curve,
  #wrapper #content #deck-stats #health-curve {
    width: 100%;
    max-width: 100%;
  }
  #wrapper #content #featured-image {
    width: 120% !important;
  }
  #wrapper #content #featured-image #page-title {
    position: inherit;
    background: rgba(19, 21, 28, 0.85);
  }
  #wrapper #content #page-content .widget-area {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
  }
  #wrapper #content .content-type-list {
    padding: 0;
    width: 100%;
    float: none;
  }
  #wrapper #content #guide-info-wrapper {
    padding: 0;
    width: 100%;
    float: none;
    display: block;
  }
  #wrapper #content #guide-info-wrapper #side-featured-image img {
    width: 100%;
  }
  #wrapper #content #guide-info-wrapper #post-vote,
  #wrapper #content #guide-info-wrapper .guide-info-box,
  #wrapper #content #guide-info-wrapper .card-overlay {
    width: 100%;
    max-width: 100%;
  }
  #wrapper #content #guide-info-wrapper .guide-deck-list {
    float: none;
    width: 100%;
    text-align: center;
  }
  #wrapper #content #guide-info-wrapper .guide-deck-list .card {
    margin: 0 auto;
  }
  #wrapper #content #guide-info-wrapper .guide-deck-list .decklist-tooltip {
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    position: inherit;
    text-align: center;
    padding: 30px;
  }
  #wrapper #content #guide-info-wrapper #mana-curve .deck-curve {
    margin: 0 auto;
  }
  #wrapper #content #guide-bottom-author {
    text-align: center;
  }
  #wrapper #content #guide-bottom-author #guide-bottom-social {
    float: none;
    width: inherit;
    max-width: 125px;
    display: inline-block;
  }
  #wrapper #content #guide-bottom-author #guide-bottom-social .guide-social-btn {
    float: none;
    margin: 5px 0;
  }
  #wrapper #content #guide-bottom-author #author-avatar {
    float: none;
    margin: 0 auto;
    display: inline-block;
  }
  #wrapper #content #guide-bottom-author #author-name,
  #wrapper #content #guide-bottom-author #author-bio {
    width: 100%;
    display: block;
    max-width: 100%;
    margin: 10px 0 0 0;
  }
  #wrapper #content #related-posts {
    text-align: center;
  }
  #wrapper #content #related-posts .rp-block {
    width: 50%;
    margin-bottom: 30px;
  }
  #wrapper #learn-banner #learn-banner-content,
  #wrapper #learn-ad #learn-banner-content,
  #wrapper #learn-ad-2 #learn-banner-content,
  #wrapper #amazon-promo #learn-banner-content,
  #wrapper #learn-banner #learn-ad-content,
  #wrapper #learn-ad #learn-ad-content,
  #wrapper #learn-ad-2 #learn-ad-content,
  #wrapper #amazon-promo #learn-ad-content,
  #wrapper #learn-banner #learn-ad-content-2,
  #wrapper #learn-ad #learn-ad-content-2,
  #wrapper #learn-ad-2 #learn-ad-content-2,
  #wrapper #amazon-promo #learn-ad-content-2,
  #wrapper #learn-banner #amazon-promo-content-2,
  #wrapper #learn-ad #amazon-promo-content-2,
  #wrapper #learn-ad-2 #amazon-promo-content-2,
  #wrapper #amazon-promo #amazon-promo-content-2 {
    width: 100%;
    text-align: center;
    padding: 30px 5px 40px 5px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #wrapper #learn-banner #learn-banner-content h2,
  #wrapper #learn-ad #learn-banner-content h2,
  #wrapper #learn-ad-2 #learn-banner-content h2,
  #wrapper #amazon-promo #learn-banner-content h2,
  #wrapper #learn-banner #learn-ad-content h2,
  #wrapper #learn-ad #learn-ad-content h2,
  #wrapper #learn-ad-2 #learn-ad-content h2,
  #wrapper #amazon-promo #learn-ad-content h2,
  #wrapper #learn-banner #learn-ad-content-2 h2,
  #wrapper #learn-ad #learn-ad-content-2 h2,
  #wrapper #learn-ad-2 #learn-ad-content-2 h2,
  #wrapper #amazon-promo #learn-ad-content-2 h2,
  #wrapper #learn-banner #amazon-promo-content-2 h2,
  #wrapper #learn-ad #amazon-promo-content-2 h2,
  #wrapper #learn-ad-2 #amazon-promo-content-2 h2,
  #wrapper #amazon-promo #amazon-promo-content-2 h2 {
    color: #ffffff;
  }
  #wrapper #learn-banner #learn-banner-content p,
  #wrapper #learn-ad #learn-banner-content p,
  #wrapper #learn-ad-2 #learn-banner-content p,
  #wrapper #amazon-promo #learn-banner-content p,
  #wrapper #learn-banner #learn-ad-content p,
  #wrapper #learn-ad #learn-ad-content p,
  #wrapper #learn-ad-2 #learn-ad-content p,
  #wrapper #amazon-promo #learn-ad-content p,
  #wrapper #learn-banner #learn-ad-content-2 p,
  #wrapper #learn-ad #learn-ad-content-2 p,
  #wrapper #learn-ad-2 #learn-ad-content-2 p,
  #wrapper #amazon-promo #learn-ad-content-2 p,
  #wrapper #learn-banner #amazon-promo-content-2 p,
  #wrapper #learn-ad #amazon-promo-content-2 p,
  #wrapper #learn-ad-2 #amazon-promo-content-2 p,
  #wrapper #amazon-promo #amazon-promo-content-2 p {
    color: #ffffff;
  }
  #wrapper #learn-banner #learn-banner-content a,
  #wrapper #learn-ad #learn-banner-content a,
  #wrapper #learn-ad-2 #learn-banner-content a,
  #wrapper #amazon-promo #learn-banner-content a,
  #wrapper #learn-banner #learn-ad-content a,
  #wrapper #learn-ad #learn-ad-content a,
  #wrapper #learn-ad-2 #learn-ad-content a,
  #wrapper #amazon-promo #learn-ad-content a,
  #wrapper #learn-banner #learn-ad-content-2 a,
  #wrapper #learn-ad #learn-ad-content-2 a,
  #wrapper #learn-ad-2 #learn-ad-content-2 a,
  #wrapper #amazon-promo #learn-ad-content-2 a,
  #wrapper #learn-banner #amazon-promo-content-2 a,
  #wrapper #learn-ad #amazon-promo-content-2 a,
  #wrapper #learn-ad-2 #amazon-promo-content-2 a,
  #wrapper #amazon-promo #amazon-promo-content-2 a {
    display: block;
    min-height: 36px;
  }
  #wrapper #learn-banner #learn-banner-content h2 {
    font-size: 25px;
  }
  #wrapper #learn-content {
    text-align: center;
    padding: 60px 5px 15px 5px;
  }
  #wrapper #learn-content h1 {
    font-size: 24px;
  }
  #wrapper #learn-content #learn-faqs .learn-faqs-left,
  #wrapper #learn-content #learn-why-join .learn-faqs-left,
  #wrapper #learn-content #learn-testimonials .learn-faqs-left,
  #wrapper #learn-content #learn-faqs .learn-faqs-right,
  #wrapper #learn-content #learn-why-join .learn-faqs-right,
  #wrapper #learn-content #learn-testimonials .learn-faqs-right,
  #wrapper #learn-content #learn-faqs .feedback-box-left,
  #wrapper #learn-content #learn-why-join .feedback-box-left,
  #wrapper #learn-content #learn-testimonials .feedback-box-left,
  #wrapper #learn-content #learn-faqs .feedback-box-right,
  #wrapper #learn-content #learn-why-join .feedback-box-right,
  #wrapper #learn-content #learn-testimonials .feedback-box-right,
  #wrapper #learn-content #learn-faqs .learn-why-join-left,
  #wrapper #learn-content #learn-why-join .learn-why-join-left,
  #wrapper #learn-content #learn-testimonials .learn-why-join-left,
  #wrapper #learn-content #learn-faqs .learn-why-join-right,
  #wrapper #learn-content #learn-why-join .learn-why-join-right,
  #wrapper #learn-content #learn-testimonials .learn-why-join-right {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 40px;
  }
  #wrapper #learn-content #learn-faqs .learn-divide,
  #wrapper #learn-content #learn-why-join .learn-divide,
  #wrapper #learn-content #learn-testimonials .learn-divide {
    padding: 0 !important;
  }
  #wrapper #learn-content #learn-testimonials .feedback-icon {
    float: none;
    margin-bottom: 15px;
  }
  #wrapper #learn-content #learn-testimonials .feedback-name,
  #wrapper #learn-content #learn-testimonials .feedback-text {
    margin-left: 0;
  }
  #wrapper #learn-content #learn-plans #learn-plans-content .learn-plan-box {
    width: 100%;
    float: none;
    margin: 0 0 40px 0 !important;
  }
  #wrapper #author-content {
    overflow: hidden;
  }
  #wrapper #author-content #tab-container #author-posts #featured-image-author {
    margin-bottom: 10px;
  }
  #wrapper #author-content #tab-container #author-posts #featured-image-author img {
    float: none;
    margin: 0 auto;
    display: block;
  }
  #wrapper #author-content #tab-container #author-posts #author-excerpt {
    margin: 0;
  }
  #wrapper #author-content #tab-container #guides {
    text-align: center;
  }
  #wrapper #author-content #featured-image {
    width: 120% !important;
  }
  #wrapper #login-content #login-container {
    border: none;
  }
  #wrapper #login-content #login-container .etabs {
    border: solid 1px #dddddd;
  }
  #wrapper #login-content #login-container #login1,
  #wrapper #login-content #login-container #reset {
    width: 100%;
    padding: 20px 10px 10px 10px;
  }
  #footer-wrapper .footer-item {
    padding: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .signup-form {
    padding: 0;
  }
  .signup-form .signup-input,
  .signup-form #signup-user-info input,
  .signup-form #signup-account-info input,
  .signup-form #signup-membership select,
  .signup-form #membership-plan {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  /*Resolution Phone 600*/
  #header #sticky {
    position: inherit;
  }
}
@media (max-width: 500px) {
  /*Resolution Phone 500*/
  #wrapper #author-content #contributor-table {
    width: inherit;
    margin: 0 -20px;
  }
}

/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */

