/* =============================================================================
// STYLE.CSS
// -----------------------------------------------------------------------------
// Site styles for the X members area.
// ========================================================================== */

/* =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
//   01. Theme Information
//   02. Reset
//   03. Repeatable Patterns
//   04. Buttons
//   05. Tooltips and Popovers
//   06. Basic Structure
//   07. Main Content and Comment Content
//   08. Single Image Attachment View
//   09. Comments
//   10. Index Grid
//   11. Info Box
//   12. Demo Content Section
//   13. Changelog
//   14. Knowledge Base
//   15. My Account
//   16. User Licenses
//   16. Product Licenses
//   17. Search
//   18. Additional
//   19. bbPress
//   20. Leaderboard
//   21. Content: Forum Entrance
//   22. MemberMouse: Checkout
//   23. MemberMouse: Login
//   24. MemberMouse: Member Home (Dashboard)
//   25. MemberMouse: My Account
//   26. Page Templates
//   27. "Get Hosting" Page
//   28. Sandbox: Products
//   29. Polls
//   30. Responsive Styles
//   31. Prettify
//   32. Print
//   33. Utility Classes
//   34. Accordion
//   35. Modal
//   36. Badges
//   37. Custom Google Search
//   38. Onboarding
//   39. Custom New Topic
//   40. Transitional Support Page
//   41. Transitional Apex-y Stuff
// ========================================================================== */

/* Theme Information
// ========================================================================== */

/*
Theme Name: X Members Area
Theme URI: https://theme.co/
Author: Themeco
Author URI: https://theme.co/
Description: Members are for the X theme.
Version: 1.0
/*



/* Reset
// ========================================================================== */

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet,
object, iframe, h1, h2, h3, h4,
h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big,
cite, code, del, dfn, em, img,
ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt,
var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form,
label, legend, table, caption,
tbody, tfoot, thead, tr, th,
td, article, aside, canvas,
details, embed, figure,
figcaption, footer, header,
hgroup, menu, nav, output,
ruby, section, summary, time,
mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  overflow-y: scroll;
  font-size: 87.5%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  line-height: 1;
  padding: 18px;
  font-size: 14px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  color: #444;
  background-color: #e6e6e6;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

a {
  outline: none;
  color: #5cbb8b;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
          transition: color 0.3s ease;
}

a:hover {
  color: #428c67;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

del {
  color: #333;
}

ins {
  background: #fff9c0;
  text-decoration: none;
}

hr {
  background-color: #eee;
  border: 0;
  height: 1px;
  margin: 24px;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

small {
  font-size: smaller;
}

img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

embed,
iframe,
object,
video {
  max-width: 100%;
}

.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both;
}

.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
}

html.blank #wpadminbar {display:none;}

/* Repeatable Patterns
// =========================================  ================================= */

.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
  font-size: 11px;
  line-height: 2.181818182;
  font-weight: bold;
  text-transform: uppercase;
  color: #636363;
}

article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
  font-size: 11px;
  line-height: 2.181818182;
}


/*
// Form fields.
*/

input,
textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: inherit;
  padding: 6px;
}

input {
  line-height: normal;
}

textarea {
  font-size: 100%;
  overflow: auto;
  vertical-align: top;
}

input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  border: 0;
  border-radius: 0;
  padding: 0;
}

select {
  height: 25px;
  border: 1px solid #ccc;
  padding: 4px;
  background-color: #fff;
}


/*
// Images.
*/

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.entry-content img,
.comment-content img,
.widget img,
img.wp-post-image {
  border-radius: 3px;
}


/*
// Video.
*/

.x-responsive-video {
  margin-bottom: 24px;
}

.x-responsive-video-inner {
  position: relative;
  padding-bottom: 56.25%; /* Sets the aspect 16:9 ratio. */
  height: 0;
  overflow: hidden;
}

.x-responsive-video-inner embed,
.x-responsive-video-inner iframe,
.x-responsive-video-inner object,
.x-responsive-video-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.x-video-featured-wrap {
  width: 100%;
}

.x-video-featured-wrap .x-responsive-video,
.x-video-featured-wrap .x-responsive-video-inner embed,
.x-video-featured-wrap .x-responsive-video-inner iframe,
.x-video-featured-wrap .x-responsive-video-inner object,
.x-video-featured-wrap .x-responsive-video-inner video {
  margin-bottom: 0;
}

.entry-content .x-video-featured-info {
  margin-bottom: 60px;
  border: 1px solid #eee;
  padding: 30px;
  background-color: #fafafa;
}

.entry-content .x-video-featured-info h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
}

.entry-content .x-video-featured-info p {
  margin: 5px 0 0;
  line-height: 22px;
}

.site-video {
  width: 100%;
  margin-bottom: 40px;
}



/* Buttons
// ========================================================================== */

.btn,
#mm-login-button,
.bbp-submit-wrapper button,
.yop-poll-container button {
  display: inline-block;
  margin-bottom: 2px;
  border: 0;
  padding: 0.65em 1.25em 0.725em;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 4px;
  color: #fff;
  background: none;
  background-color: #555;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  -webkit-box-shadow: 0 2px 0 0 #000;
          box-shadow: 0 2px 0 0 #000;
  -webkit-transition: background-color 0.3s ease, box-shadow 0.3s ease;
          transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.btn:hover,
#mm-login-button:hover,
.bbp-submit-wrapper button:hover,
.yop-poll-container button:hover {
  color: #fff;
  background-color: #666;
}

.btn:focus,
#mm-login-button:focus,
.bbp-submit-wrapper button:focus,
.yop-poll-container button:focus {
  outline: 0;
}

.btn:active,
#mm-login-button:active,
.bbp-submit-wrapper button:active,
.yop-poll-container button:active {
  top: 0;
  outline: 0;
}

.btn.btn-dashboard-download,
.btn.btn-dashboard-buy {
  margin-top: 1px;
  margin-bottom: 5px;
}

.btn.btn-dashboard-download:before {
  content: "\f0ed";
  margin-right: 7px;
  font-family: "FontAwesome";
}

.btn.btn-dashboard-buy {
  color: #fff;
  background-color: #1891a8;
  -webkit-box-shadow: 0 2px 0 0 #0f5f6c;
          box-shadow: 0 2px 0 0 #0f5f6c;
}

.btn.btn-dashboard-buy:before {
  content: "\F0C5";
  margin-right: 7px;
  font-family: "FontAwesome";
}

.btn.btn-sidebar-buy {
  width: 100%;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none !important;
  color: #fff;
  background-color: #1891a8;
  -webkit-box-shadow: 0 2px 0 0 #0f5f6c;
          box-shadow: 0 2px 0 0 #0f5f6c;
}

.btn.btn-sidebar-buy:before {
  content: "\F0C5";
  margin-right: 4px;
  font-family: "FontAwesome";
}


/*
// Extensions.
*/

.btn-muted {
  background-color: #c5c5c5;
  -webkit-box-shadow: 0 2px 0 0 #b7b7b7;
          box-shadow: 0 2px 0 0 #b7b7b7;
}

.btn-muted:hover {
  background-color: #cdcdcd;
}

.btn-success {
  background-color: #5cbb8b;
  -webkit-box-shadow: 0 2px 0 0 #47956f;
          box-shadow: 0 2px 0 0 #47956f;
}

.btn-success:hover {
  background-color: #64cb98;
}

.btn-xs {
  font-size: 11px;
}

.btn-sm {
  font-size: 13px;
}

.btn-block {
  display: block;
}

.btn-buy {
  font-weight: bold;
  padding: 0.563em 1.125em 0.813em;
  text-decoration: none;
  text-transform: uppercase;
  color: #1e2756;
  background-color: #ffef30;
  box-shadow: 0 2px 0 0 #edcd2c;
}

.btn-buy:hover {
  color: #1e2756;
  background-color: #fdf61c;
}


/*
// Marketing button.
*/

.x-btn {
  display: inline-block;
  position: relative;
  margin: 0 auto 0.25em;
  padding: 1em 1.415em 1.15em;
  cursor: pointer;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  color: #1e2756;
  background-color: #ffef30;
  border-radius: 5px;
  z-index: 10;
  box-shadow: 0 0.25em 0 0 #edcd2c, 0 4px 9px rgba(0, 0, 0, 0.75);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.x-btn:hover {
  color: #1e2756;
  background-color: #fdf61c;
}

.x-btn-circle-wrap {
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}

.x-btn-circle-wrap:before,
.x-btn-circle-wrap:after {
  content: "";
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}

.x-btn-circle-wrap:before {
  top: 2px;
  width: 172px;
  height: 43px;
  background: url(/app/themes/x-member-area/images/buttons/btn-circle-top-small.png) center center no-repeat;
  -webkit-background-size: 172px 43px;
  background-size: 172px 43px;
}

.x-btn-circle-wrap:after {
  bottom: 2px;
  width: 190px;
  height: 43px;
  background: url(/app/themes/x-member-area/images/buttons/btn-circle-bottom-small.png) center center no-repeat;
  -webkit-background-size: 190px 43px;
  background-size: 190px 43px;
}

.x-btn-circle-wrap .x-btn {
  position: relative;
  z-index: 1;
}



/* Tooltips and Popovers
// ========================================================================== */

/*
// Transitions.
*/

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}


/*
// Tooltips.
*/

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}


/*
// Popovers.
*/

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 250px;
  text-align: center;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover-title {
  margin: 0 !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  background-color: #f7f7f7 !important;
  border-bottom: 1px solid #ebebeb !important;
}

.popover-content {
  padding: 12px 14px;
  font-weight: normal;
  font-size: 11px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: "";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}



/* Basic Structure
// ========================================================================== */

.logo {
  float: left;
  display: inline;
}


/*
// Page structure.
*/

.site {
  position: relative;
  /*overflow: hidden;*/
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 45px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.logged-in .site {
  padding: 60px 45px 45px;
}

.wrapper {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.site-content,
.widget-area {
  display: table-cell;
  vertical-align: top;
}

.site-content {
  width: 100%;
}

.widget-area {
  width: 245px;
  min-height: 1px;
  padding-left: 45px;
}

.doc-area {
  margin: 24px 0 0;
  width: 26.0417%;
  float:right;
}


/*
// Header.
*/

.site-header {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: block;
}

.site-header .site-title {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  position: absolute;
}

.site-header a.logo {
  display: block;
  position: relative;
  float: left;
  display: block;
  height: 57px;
  padding: 20px 24px 0;
  background-color: #fff;
  width: 200px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.site-header a.logo svg {
  display: block;
  width: 100%;
}

.site-header .h-page {
  display: inline-block;
  position: relative;
  height: 57px;
  padding: 0 20px;
  background-color: #eee;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 57px;
  text-transform: uppercase;
}

.account-navigation {
  float: right;
}

.account-navigation > .btn {
  float: left;
  width: 105px;
  margin-left: 8px;
  text-transform: uppercase;
}

.account-navigation > .btn.hosting {
  color: #fff;
  background-color: #3e62e0;
  -webkit-box-shadow: 0 2px 0 0 #2f4db7;
          box-shadow: 0 2px 0 0 #2f4db7;
}

.account-navigation > .btn.hosting:hover {
  color: #fff;
  background-color: #3e7de0;
}

.account-navigation > .btn.hosting-login {
  width: auto;
  padding-left: 1.65em;
  padding-right: 1.65em;
}

.account-navigation > .btn > i {
  margin-right: 2px;
  font-weight: 400;
}


/*
// Site navigation.
*/

.toggle-wrap {
  display: table-cell;
  vertical-align: top;
  width: 200px;
}

.toggle-btn {
  display: none;
  width: 100%;
  height: 62px;
  margin: 0;
  border: 1px solid #eee;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 5px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #444;
  background-color: #fafafa;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
     -moz-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
          transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.toggle-btn:before {
  content: "\f0c9";
  display: inline-block;
  margin-right: 3px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  speak: none;
}

.toggle-btn:hover,
.toggle-btn.active {
  color: #b5b5b5;
}

.main-navigation {
  position: relative;
  left: -46px;
  width: 200px;
}

.main-navigation ul.nav-menu {
  display: inline-block !important;
  margin: 30px 0 0;
  text-align: left;
  text-indent: 0;
  font-weight: 300;
  width: 100%;
}

.main-navigation li {
  margin: 0;
  position: relative;
}

.main-navigation li h4 {
  margin: 0;
  border-bottom: 1px solid #eee;
  padding: 9px 0 9px 45px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  text-align: left;
  text-transform: uppercase;
}

.main-navigation li a {
  display: block;
  border-bottom: 0;
  padding: 9px 0 9px 45px;
  color:#333;
  font-size:12px;
  text-transform:uppercase;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: none;
          transition: none;
}

.main-navigation li:hover,
.main-navigation li.active,
.main-navigation li.active a,
.main-navigation li a:hover {
  cursor: pointer;
  color: #fff !important;
  background-color: #5cbb8b;
}

.main-navigation .nav-menu-xip li:hover,
.main-navigation .nav-menu-xip li.active,
.main-navigation .nav-menu-xip li.active a,
.main-navigation .nav-menu-xip li a:hover {
  cursor: pointer;
  color: #fff !important;
  background-color: #3a3a3a;
}

.main-navigation li.li-h-nav {
  position: relative;
}

.main-navigation li.li-h-nav:hover {
  cursor: default;
  color: #444 !important;
  background-color: transparent !important;
}

.main-navigation li.li-h-nav h4 span:hover {
  cursor: text;
}


/*
// Sidebar.
*/

.widget-area .widget {
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;
  margin-bottom: 48px;
  word-wrap: break-word;
}

.widget-area .widget h3 {
  margin-bottom: 24px;
}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
  font-size: 13px;
  line-height: 1.846153846;
}

.widget-area .widget p {
  margin-bottom: 24px;
}

.widget-area .textwidget ul {
  list-style: disc outside;
  margin: 0 0 24px;
}

.widget-area .textwidget li {
  margin-left: 36px;
}

.widget-area .widget a {
  color: #757575;
}

.widget-area .widget a:hover {
  color: #21759b;
}

.widget-area #s {
  width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}



/* Main Content and Comment Content
// ========================================================================== */

.entry-meta {
  clear: both;
}

.entry-header {
  margin-bottom: 24px;
}

.entry-header img.wp-post-image {
  margin-bottom: 24px;
}

.entry-header .entry-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
}

.entry-header .entry-title a {
  text-decoration: none;
}

.entry-header .entry-format {
  margin-top: 24px;
  font-weight: normal;
}

.entry-header .comments-link {
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.846153846;
  color: #757575;
}

.comments-link a,
.entry-meta a {
  color: #757575;
}

.comments-link a:hover,
.entry-meta a:hover {
  color: #21759b;
}

article.sticky .featured-post {
  border-top: 4px double #ededed;
  border-bottom: 4px double #ededed;
  color: #757575;
  font-size: 13px;
  line-height: 3.692307692;
  margin-bottom: 24px;
  text-align: center;
}

.entry-content,
.entry-summary,
.mu_register {
  line-height: 1.714285714;
}

.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
  margin: 24px 0;
  line-height: 1.714285714;
}

.entry-content h1,
.comment-content h1 {
  font-size: 21px;
  line-height: 1.5;
}

.entry-content h2,
.comment-content h2,
.mu_register h2 {
  font-size: 18px;
  line-height: 1.6;
}

.entry-content h3,
.comment-content h3 {
  font-size: 16px;
  line-height: 1.846153846;
}

.entry-content h4,
.comment-content h4 {
  font-size: 14px;
  line-height: 1.846153846;
}

.entry-content h5,
.comment-content h5 {
  font-size: 13px;
  line-height: 1.846153846;
}

.entry-content h6,
.comment-content h6 {
  font-size: 12px;
  line-height: 1.846153846;
}

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
  margin: 0 0 24px;
  line-height: 1.714285714;
}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
  margin: 0 0 24px;
  line-height: 1.714285714;
}

.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
  margin-bottom: 0;
}

.entry-content ul,
.comment-content ul,
.mu_register ul {
  list-style: disc outside;
}

.entry-content ol,
.comment-content ol {
  list-style: decimal outside;
}

.entry-content li,
.comment-content li,
.mu_register li {
  margin: 0 0 0 36px;
}

.entry-content blockquote,
.comment-content blockquote {
  margin-bottom: 24px;
  padding: 24px;
  font-style: italic;
}

.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
  margin-bottom: 0;
}

.entry-content code,
.comment-content code {
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  line-height: 2;
}

.entry-content pre,
.comment-content pre {
  display: block;
  position: relative;
  overflow: scroll;
  margin: 0 0 24px;
  border: 1px solid #eee;
  padding: 18px 24px;
  max-height: 400px;
  color: #444;
  background-color: #fafafa;
  font-family: Consolas, Monaco, Lucida Console, monospace;
  font-size: 12px;
  line-height: 1.714285714;
  /*white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;*/
}

.entry-content pre code,
.comment-content pre code {
  display: block;
}

.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

.entry-content address,
.comment-content address {
  display: block;
  line-height: 1.714285714;
  margin: 0 0 24px;
}

img.alignleft {
  margin: 12px 24px 12px 0;
}

img.alignright {
  margin: 12px 0 12px 24px;
}

img.aligncenter {
  margin-top: 12px;
  margin-bottom: 12px;
}

.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
  margin-bottom: 24px;
}

.entry-content dl,
.comment-content dl {
  margin: 0 24px;
}

.entry-content dt,
.comment-content dt {
  font-weight: bold;
  line-height: 1.714285714;
}

.entry-content dd,
.comment-content dd {
  line-height: 1.714285714;
  margin-bottom: 24px;
}

.entry-content table,
.comment-content table {
  border-bottom: 1px solid #ededed;
  color: #757575;
  font-size: 12px;
  line-height: 2;
  margin: 0 0 24px;
  width: 100%;
}

.entry-content table caption,
.comment-content table caption {
  font-size: 16px;
  margin: 24px 0;
}

.entry-content td,
.comment-content td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

.site-content article {
  margin-top:10px;
}

.site-content article:first-child {
  margin-top: 0;
}

.page-links {
  clear: both;
  line-height: 1.714285714;
}

footer.entry-meta {
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.846153846;
  color: #757575;
}

.single-author .entry-meta .by-author {
  display: none;
}

.mu_register h2 {
  color: #757575;
  font-weight: normal;
}



/* Single Image Attachment View
// ========================================================================== */

.article.attachment {
  overflow: hidden;
}

.image-attachment div.attachment {
  text-align: center;
}

.image-attachment div.attachment p {
  text-align: center;
}

.image-attachment div.attachment img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.image-attachment .entry-caption {
  margin-top: 8px;
}



/* Comments
// ========================================================================== */

.comments-title {
  margin-bottom: 48px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
}

.comments-area article {
  margin: 24px 0;
}

.comments-area article header {
  margin: 0 0 48px;
  overflow: hidden;
  position: relative;
}

.comments-area article header img {
  float: left;
  padding: 0;
  line-height: 0;
}

.comments-area article header cite,
.comments-area article header time {
  display: block;
  margin-left: 85px;
}

.comments-area article header cite {
  font-style: normal;
  font-size: 15px;
  line-height: 1.42857143;
}

.comments-area article header time {
  line-height: 1.714285714;
  text-decoration: none;
  font-size: 12px;
  color: #5e5e5e;
}

.comments-area article header a {
  text-decoration: none;
  color: #5e5e5e;
}

.comments-area article header a:hover {
  color: #21759b;
}

.comments-area article header cite a {
  color: #444;
}

.comments-area article header cite a:hover {
  text-decoration: underline;
}

.comments-area article header h4 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  background-color: #0088d0;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #009cee, #0088d0);
  background-image: -ms-linear-gradient(top, #009cee, #0088d0);
  background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
  background-image: -o-linear-gradient(top, #009cee, #0088d0);
  background-image: linear-gradient(top, #009cee, #0088d0);
  border-radius: 3px;
  border: 1px solid #007cbd;
}

.comments-area li.bypostauthor cite span {
  position: absolute;
  margin-left: 5px;
  padding: 2px 5px;
  font-size: 10px;
}

a.comment-reply-link,
a.comment-edit-link {
  color: #686868;
  font-size: 13px;
  line-height: 1.846153846;
}

a.comment-reply-link:hover,
a.comment-edit-link:hover {
  color: #21759b;
}

.commentlist .pingback {
  line-height: 1.714285714;
  margin-bottom: 24px;
}


/*
// Comment form.
*/

#respond {
  margin-top: 48px;
}

#respond h3#reply-title {
  font-size: 16px;
  line-height: 1.5;
}

#respond h3#reply-title #cancel-comment-reply-link {
  margin-left: 10px;
  font-weight: normal;
  font-size: 12px;
}

#respond form {
  margin: 24px 0;
}

#respond form p {
  margin: 11px 0;
}

#respond form p.logged-in-as {
  margin-bottom: 24px;
}

#respond form label {
  display: block;
  line-height: 1.714285714;
}

#respond form input[type="text"],
#respond form textarea {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.714285714;
  padding: 10px;
  width: 100%;
}

#respond form p.form-allowed-tags {
  margin: 0;
  font-size: 12px;
  line-height: 2;
  color: #5e5e5e;
}

.required {
  color: red;
}



/* Index Grid
// ========================================================================== */

.index-grid-intro {
  width: 99.85%;
  margin: 0 0 -1px;
  border: 1px solid #eee;
  padding: 25px;
  text-align: center;
}

.index-grid-intro p {
  max-width: 675px;
  margin: 0 auto !important;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5 !important;
}

.index-grid {
  width: 100%;
  margin: -3px;
  list-style: none !important;
}

.index-grid > li {
  display: block;
  margin: 0 -1px -1px 0;
  border: 1px solid #eee;
  width: 25%;
  float: left;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
          transition: background-color 0.3s ease;
}

.index-grid > li > a {
  display: block;
  position: relative;
  padding: 20% 0 19%;
  text-align: center;
  -webkit-transition: bottom 0.3s ease;
          transition: bottom 0.3s ease;
}

.index-grid > li > a > img,
.index-grid > li > a > i {
  width: 100px;
  height: 100px;
  border-radius: 100em;
}

.index-grid > li > a > i {
  font-size: 42px;
  line-height: 100px;
  color: #fff;
  background-color: #444;
  -webkit-transition: background-color 0.3s ease;
          transition: background-color 0.3s ease;
}

.index-grid > li > a > h2 {
  overflow: hidden;
  width: 85%;
  margin: 15px auto 0;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  -webkit-transition: color 0.3s ease;
          transition: color 0.3s ease;
}

.index-grid > li > a > span {
  text-transform: uppercase;
  overflow: hidden;
  display: block;
  width: 85%;
  margin: 4px auto 0;
  font-weight: 300;
  line-height: 1.3;
  color: #c5c5c5;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease;
          transition: color 0.3s ease;
}

.index-grid > li:hover {
  background-color: #fafafa;
}

.index-grid > li > a:hover {
  /*bottom: 5px;*/
}

.index-grid > li > a:hover > i {
  background-color: #444;
}

.index-grid > li > a:hover > h2 {
  color: #444;
}

.index-grid > li > a:hover > span {
  color: #444;
}



/* Info Box
// ========================================================================== */

/*
// Info box container.
*/

.info-boxes {
  display: table;
  width: 100%;
  margin-bottom: 24px;
}

.info-boxes.stacked {
  margin-bottom: -1px;
}

.info-boxes.one > .info-box {
  width: 100%;
}

.info-boxes.two > .info-box {
  width: 50%;
}

.info-boxes > .info-box:not(:last-child) {
  border-right: 0;
}


/*
// Info box.
*/

.info-box {
  overflow: hidden;
  display: table-cell;
  border: 1px solid #eee;
  padding: 35px;
}

.info-box.bg {
  background-color: #fafafa;
}

.info-box > .h-info-box {
  margin: 0 0 15px;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}

.info-box > .h-info-box-sub {
  margin: -10px 0 15px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #aaa;
}

.info-box > .p-info-box {
  max-width: 600px;
  margin: 0 auto 25px;
}

.info-box > .p-info-box + .btn {
  font-size: 16px;
  font-weight: 300;
}

.info-box > .a-info-box {
  display: block;
  margin-top: 10px;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.info-box > .i-info-box {
  display: block;
  margin: 28px auto -75px;
  font-size: 174px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  color: #e5e5e5;
  z-index: 0;
  speak: none;
}

.info-box > p:last-child {
  margin-bottom: 0;
}



/* Demo Content Section
// ========================================================================== */

.demo-columns {
  width: 100%;
}

.demo-columns > .demo-column {
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}

.demo-columns.col-3 > .demo-column {
  width: 33.3333%;
}

.demo-columns.col-4 > .demo-column {
  width: 25%;
}

.demo-columns > .demo-column > .btn {
  display: block;
  max-width: 100px;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
}



/* Changelog
// ========================================================================== */

.h-changelog {
  margin: 0 0 -20px !important;
}

.h-changelog-sub {
  margin-top: 35px !important;
  margin-bottom: 7px !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: #c5c5c5 !important;
}

.h-changelog-sub a {
  color: #c5c5c5 !important;
  -webkit-transition: color 0.3s ease !important;
          transition: color 0.3s ease !important;
}

.h-changelog-sub a:hover {
  color: #444 !important;
}

.ul-changelog {
  list-style: none !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.135) !important;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.135) !important;
}

.ul-changelog li {
  margin-left: 0 !important;
  padding: 10px 13px !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.6 !important;
  color: #444 !important;
  background-color: #fff !important;
}

.ul-changelog li.add {
  border-left: 3px solid #5cbb8b;
}

.ul-changelog li.bug {
  border-left: 3px solid #f1c40f;
}

.ul-changelog li.mod {
  border-left: 3px solid #9b59b6;
}

.ul-changelog li.opt {
  border-left: 3px solid #3498db;
}

.ul-changelog li:last-child {
  border-bottom: 0 !important;
}

.ul-changelog li b {
  font-weight: 700 !important;
  color: #444 !important;
}



/* Knowledge Base
// ========================================================================== */

/*
// Archive.
*/

.archive.category-kb .kb-section {
  float: left;
  width: 30.66666%;
  margin: 0 4% 65px 0;
}

.archive.category-kb .kb-section.last {
  margin-right: 0;
}

.archive.category-kb .h-kb-section {
  margin: 0 0 16px;
  border-bottom: 1px solid #eee;
  padding-bottom: 9px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.archive.category-kb .ul-kb-section li {
  margin-bottom: 10px;
  line-height: 1.3;
}

.archive.category-kb .ul-kb-section li.kb-dev > a:after,
.archive.category-kb .ul-kb-section li.kb-new > a:after,
.archive.category-kb .ul-kb-section li.kb-updated > a:after {
  display: inline;
  position: relative;
  left: 3px;
  bottom: 5px;
  font-size: 11px;
  text-transform: uppercase;
  color: #5cbb8b;
}

.archive.category-kb .ul-kb-section li.kb-dev > a:after     { content: "(Developers)"; }
.archive.category-kb .ul-kb-section li.kb-new > a:after     { content: "(New)";        }
.archive.category-kb .ul-kb-section li.kb-updated > a:after { content: "(Updated)";    }

.archive.category-kb .ul-kb-section li a {
  display: block;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.archive.category-kb .ul-kb-section li a:hover {
  color: #5cbb8b;
}


/*
// Single.
*/

.single.category-kb .entry-header {
  margin: -6px 0 14px;
}

.single.category-kb .entry-title {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1px;
}

.single.category-kb .entry-content h2 {
  margin: 48px 0 8px;
  border-bottom: 1px solid #eee;
  padding-bottom: 2px;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1.2;
}

.single.category-kb .entry-content h3 {
  margin: 36px 0 8px;
  font-size: 18px;
  line-height: 1.3;
}

.single.category-kb .entry-content h4 {
  margin: 24px 0 8px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.3;
  text-transform: uppercase;
}

.single.category-kb .entry-content h3 + h4 {
  margin-top: 10px;
}

/*.single.category-kb .entry-content ul,
.single.category-kb .entry-content ol {
  border: 1px solid #eee;
  background-color: #fafafa;
}

.single.category-kb .entry-content ul {
  list-style: none;
}

.single.category-kb .entry-content ol {
  list-style-position: inside;
}

.single.category-kb .entry-content ul li,
.single.category-kb .entry-content ol li {
  margin-left: 0;
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
}

.single.category-kb .entry-content ul li:last-child,
.single.category-kb .entry-content ol li:last-child {
  border-bottom: 0;
}*/



/* My Account
// ========================================================================== */

/*
// Header.
*/

.my-account-header {
  margin-bottom: 50px;
}

.my-account-header .avatar {
  float: left;
}

.my-account-header .info {
  float: right;
  width: calc(100% - 100px);
}

.my-account-header .info .top {
  margin-bottom: 15px;
  line-height: 1;
}

.my-account-header .info .name {
  font-size: 21px;
  font-weight: 700;
}

.my-account-header .info .username {
  font-size: 21px;
  font-weight: 300;
  color: #b5b5b5;
}

.my-account-header .info .username:before {
  content: "/";
  margin: 0 7px;
}

.my-account-header .info .account,
.my-account-header .info .member-since {
  margin: 5px 0 0;
  display: block;
}

.my-account-header .info .account:before,
.my-account-header .info .member-since:before {
  font-family: 'FontAwesome';
  display: inline-block;
  margin: 0 5px 0 0;
  color: #b5b5b5;
}

.my-account-header .info .account:before {
  content: "\F02B";
}

.my-account-header .info .member-since:before {
  content: "\F007";
}


/*
// Column.
*/

.my-account-content {
  margin: 0;
  border: 1px solid #eee;
  display: table;
}

.my-account-column {
  display: table-cell;
  width: 33%;
  border-right: 1px solid #eee;
  padding: 25px;
}

.my-account-column:nth-of-type(3n) {
  border-right: 0;
}

.my-account-column .my-account-column-title {
  margin: 0 0 18px;
  font-size: 21px;
  line-height: 1.1;
}

.box-row-content {
  margin: 50px 0 0;
  border: 1px solid #eee;
  display: table;
}

.box-column-half {
  display: table-cell;
  width: 50%;
  border-right: 1px solid #eee;
  padding: 25px;
}

.public-no-reply.box-row-content {
  border: 1px solid #212121;
}

.public-no-reply .box-column-half {
  border-right: 1px solid #212121;
}

.box-column-half:nth-of-type(2n) {
  border-right: 0;
}

.box-column .box-column-title {
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.1;
}

.public-no-reply{
  text-align: center;
}

.public-no-reply h3 { font-size: 22px; }

.public-no-reply .box-column-title:after {

  content:'';
  position:relative;
  display:block;
  width:45%;
  margin: 12px auto;
  border-top: 1px solid #212121;

}

.public-no-reply p { font-size: 16px }
.public-no-reply .btn { font-size: 16px}

/*
// Action link.
*/

.my-account-action-link, .account-action-link {
  position: relative;
  bottom: 2px;
  display: inline-block;
  margin: 0 0 0 7px;
  border: 0;
  padding: 5px 7px;
  font-size: 0.85em;
  line-height: 1;
  border-radius: 3px;
  color: #fff;
  background-color: #5cbb8b;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
          transition: background-color 0.3s ease;
}

.my-account-action-link:hover, .account-action-link:hover {
  color: #fff;
  background-color: #428c67;
}


/* Services
// ========================================================================== */

/*
// Header.
*/

.services-header .avatar {
  float: left;
}

.services-header .info {
  float: right;
  width: calc(100% - 100px);
}

.services-header .info .top {
  margin-bottom: 15px;
  line-height: 1;
}

.services-header .info .name {
  font-size: 21px;
  font-weight: 700;
}

.services-header .info .username {
  font-size: 21px;
  font-weight: 300;
  color: #b5b5b5;
}

.services-header .info .username:before {
  content: "/";
  margin: 0 7px;
}

.services-header .info .account,
.services-header .info .member-since {
  margin: 5px 0 0;
  display: block;
}

.services-header .info .account:before,
.services-header .info .member-since:before {
  font-family: 'FontAwesome';
  display: inline-block;
  margin: 0 5px 0 0;
  color: #b5b5b5;
}

.services-header .info .account:before {
  content: "\F02B";
}

.services-header .info .member-since:before {
  content: "\F007";
}


/*
// Column.
*/

.services-content {

  display: table;
  text-align: center;
}

.services-column {
  position:relative;
  display: table-cell;
  /*width: 33%;*/
  border: 1px solid #eee;
  border-right: none;
  padding: 25px;
  padding-bottom: 50px;
}

.services-content.customizations .services-column,
.services-column:nth-of-type(3n) {
  border-right: 1px solid #eee;
}

.services-column .services-column-title {
  margin: 0 0 18px;
  font-size: 21px;
  line-height: 1.1;
}

.services-price {
  position:absolute;
  left:0;
  top:0;
  background-color: #64cb98;
  line-height:4em;
  width:4em;
  color:white;
}

.services-price sub {
  position:absolute;
  top:1em;
  left:1.25em;
  text-transform:uppercase;
}

.services-column .services-column-title {
  margin-top: 2.5em;
}

.services-content.customizations .services-column {
  width:100%;

}

.services-page p.service-gaurantee {
  text-align: center;
  margin: 2.5em 0;
}

/*
// Action link.
*/

.services-action-link {
  position: relative;
  bottom: 2px;
  display: inline-block;
  margin: 0 0 0 7px;
  padding: 5px 7px;
  font-size: 0.85em;
  line-height: 1;
  border-radius: 3px;
  color: #fff;
  background-color: #5cbb8b;
  -webkit-transition: background-color 0.3s ease;
          transition: background-color 0.3s ease;
}

.services-action-link:hover {
  color: #fff;
  background-color: #428c67;
}



/* User Licenses
// ========================================================================== */

.x-user-licenses-section {
  margin-bottom: 100px;
}

.entry-content .x-user-licenses-section-title {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.1;
}


/*
// User licenses.
*/

.x-user-licenses {
  margin: 0 0 10px;
}

.x-user-license {
  position: relative;
  margin: 0 0 15px;
  border: 2px solid;
  padding: 5px 60px 5px 5px;
  background-color: #fff;
}

.x-user-license.verify-purchase {
  margin: 15px 0 10px;
}

.x-user-license.verified {
  border-color: #5cbb8b;
  background-color: #f1fef1;
}

.x-user-license-graphic {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 55px;
  height: 100%;
  margin: 0;
  border: 0;
  padding: 10px;
  background-color: white;
  border-right: 2px solid #5cbb8b;
}

.x-user-license-graphic svg {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.x-user-license-graphic-x svg {
  width: 20px;
  height: 20px;
}

.x-user-license-graphic-cornerstone svg {
  width: 26px;
  height: 26px;
}


/*
// User licenses - input.
*/

.x-user-license-key {
  width: 100%;
  border: 0;
  font-size: 18px;
  font-weight: 300;
  border-radius: 0;
  color: #444;
  background-color: transparent;
}

.x-user-license-key[placeholder]               { color: #444; }
.x-user-license-key::-webkit-input-placeholder { color: #444; }
.x-user-license-key:-moz-placeholder           { color: #444; }
.x-user-license-key::-moz-placeholder          { color: #444; }
.x-user-license-key:-ms-input-placeholder      { color: #444; }

.x-user-license.verified .x-user-license-key {
  padding-left: 61px;
  color: #5cbb8b;
}


/*
// User licenses - status.
*/

.x-user-license-status {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  width: 55px;
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  color: #fff;
  background-color: #444;
  -webkit-transition: color 0.3s ease;
          transition: color 0.3s ease;
}

.x-user-license-status[type="submit"]:hover {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
}

.x-user-license-status:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -16px 0 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}

.x-user-license.verified .x-user-license-status {
  background-color: #5cbb8b;
}

.x-user-license.verified .x-user-license-status:before {
  content: "\F00C";
  font-family: 'FontAwesome';
}

.x-user-license-find {
  position: absolute;
  top: 50%;
  right: 55px;
  width: 55px;
  text-align: center;
  bottom: 0;
  margin: -8px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}


/*
// API keys.
*/

.entry-content table.x-user-licenses-api-keys {
  margin: 0 0 10px;
}

.entry-content table.x-user-licenses-api-keys th {
  padding: 0 15px 6px 0;
  font-weight: 400;
  line-height: 1.2;
}

.entry-content table.x-user-licenses-api-keys th:last-child {
  padding-right: 0;
}

.entry-content table.x-user-licenses-api-keys td {
  padding: 6px 15px 6px 0;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.entry-content table.x-user-licenses-api-keys td:last-child {
  padding-right: 0;
}


/*
// API keys - license.
*/

.entry-content table.x-user-licenses-api-keys .license {
  width: 1%;
  white-space: nowrap;
}


/*
// API keys - key.
*/

.entry-content table.x-user-licenses-api-keys .key {
  width: 1%;
  white-space: nowrap;
}


/*
// API keys - URL.
*/

.entry-content table.x-user-licenses-api-keys .url {
  width: 100%;
}


/*
// API keys - revoke.
*/

.entry-content table.x-user-licenses-api-keys .revoke {
  text-align: center;
}

.x-user-licenses-api-key-revoke {
  display: block;
  font-size: 21px;
  color: #e74c3c;
}

.x-user-licenses-api-key-revoke:hover {
  color: #c0392b;
}

.x-user-licenses-api-key-revoke span:before {
  content: "\F00D";
  font-family: 'FontAwesome';
}


/*
// API keys - generate.
*/

.x-user-licenses-action.generate-new {
  margin-top: 15px;
}

.x-user-licenses-action.generate-new .control {
  float: left;
  padding: 0 10px 0 0;
}

.x-user-licenses-action.generate-new .control.key {
  width: 270px;
}

.x-user-licenses-action.generate-new .control.url {
  width: calc(100% - 340px);
}

.x-user-licenses-action.generate-new .control.submit {
  width: 70px;
  padding-right: 0;
}

.x-user-licenses-action.generate-new select,
.x-user-licenses-action.generate-new input[type="text"] {
  width: 100%;
  display: inline-block;
  height: 31px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
}

.x-user-licenses-action.generate-new input[type="submit"] {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}


/*
// Actions.
*/

.x-user-licenses-actions {

}

.x-user-licenses-actions > .btn {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.x-user-licenses-actions > .btn:before {
  font-family: "FontAwesome";
  margin-right: 4px;
}

.x-user-licenses-actions #btn-buy-new:before         { content: "\F0C5"; }
.x-user-licenses-actions #btn-verify-purchase:before { content: "\F00C"; }
.x-user-licenses-actions #btn-generate-new:before    { content: "\F0E7"; }

.x-user-licenses-action {
  display: none;
  margin-top: 10px;
}


/*
// User licenses notices.
*/

.bbp-template-notice.licenses {
  margin: 10px 0 15px !important;
}

.bbp-template-notice.api-keys {
  margin: 10px 0 15px !important;
}


/*
// User licenses tooltips.
*/

.tooltip-q {
  color:#444;
  margin-left: .4em;
}

.tooltip-q i:after {
  font-style:normal;
  font-size:.75em;
  position:relative;
  top:-.05em;
  left:.1em;

  font-family:'fontawesome';
  content:'\f059';
}

.x-user-licenses {
  max-height: 325px;
  overflow: scroll;
}



/* Product Licenses
// ========================================================================== */

.tco-licenses a {
  cursor: pointer;
}


/*
// Actions.
*/

.tco-licenses-actions {
  min-height: 122px;
  margin: 0 0 10px;
}


.tco-licenses-actions .btn {
  margin-right: 5px;
}

.tco-licenses-actions > .btn:before {
  font-family: "FontAwesome";
  margin-right: 4px;
  display: inline;
}

.tco-licenses-actions > .btn-buy-new:before { content: "\F0C5"; }
.tco-licenses-actions > .btn-verify-purchase:before { content: "\F00C"; }


.tco-licenses-actions p {
  margin: 10px 0 0;
  font-size: 12px;
}

.tco-licenses-actions input {
  display: block;
  width: 100%;
  height: 3em;
  margin: 10px 0 0;
  border: 1px solid #e0e1e0;
  padding: 0 1em;
  font-size: 22px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}


/*
// Licenses table.
*/

.tco-licenses-container-outer {
  display: table;
  width: 100%;
  margin: 0 0 96px;
  table-layout: fixed;
}

.tco-licenses-container-inner {
  margin: 0;
  border: 1px solid #e0e1e0;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
  overflow-x: scroll;
}

.tco-licenses-container-inner .tco-licenses {
  width: 100%;
  min-width: 800px;
  margin: 0;
  border: 0;
  background-color: transparent;
  table-layout: fixed;
}

.tco-licenses th {
  padding: 10px 15px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1;
  color: rgba(33, 33, 33, 0.5);
  background-color: transparent;
}

.tco-licenses td {
  border-top: 1px solid #e0e1e0;
  padding: 0;
  background-color: transparent;
  vertical-align: middle;
}

.tco-licenses-td-inner {
  overflow: hidden;
  position: relative;
  padding: 15px;
}


/*
// Data - product.
*/

.tco-licenses-product {
  width: 88px;
  min-width: 88px;
  border-right: 1px solid #e0e1e0;
  text-align: center;
}

.tco-licenses-product svg {
  display: block;
  height: auto;
  margin: 0 auto;
}

.tco-licenses-product-x svg {
  width: 24px;
}

.tco-licenses-product-cornerstone svg {
  width: 40px;
}


/*
// Data - code.
*/

.tco-licenses-code {
  width: 326px;
  max-width: 326px;
  border-right: 1px solid #e0e1e0;
}

.tco-licenses-code-input {
  width: 100%;
  height: 1.5em;
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  border-radius: 0;
  color: #212121;
  background-color: transparent;
}

.tco-licenses-code-search {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 3.5em;
  height: 3.5em;
  border: 1px solid #e0e1e0;
  font-size: 12px;
  line-height: 3.35em;
  text-align: center;
  color: #212121;
  background-color: #fff;
  border-radius: 100em;
  box-shadow: 0 0 0 5px #fff;
  z-index: 5;
  transform: translate(0, -50%);
  transition: border-color 0.3s ease;
}

.tco-licenses-code-search:hover {
  color: #212121;
  border-color: #212121;
}

.tco-licenses-code-search:before {
  content: "\f002";
  display: block;
  font-family: 'FontAwesome';
  font-weight: normal;
}

.tco-licenses-code-label {
  display: block;
  margin: 0;
  padding: 0.25em 0 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1;
  color: rgba(33, 33, 33, 0.5);
}


/*
// Data - site.
*/

.tco-licenses-site {

}

.tco-licenses-site-env + .tco-licenses-site-env {
  margin-top: 1.75em;
}

.tco-licenses-site .btn {
  margin: 18px 0 21px;
}

.tco-licenses-site-env-label {
  display: block;
  margin: 0 0 0.5em;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(33, 33, 33, 0.5);
}

.tco-licenses-site-env-url {
  overflow: hidden;
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0;
  color: #212121;
  background-color: transparent;
}

.tco-licenses-site-env-dev .tco-licenses-site-env-url {
  font-size: 12px;
  color: rgba(33, 33, 33, 0.5);
}

.tco-licenses-site-env-revoke {
  display: inline-block;
  margin: 0 0.5em 0 0;
  font-size: 10px;
  color: #212121;
  opacity: 0.35;
  vertical-align: middle;
  transition: 0.3s ease opacity;
}

.tco-licenses-site-env-revoke:hover {
  color: #212121;
  opacity: 0.75;
}

.tco-licenses-site-env-revoke:before {
  content: "\f00d";
  display: block;
  font-family: 'FontAwesome';
  font-weight: normal;
}

.tco-licenses-site-env-setup-dev {
  display: block;
  margin: 0;
  font-size: 10px;
  line-height: 1;
  color: rgba(33, 33, 33, 0.35);
}

.tco-licenses-site-env-setup-dev:hover {
  color: #212121;
}

.tco-licenses-site-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: #fff;
  pointer-events: none;
  opacity: 0;
  transform: scale(1.35);
  transition: transform 0.65s cubic-bezier(0.230, 1.000, 0.320, 1.000), opacity 0.65s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.tco-licenses-site-overlay.tco-active {
  pointer-events: auto;
  opacity: 1;
  transform: scale(1);
}

.tco-licenses-site-overlay-bottom { z-index: 2; }
.tco-licenses-site-overlay-top    { z-index: 3; }

.tco-licenses-site-assign-close {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 1em;
  height: 1em;
  font-size: 10px;
  line-height: 1em;
  text-align: center;
  color: rgba(33, 33, 33, 0.35);
}

.tco-licenses-site-assign-close:hover {
  color: rgba(33, 33, 33, 0.75);
}

.tco-licenses-site-assign-close:before {
  content: "\f00d";
  display: block;
  font-family: 'FontAwesome';
  font-weight: normal;
}

.tco-licenses-site-assign-input {
  position: absolute;
  top: 50%;
  left: 25px;
  right: 25px;
  display: block;
  width: calc(100% - 50px);
  height: 3em;
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  transform: translate(0, -50%);
  border-radius: 0;
}

.tco-licenses-site-status {
  position: absolute;
  top: 50%;
  left: 25px;
  right: 25px;
  display: block;
  height: 1em;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transform: translate(0, -50%);
  color: #212121;
}



/* Search
// ========================================================================== */

.x-search-title h3 {
  margin:0;
}

.bbp-article-content {
  margin-bottom: 1em;
}

.bbp-article-content h1,
.bbp-article-content h2,
.bbp-article-content h3,
.bbp-article-content h4,
.bbp-article-content h5,
.bbp-article-content h6 {
  clear:none;
}



/* Additional
// ========================================================================== */

.breadcrumbs {
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  border-bottom: 1px solid #eee;
  padding: 0 45px 5px 0;
  text-transform: uppercase;
  font-size: 11px;
}

.toggle {
  margin-bottom: 20px;
  border: 1px solid #eee;
}

.toggle .toggle-title.active {
  background: #3498db;
  color: #fff;
}

.toggle .toggle-title {
  cursor: pointer;
  display: block;
  font-weight: 600;
  overflow: hidden;
  padding: 12px 15px 12px 0;
  position: relative;
  line-height: 21px;
  color:#4a4a4a;
  font-size: 14px;
  background: #fff;
}

.toggle .toggle-inner {
  display: none;
  margin: 0;
  padding: 20px;
  border-top:0;
  background: #fff;
  margin-top: -3px;
}

.toggle .toggle-inner p {
  margin:0;
}

.toggle .toggle-title span {
  color: #4a4a4a;
  display: block;
  float: left;
  text-align: center;
  width: 45px;
}

.toggle .toggle-title span:before {
  content: "\F078";
  font-family: 'FontAwesome';
}

.toggle .toggle-title.active span:before {
  content: "\F077";
  font-family: 'FontAwesome';
  color: #fff;
}

.entry-content .h-custom {
  overflow: hidden;
  margin-bottom: 0.74em;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #999;
}

.entry-content .h-custom span {
  padding-bottom: 2px;
  display: inline-block;
  position: relative;
}

.entry-content .h-custom span:before,
.entry-content .h-custom span:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 3px;
  width: 9999px;
  height: 1px;
  display: block;
  margin-top: -1px;
  background-color: #eee;
}

.entry-content .h-custom span:before {
  right: 100%;
  margin-right: 0.5em;
}

.entry-content .h-custom span:after {
  left: 100%;
  margin-left: 0.5em;
}

.p-intro {
  margin: 29px 0 24px;
  float: left;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  clear: both;
}

.entry-content .h-entry-content {
  margin-top: 0;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -0.05em;
}

.entry-content .h-entry-content.top-adjust {
  margin-top: -3px;
}

.hr-small {
  width: 260px;
  margin: -8px auto 15px;
}

.entry-content .p-protect {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.the-date {
  display: block;
  margin-top: 5px;
  color: #aaa;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
}

.forum-titles li,
.bbp-topic-last-poster {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.contact-section {
  width: 48%;
  float: left;
}

.contact-section.prospective {
  margin-right: 4%;
}

.contact-section .contact-section-inner {
  border: 1px solid #eee;
  padding: 25px;
  background-color: #fafafa;
}

.contact-section .h-contact-section {
  margin-top: 0;
  text-align: center;
}

.contact-section .contact-section-inner p:last-of-type {
  margin-bottom: 0;
}

.contact-section input[type="text"],
.contact-section input[type="email"],
.contact-section textarea {
  width: 100%;
}

.tco-global-alert {
  margin: 15px 0 0px;
  font-weight: 300;
  text-align: left;
  padding: 0.5em 2em;
  line-height:3em!important;
  letter-spacing:.05em;
  font-size:14px;
  color:#fff;
  background-color:#5cbb8b!important;
  border: 2px solid #51A67B !important;
}

.tco-global-alert p {
  letter-spacing:.05em;
  font-size:12px;
}

.tco-global-alert a {
  color:#fff;
  text-decoration: underline;
}

.tco-global-alert p:last-child {
  margin-bottom: 0;
}

/*
// Blog Ticker
*/

.tco-blog-ticker {
  margin: 0 0 24px;
  border: 2px solid #eee;
  text-align:center;
  font-size:12px;
  line-height:2.2em;
  padding: 0;
  background-color:transparent;
}

.tco-blog-ticker p a {
  font-weight:normal;
  text-decoration:underline;
}


/* bbPress
// ========================================================================== */

div.bbp-template-notice {
  margin: 2px 0 24px !important;
  border: 2px solid #faebcc !important;
  padding: 12px !important;
  font-size: 12px !important;
  color: #8a6d3b !important;
  background-color: #ffffe0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#bbpress-forums div.bbp-template-notice p {
  margin: 0 !important;
}

div#bbps_support_forum_options,
div#bbps_support_forum_move {
  float: left !important;
  clear: both !important;
}

div.bbp-template-notice.info {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

div#bbps_support_forum_move {
  margin-bottom: 14px !important;
}

input[name="bbps_support_submit"] {
  border: 1px solid #dedede !important;
  padding: 3px 10px !important;
  font-size: 11px !important;
  font-weight: 300 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #c5c5c5 !important;
  background-color: #fafafa !important;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease !important;
          transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease !important;
}

input[name="bbps_support_submit"]:hover,
input[name="bbps_support_submit"].active {
  cursor: pointer !important;
  color: #fff !important;
  border-color: #5cbb8b !important;
  background-color: #5cbb8b !important;
}

#bbpress-forums {
  margin-bottom: 0 !important;
}

#bbpress-forums input:focus,
#bbpress-forums select:focus,
#bbpress-forums button:focus {
  outline: 0 !important;
}

#bbpress-forums .bbp-author-name,
#bbpress-forums .favorite-toggle,
#bbpress-forums .bbp-breadcrumb a,
#bbpress-forums .subscription-toggle,
#bbpress-forums .bbp-forum-freshness a,
#bbpress-forums .bbp-topic-freshness a:first-child,
#bbpress-forums .bbp-pagination-links a {
  color: #444 !important;
}

#bbpress-forums .bbp-author-name:hover,
#bbpress-forums .favorite-toggle:hover,
#bbpress-forums .bbp-breadcrumb a:hover,
#bbpress-forums .subscription-toggle:hover,
#bbpress-forums .bbp-forum-freshness a:hover,
#bbpress-forums .bbp-topic-freshness a:first-child:hover,
#bbpress-forums .bbp-pagination-links a:hover {
  color: #999 !important;
}

#bbpress-forums .bbp-topics a.bbp-topic-permalink {
  position: relative !important;
  bottom: 1px !important;
  font-weight: 400 !important;
  color: #444 !important;
}

#bbpress-forums a.bbp-topic-permalink:hover {
  color: #5cbb8b !important;
}

#bbpress-forums span.bbp-topic-pagination {
  display: block !important;
  float: right !important;
  margin: 2px 0 0 6px !important;
}

#bbpress-forums span.bbp-topic-pagination a {
  display: inline-block !important;
  margin-left: 2px !important;
  margin-right: 2px !important;
  border: 0 !important;
  padding: 5px 7px !important;
  color: #444 !important;
  color: rgba(0, 0, 0, 0.35) !important;
  background-color: #fff !important;
  background-color: rgba(255, 255, 255, 0.65) !important;
  border-radius: 3px !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35) !important;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35) !important;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease !important;
          transition: color 0.3s ease, background-color 0.3s ease !important;
}

#bbpress-forums span.bbp-topic-pagination a:hover {
  color: #444 !important;
  color: rgba(0, 0, 0, 0.85) !important;
  background-color: #f5f5f5 !important;
  background-color: rgba(255, 255, 255, 0.95) !important;
}

#bbpress-forums div.bbp-template-notice .bbp-author-name,
#bbpress-forums div.bbp-template-notice .bbp-author-name:hover {
  color: #1891a8 !important;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  position: relative !important;
  border: 0 !important;
  padding: 15px !important;
}

#bbpress-forums li.bbp-header {
  padding-top: 0 !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

#bbpress-forums li.bbp-footer {
  border-top: 0 !important;
}

#bbpress-forums li.bbp-forum-freshness,
#bbpress-forums li.bbp-topic-freshness {
  float: right !important;
}

#bbpress-forums li.bbp-body li.bbp-forum-freshness > a,
#bbpress-forums li.bbp-body li.bbp-topic-freshness > a {
  display: block !important;
  margin-bottom: 10px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

#bbpress-forums p.bbp-topic-meta {
  margin-bottom: 0 !important;
  font-size: 10px !important;
}

.topic span.bbp-admin-links,
div.bbp-reply-header span.bbp-admin-links,
div.bbp-topic-header span.bbp-admin-links {
  display: block !important;
}

fieldset.bbp-form legend {
  padding-left: 0 !important;
}

li.bbp-header div.bbp-topic-content span#subscription-toggle,
li.bbp-header div.bbp-topic-content span#favorite-toggle,
li.bbp-header div.bbp-reply-content span#subscription-toggle,
li.bbp-header div.bbp-reply-content span#favorite-toggle {
  margin-left: 1px !important;
}

#bbpress-forums > span#subscription-toggle {
  float: right !important;
  font-size: 12px !important;
}

#bbpress-forums .bbp-body .bbp-topic-content,
#bbpress-forums .bbp-body .bbp-reply-content {
  border-top: 0 !important;
  margin-top: 19px !important;
  margin-left: 105px !important;
  padding: 0 !important;
}

#bbpress-forums .bbp-body .bbp-topic-content p:last-child,
#bbpress-forums .bbp-body .bbp-reply-content p:last-child,
#bbpress-forums .bbp-body .bbp-topic-content ul:last-child,
#bbpress-forums .bbp-body .bbp-reply-content ul:last-child,
#bbpress-forums .bbp-body .bbp-topic-content ol:last-child,
#bbpress-forums .bbp-body .bbp-reply-content ol:last-child,
#bbpress-forums .bbp-body .bbp-topic-content img:last-child,
#bbpress-forums .bbp-body .bbp-reply-content img:last-child {
  margin-bottom: 0 !important;
}

#bbpress-forums .bbp-body .bbp-private-reply .bbp-topic-content,
#bbpress-forums .bbp-body .bbp-private-reply .bbp-reply-content {
  padding: 20px !important;
  font-style: normal !important;
  color: #fff !important;
  color: rgba(255, 255, 255, 0.75) !important;
  background-color: #5cbb8b !important;
  border-radius: 3px !important;
}

#bbpress-forums .bbp-body .bbp-private-reply div.bbp-reply-author img.avatar,
#bbpress-forums .bbp-body .bbp-private-reply div.bbp-topic-author img.avatar {
  margin-top: 0 !important;
}

#bbpress-forums .bbp-body .bbp-private-reply .bbp-topic-content a,
#bbpress-forums .bbp-body .bbp-private-reply .bbp-reply-content a {
  color: #fff !important;
  text-decoration: underline !important;
}

div.bbp-reply-header,
div.bbp-topic-header {
  border: 1px solid #ddd !important;
  padding: 8px 13px !important;
}

div.bbp-reply-header div.bbp-meta,
div.bbp-topic-header div.bbp-meta {
  color: #ccc !important;
}

.bbp-search-results div.bbp-reply-header,
.bbp-search-results div.bbp-topic-header {
  padding: 15px !important;
}

div.bbp-reply-header .bbp-reply-title h3,
div.bbp-topic-header .bbp-topic-title h3 {
  margin: 15px 0 0 !important;
  line-height: 1.4 !important;
}

.topic span.bbp-admin-links,
div.bbp-reply-header span.bbp-admin-links,
div.bbp-topic-header span.bbp-admin-links {
  margin-top: 4px !important;
  font-size: 12px !important;
}

.topic span.bbp-admin-links a,
div.bbp-reply-header span.bbp-admin-links a,
div.bbp-topic-header span.bbp-admin-links a {
  font-weight: normal !important;
  font-size: 10px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

.topic span.bbp-admin-links a,
div.bbp-reply-header span.bbp-admin-links a,
div.bbp-topic-header span.bbp-admin-links a,
div.bbp-reply-header a.bbp-reply-permalink,
div.bbp-topic-header a.bbp-topic-permalink {
  color: #ccc !important;
}

.topic span.bbp-admin-links a:hover,
div.bbp-reply-header span.bbp-admin-links a:hover,
div.bbp-topic-header span.bbp-admin-links a:hover,
div.bbp-reply-header a.bbp-reply-permalink:hover,
div.bbp-topic-header a.bbp-topic-permalink:hover {
  color: #444 !important;
}

div.bbp-reply-author,
div.bbp-topic-author,
#bbpress-forums div.reply,
#bbpress-forums div.topic {
  margin-bottom: 45px !important;
}

li.bbp-header div.bbp-reply-author,
li.bbp-header div.bbp-topic-author {
  margin-bottom: 0 !important;
}

div.bbp-reply-author,
div.bbp-topic-author {
  padding-top: 0 !important;
  max-width: 87px !important;
  text-align: center !important;
}

div.bbp-reply-author img.avatar,
div.bbp-topic-author img.avatar {
  margin-top: 6px !important;
}

div.bbp-reply-author a.bbp-author-name,
div.bbp-topic-author a.bbp-author-name {
  display: block !important;
  margin-top: 5px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
  overflow: hidden !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

div.bbp-reply-author div.bbp-reply-ip,
div.bbp-topic-author div.bbp-reply-ip {
  margin-top: -28px !important;
}

div.bbp-reply-author span.bbp-author-ip,
div.bbp-topic-author span.bbp-author-ip {
  font-size: 9px !important;
  font-weight: normal !important;
}

#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar,
#bbpress-forums p.bbp-topic-meta img.avatar {
  margin-bottom: 0 !important;
}

#bbpress-forums div.quicktags-toolbar {
  border: 1px solid #dedede !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
}

#bbpress-forums div.quicktags-toolbar input {
  border-color: #dedede !important;
  border-radius: 0 !important;
  background: none !important;
  background-color: #fff !important;
  -webkit-transition: border-color 0.3s ease;
          transition: border-color 0.3s ease;
}

#bbpress-forums div.quicktags-toolbar input:hover {
  cursor: pointer !important;
  border-color: #5cbb8b !important;
}

#bbpress-forums textarea.wp-editor-area {
  border: 1px solid #dedede !important;
  border-radius: 0 !important;
  -webkit-transition: border-color 0.3s ease !important;
          transition: border-color 0.3s ease !important;
}

#bbpress-forums textarea.wp-editor-area:focus {
  border-color: #5cbb8b !important;
}

#bbpress-forums div.bbp-the-content-wrapper input {
  margin-right: 5px !important;
}

form#bbp-search-form {
  margin-top: 8px !important;
  margin-bottom: 20px !important;
}

form#bbp-search-form + #bbp-container .alert.blog {
  margin-top: -25px;
}

form#bbp-search-form label {
  display: block !important;
  margin-top: -11px !important;
  margin-bottom: 5px !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  letter-spacing: -1px !important;
}

form#bbp-search-form input#bbp_search {
  width: 100% !important;
  padding: 14px !important;
  font-size: 24px !important;
  font-weight: 300 !important;
  border-color: #d5d5d5 !important;
  border-width: 2px !important;
  border-radius: 0 !important;
  color: #cacaca !important;
  background-color: #fff !important;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important;
          transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important;
}

form#bbp-search-form input#bbp_search[placeholder]               { color: #c5c5c5 !important; }
form#bbp-search-form input#bbp_search::-webkit-input-placeholder { color: #c5c5c5 !important; }
form#bbp-search-form input#bbp_search:-moz-placeholder           { color: #c5c5c5 !important; }
form#bbp-search-form input#bbp_search::-moz-placeholder          { color: #c5c5c5 !important; }
form#bbp-search-form input#bbp_search:-ms-input-placeholder      { color: #c5c5c5 !important; }

form#bbp-search-form label {
  letter-spacing: -0.025em!important;
}

form#bbp-search-form input#bbp_search {
  border-color: #333 !important;
  font-weight:400!important;
}

form#bbp-search-form input#bbp_search:focus {
  outline: 0 !important;
  color: #444 !important;
  border-color: #5cbb8b !important;
  border-color: #333 !important;
  background-color: #fff !important;
}

form#bbp-search-form input#bbp_search:focus::-webkit-input-placeholder { color: #efefef !important; }
form#bbp-search-form input#bbp_search:focus::-moz-placeholder          { color: #efefef !important; }
form#bbp-search-form input#bbp_search:focus:-ms-input-placeholder      { color: #efefef !important; }

form#bbps-topic-status {
  margin-bottom: 10px !important;
}

#bbpress-forums form#new-post {
  margin-top: 45px !important;
  padding-bottom: 2px !important;
}

#bbpress-forums form#new-post.mtn {
  margin-top: -15px !important;
}

#bbpress-forums form#new-post legend {
  font-size: 21px !important;
  font-weight: bold !important;
}

#bbpress-forums form#new-post label[for="bbp_topic_title"] {
  font-size: 10px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}

#bbpress-forums form#new-post input#bbp_topic_title {
  width: 100% !important;
  border-color: #dedede !important;
  border-radius: 0 !important;
  -webkit-transition: border-color 0.3s ease !important;
          transition: border-color 0.3s ease !important;
}

#bbpress-forums form#new-post input#bbp_topic_title:focus {
  outline: 0 !important;
  border-color: #5cbb8b !important;
}

#bbpress-forums .bbp-topic-content ul,
#bbpress-forums .bbp-reply-content ul,
#bbpress-forums .bbp-topic-content ol,
#bbpress-forums .bbp-reply-content ol {
  padding-left: 27px !important;
  margin-bottom: 24px !important;
}

#bbpress-forums .bbp-topic-content ul li,
#bbpress-forums .bbp-reply-content ul li {
  list-style: square !important;
}

#bbpress-forums .bbp-topic-content ol li,
#bbpress-forums .bbp-reply-content ol li {
  list-style: decimal !important;
}

#bbpress-forums a.bbp-topic-permalink {
  position: relative !important;
  bottom: 1px !important;
  font-weight: 400 !important;
  color: #444 !important;
}
div.bbp-submit-wrapper {
  margin-top: 0 !important;
}

div.sidebar {
  width: 200px;
  margin-bottom: 0;
  border: 2px solid #cee1ef;
  border-top-width: 0;
  padding: 20px 20px 0 20px;
  color: #1891a8;
  background-color: #f0f8ff;
}
div.sidebar:first-child {
  border-top-width: 2px;
}
div.sidebar h3 {
  margin-bottom: 14px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

div.sidebar p,
div.sidebar ul {
  margin-bottom: 14px;
  font-size: 12px;
  line-height: 1.6;
}

div.sidebar a {
  color: #1891a8;
  text-decoration: underline;
}

div.sidebar hr {
  height: 2px;
  margin-left: -20px;
  margin-right: -20px;
  background-color: #cee1ef;
}

div.sidebar.alternate {
color: #8a6d3b;
border-color: #faebcc;
background-color: #ffffe0;
}
div.sidebar.alternate a {
color: #8a6d3b;
}

div.new-topic-info {
  float: left;
  width: 100%;
  margin: 2px 0 24px;
  border: 2px solid #cee1ef;
  padding: 12px;
  font-size: 12px;
  color: #1891a8;
  background-color: #f0f8ff;
}

.staff-logged-in #bbpress-forums li.bbp-body ul.forum.user,
.staff-logged-in #bbpress-forums li.bbp-body ul.topic.user {
  background-color: #fffff1 !important;
}

.staff-logged-in #bbpress-forums li.bbp-body ul.forum.support,
.staff-logged-in #bbpress-forums li.bbp-body ul.topic.support {
  background-color: #dbfef2 !important;
}

.staff-logged-in #bbpress-forums li.bbp-body ul.forum.user.sticky,
.staff-logged-in #bbpress-forums li.bbp-body ul.topic.user.sticky,
.staff-logged-in #bbpress-forums li.bbp-body ul.forum.support.sticky,
.staff-logged-in #bbpress-forums li.bbp-body ul.topic.support.sticky {
  background-color: #fff !important;
}

.staff-logged-in #bbpress-forums li.bbp-body ul.topic.user .bbp-topic-freshness-author .bbp-author-name {
  padding: 2px 5px 3px !important;
  color: #fff !important;
  border-radius: 3px !important;
  background-color: #f1c40f !important;
}

.bbp-topic-staff-viewing,
.bbp-topic-tco-product,
.staff-logged-in #bbpress-forums li.bbp-body ul.topic.support .bbp-topic-freshness-author .bbp-author-name {
  padding: 2px 5px 3px !important;
  color: #fff !important;
  border-radius: 3px !important;
  background-color: #5cbb8b !important;
}

.bbp-topic-staff-viewing, .bbp-topic-tco-product {
  margin-right: 5px !important;
}

.bbp-topic-tco-product {
  background-color: #656565 !important;
}

div.bbp-topic-tags,
form#bbps-topic-move,
ul.bbp-reply-revision-log,
ul.bbp-topic-revision-log,
div#bbps_support_forum_options,
input#qt_bbp_reply_content_link,
li.bbp-topic-title span.resolved,
li.bbp-footer div.bbp-reply-author,
li.bbp-footer div.bbp-topic-author,
li.bbp-footer div.bbp-reply-content,
p.bbp-topic-meta a.bbp-author-avatar,
div.bbp-reply-author div.bbp-author-role,
div.bbp-topic-author div.bbp-author-role,
li.bbp-topic-title span.bbp-topic-started-in,
form#bbp-search-form input#bbp_search_submit,
.bbp-search .bbp-topic-title-meta,
div.bbp-template-notice.info a.bbp-author-avatar,
div.bbp-topic-header .bbp-topic-title span.resolved,
ul.bbp-search-results li.bbp-header div.bbp-search-author,
ul.bbp-search-results li.bbp-footer div.bbp-search-author,
ul.bbp-search-results li.bbp-footer div.bbp-search-content,
#bbp-user-subscriptions > .entry-title:first-child,
#bbp-user-subscriptions > .entry-title:first-child + .bbp-user-section,
#bbpress-forums li.bbp-header .bbp-reply-author,
#bbpress-forums .bbp-pagination:last-child .total-topic-count {
  display: none !important;
}

/* Hide "Posts" but keep child elements for Favorite / Sub links */
#bbpress-forums li.bbp-header .bbp-reply-content { visibility: hidden; }
#bbpress-forums li.bbp-header .bbp-reply-content #subscription-toggle,
#bbpress-forums li.bbp-header .bbp-reply-content #favorite-toggle {
  visibility: visible;
}

.topic-edit #bbpress-forums form#new-post,
.reply-edit #bbpress-forums form#new-post {
  margin-top:0!important;
}

.bbp-topic-archived {
  border: 1px solid black;
    padding: 1em;
    text-align: center;
}
.bbp-topic-archived p {
  padding:0;
  margin: 0;
}

.entry-content .bbp-body h3 {
  clear: none;
}



/* Leaderboard
// ========================================================================== */

/*
// Base styles.
*/

.tco-leaderboards {
  width: 100%;
}

.tco-leaderboards-left,
.tco-leaderboards-right {
  width: calc(50% - 1em);
}

.tco-leaderboards-left {
  float: left;
}

.tco-leaderboards-right {
  float: right;
}

@media screen and (max-width: 1200px) {
  .tco-leaderboards-left,
  .tco-leaderboards-right {
    width: 100%;
    float: none;
  }

  .tco-leaderboards-left {
    margin-bottom: 2em;
  }
}


/*
// Leaderboard message.
*/

.tco-leaderboard-message {
  margin: 0 0 2em;
  border: 1px solid #ddd;
  padding: 20px;
  background-color: #f5f5f5;
}

.tco-leaderboard-message h2 {
  margin: 0 0 10px;
  font-size: 21px;
  letter-spacing: -0.035em;
}

.tco-leaderboard-message p {
  margin: 0 0 10px;
}


/*
// Individual leaderboard.
*/

.tco-leaderboard {
  text-align: center;
}

.tco-leaderboard ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tco-leaderboard ul li {
  position: relative;
  margin: 0 0 -1px;
  border: 1px solid #ddd;
}

.tco-leaderboard ul li:nth-child(even) {
  background-color: #fafafa;
}

.tco-leaderboard ul li > div {
  float: left;
  overflow: hidden;
  padding: 0.65em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tco-leaderboard ul li .rank,
.tco-leaderboard ul li .licenses {
  width: 85px;
  font-weight: 700;
}

.tco-leaderboard ul li .rank {
  border-right: 1px solid #ddd;
}

.tco-leaderboard ul li .name {
  width: calc(100% - 170px);
}

.tco-leaderboard ul li .licenses {
  border-left: 1px solid #ddd;
}

.tco-leaderboard ul li.headings .rank,
.tco-leaderboard ul li.headings .name,
.tco-leaderboard ul li.headings .licenses {
  font-weight: 700;
  line-height: 1;
}

.tco-leaderboard ul li.rubin {
  z-index: 2;
  border-color: #5cbb8b;
  background-color: #d5f4e5;
}

.tco-leaderboard ul li.rubin .rank,
.tco-leaderboard ul li.rubin .licenses,
.tco-leaderboard ul li.rubin .tco-leaderboard-admin-row {
  border-color: #5cbb8b;
}

.tco-leaderboard ul li > .tco-leaderboard-admin-row {
  width: 100%;
  border-top: 1px solid #ddd;
  white-space: normal;
}

.tco-leaderboard ul li > .tco-leaderboard-admin-row a {
  display: inline-block;
  margin: 0 2px;
  padding: 4px 6px;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  background-color: #272727;
  border-radius: 3px;
}


/*
// Leaderboard prizes.
*/

.tco-leaderboard-prizes {
  text-align: center;
}

.tco-leaderboard-prizes h2 {
  margin: 0 0 0.15em;
  font-size: 21px;
  letter-spacing: -0.035em;
}

.tco-leaderboard-prizes p {
  margin: 0;
}

.tco-leaderboard-prizes img {
  margin: 1em 0;
}

.tco-leaderboard-prizes ol {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
}

.tco-leaderboard-prizes ol li {
  margin: 0;
}

.tco-leaderboard-prizes .btn {
  margin: 0 0 1.15em;
}

.tco-leaderboard-prizes p.tco-leaderboard-prizes-terms {
  max-width: 375px;
  margin: 0 auto;
  font-size: 10px;
  line-height: 1.5;
  opacity: 0.35;
}



/* Content: Forum Entrance
// ========================================================================== */

.page-template-template-content-forum-entrance-php .entry-content {
  max-width: 560px;
  margin: 0 auto;
}

.page-template-template-content-forum-entrance-php .h-forum-entrance {
  margin: 0 0 24px;
  font-size: 32px;
  letter-spacing: -2px;
  line-height: 1.2;
}

/* Content: Narrow Template
// ========================================================================== */

.page-template-template-content-narrow-php .entry-content {
  max-width: 560px;
  margin: 0 auto;
}

.page-template-template-content-narrow-php .h-forum-entrance {
  margin: 0 0 24px;
  font-size: 32px;
  letter-spacing: -2px;
  line-height: 1.2;
}


/* MemberMouse: Checkout
// ========================================================================== */

/*
// Structure.
*/

.page-template-template-core-checkout-php .site {
  padding: 45px;
}

.checkout-section {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.checkout-section-inner {
  overflow: auto;
  border: 1px solid #f2f2f2;
  padding: 30px;
  background-color: #fafafa;
}

.checkout-section.checkout {
  margin-right: 0;
}

.checkout-section.checkout .checkout-section-inner {
  clear: both;
}


/*
// Typography.
*/

.product-info {
  margin: 0 auto 50px;
  text-align: center;
}

.product-info .h-product-description {
  margin-top: 0;
}

.checkout-section .h-checkout-section {
  margin: 0 0 3px;
}

.checkout-section .h-billing {
  margin: 48px 0 8px;
}

.checkout-section .h-billing.details {
  margin-top: 0;
}

.checkout-section .payment-option-info {
  font-size: 10px;
  color: #b5b5b5;
}

.checkout-section .payment-option-info.privacy {
  margin-top: 10px;
}

.checkout-section .payment-option-info p {
  margin-bottom: 10px;
}

.checkout-section .payment-option-info a {
  color: #999;
}

.checkout-section .payment-option-info a:hover {
  color: #555;
}

.checkout-section p:last-child {
  margin-bottom: 0 !important;
}


/*
// Forms.
*/

.checkout-section .form-field {
  width: 100%;
  clear: both;
  position: relative;
}

.checkout-section .form-field.left,
.checkout-section .form-field.right {
  width: 48%;
}

.checkout-section .form-field.left {
  clear: left;
  float: left;
}

.checkout-section .form-field.right {
  clear: right;
  float: right;
}

.checkout-section .form-field:last-child {
  margin-bottom: 0;
}

.checkout-section .form-field select {

}

.checkout-section .form-field.select label {
  display: block;
}

.checkout-section .form-field input[type="text"],
.checkout-section .form-field input[type="password"],
.checkout-section .form-field.select.state select,
.checkout-section .form-field.select.country select {
  width: 100%;
}

.checkout-section .form-field.cvc label {
  float: left;
}

.checkout-section .form-field.cvc input[type="password"] {
  display: block;
  clear: both;
  float: left;
  width: 30%;
}

.checkout-section .btn {
  margin-top: 12px;
}


/*
// JavaScript.
*/

.checkout-section .payment-options {
  float: left;
  margin-bottom: -1px;
}

.checkout-section .payment-options a {
  display: block;
  float: left;
  margin-right: -1px;
  border: 1px solid #f2f2f2;
  border-bottom: 0;
  padding: 10px 15px;
  line-height: 1;
  color: #999;
  background-color: #f2f2f2;
}

.checkout-section .payment-options a:hover {
  color: #444;
}

.checkout-section .payment-options a.active {
  color: #444;
  background-color: #fafafa;
}

.checkout-section .payment-option {
  display: none;
}

.checkout-section .payment-option.active {
  display: block;
}

.checkout-section .cards {
  margin: 0 0 24px 0;
  list-style: none;
}

.checkout-section .cards li {
  display: inline-block;
  margin-left: 0;
}

.checkout-section .cards li.off {
  opacity: 0.35;
  filter: alpha(opacity=35);
}

.checkout-section .cvc-info {
  display: block;
  float: right;
  width: 66.5%;
  margin-left: 5px;
  text-align: left;
}

.checkout-section .cvc-info img {
  float: left;
  width: 42px;
}

.checkout-section .cvc-info .cvc-text {
  float: left;
  width: 80px;
  margin: 1px 0 0 4px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
}

.checkout-section .cvc-info.off {
  display: none;
}



/* MemberMouse: Login
// ========================================================================== */

.page-template-template-core-login-php {
  padding: 85px 0 0;
  background-color: #fff;
  text-align: center;
}

.page-template-template-core-login-php .site {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-template-template-core-login-php .site-content {
  margin: 0;
}

.member-login {
  width: 325px;
  margin: 28px auto 5px;
  border: 1px solid #eee;
  padding: 25px;
  font-weight: 500;
  background-color: #fafafa;
}

.member-login .h-login {
  margin: 0 0 25px;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
}

.member-login .login-input-wrapper {
  margin: 10px 0;
  width: 100%;
}

.member-login .login-input-wrapper.submit {
  margin: 16px 0 0;
}

.member-login .login-input-wrapper label {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333333;
  padding-bottom:10px;
}

.member-login .login-input-wrapper label:hover {
  cursor: pointer;
}

.member-login .login-input-wrapper input[type="text"],
.member-login .login-input-wrapper input[type="password"] {
  width: 100%;
  margin: 0;
  border: 1px solid #eee;
  border-radius: 0;
  -webkit-transition: border-color 0.3s ease;
          transition: border-color 0.3s ease;
}

.member-login .login-input-wrapper input[type="text"]:focus,
.member-login .login-input-wrapper input[type="password"]:focus {
  outline: 0;
  border-color: #b5b5b5;
}

.member-login .mm-remember-me {
  display: block;
  width: 100%;
  margin-top: 15px;
  font-size: 12px;
}

.member-login .mm-remember-me input {
  margin-left: 0;
}

.mm-forgot-password {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #b5b5b5;
  -webkit-transition: color 0.3s ease;
          transition: color 0.3s ease;
}

.mm-forgot-password:hover {
  color: #444;
}



/* MemberMouse: Member Home (Dashboard)
// ========================================================================== */

/*
// Structure.
*/

.dashboard-content {
  display: table;
}

.dashboard-row {
  display: table-row;
}

.dashboard-section {
  position: relative;
  display: table-cell;
  width: 50%;
  overflow: hidden;
  border: 1px solid #eee;
  padding: 35px;
  background-color: #fafafa;
  text-align: center;
}

.dashboard-section:after {
  display: block;
  margin: 35px auto -75px;
  font-family: "FontAwesome";
  font-size: 174px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  color: #e5e5e5;
  z-index: 0;
  speak: none;
}

.dashboard-section.theme:after   { content: "\f0f6";                 }
.dashboard-section.plugin:after  { content: "\f121";                 }
.dashboard-section.doc:after     { content: "\f085";                 }
.dashboard-section.psd:after     { content: "\f0c7";                 }
.dashboard-section.upgrade:after { content: "\f005"; color: #006da2; }

.dashboard-section.upgrade {
  color: #fff;
  border-color: #0081bf;
  background-color: #3498db;
}


/*
// Typography.
*/

.dashboard-section .h-dashboard-section,
.dashboard-section .p-description,
.dashboard-section .btn,
.dashboard-section .a-changelog {
  position: relative;
  z-index: 1;
}

.dashboard-section .h-dashboard-section {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}

.dashboard-section .p-description {
  margin-bottom: 25px;
}

.dashboard-section .p-description span {
  display: block;
  margin-bottom: 9px;
  border-bottom: 1px solid #0081bf;
  padding-bottom: 7px;
}

.dashboard-section .btn {
  font-size: 16px;
  font-weight: 300;
}

.dashboard-section .a-changelog {
  display: block;
  margin: 12px 0 -20px;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}



/* MemberMouse: My Account
// ========================================================================== */

.mm-myaccount-module {
  margin: 0 0 20px !important;
}

.mm-myaccount-block {
  width: 100% !important;
}



/* Page Templates
// ========================================================================== */

.page-template-template-layout-blank-php .site {
  padding: 45px;
}



/* "Get Hosting" Page
// ========================================================================== */

/*
// Base.
*/

body.tco-get-hosting .h-page {
  display: none;
}

body.tco-get-hosting .site {
  padding: 0;
}

body.tco-get-hosting .site .site-content {
  margin: 0;
}

body.tco-get-hosting .site article {
  font-size: 1.5em;
}

@media screen and (max-width: 960px) {
  body.tco-get-hosting {
    padding-bottom: 0;
  }

  body.tco-get-hosting .site article {
    margin: 0 -18px;
    font-size: 1.25em;
  }
}

@media screen and (max-width: 600px) {
  body.tco-get-hosting .site article {
    margin: 0 -18px;
    font-size: 1em;
  }
}

.tco-get-hosting-section {
  position: relative;
  padding: 10%;
  border-bottom: 2px solid #e5e5e5;
}

.tco-get-hosting-section:last-child {
  border-bottom: 0;
}


/*
// Introduction.
*/

.tco-get-hosting-section.introduction {
  overflow: hidden;
  text-align: center;
}

.tco-get-hosting-section.introduction h1 {
  position: relative;
  margin: 0;
  font-size: 3em;
  letter-spacing: -0.035em;
  line-height: 1.1;
  z-index: 2;
}

.tco-get-hosting-section.introduction p {
  position: relative;
  margin: 1em 0 1.65em;
  font-size: 1em;
  line-height: 1.714285714;
  z-index: 2;
}

.tco-get-hosting-section.introduction > a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0.85em 1.5em 1em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #3e62e0;
  z-index: 2;
  border-radius: 100em;
  transition: background-color 0.3s ease;
}

.tco-get-hosting-section.introduction > a:hover {
  background-color: #3e7de0;
}

.tco-get-hosting-section.introduction span {
  position: relative;
  display: block;
  margin: 1em 0 0;
  font-size: 0.65em;
  font-style: italic;
  color: #bababa;
  z-index: 2;
}

.tco-get-hosting-section.introduction span a {
  color: #bababa;
  text-decoration: underline;
}

.tco-get-hosting-section.introduction span a:hover {
  color: #3e62e0;
}

.tco-get-hosting-section.introduction .cog {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50em;
  height: 50em;
  margin: -25em 0 0 -25em;
  text-align: center;
  z-index: 1;
  opacity: 0.05;
  -webkit-animation: hosting-cog-spin 45s infinite linear;
          animation: hosting-cog-spin 45s infinite linear;
}

@-webkit-keyframes hosting-cog-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes hosting-cog-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@media screen and (max-width: 960px) {
  .tco-get-hosting-section.introduction {
    border-top: 2px solid #e5e5e5;
  }
}

@media screen and (max-width: 800px) {
  .tco-get-hosting-section.introduction .cog {
    width: 34em;
    height: 34em;
    margin: -17em 0 0 -17em;
  }
}


/*
// Features.
*/

.tco-get-hosting-section.features {
  padding: 0;
}

.tco-get-hosting-section.features .feature-row {
  display: table;
  width: 100%;
  border-bottom: 2px solid #e5e5e5;
}

.tco-get-hosting-section.features .feature-row:last-child {
  border-bottom: 0;
}

.tco-get-hosting-section.features .feature {
  position: relative;
  display: table-cell;
  width: 50%;
  padding: 6.5%;
  overflow: hidden;
  vertical-align: top;
}

.tco-get-hosting-section.features .feature:first-child {
  border-right: 2px solid #e5e5e5;
}

.tco-get-hosting-section.features .feature svg {
  float: left;
  width: 3.5em;
  height: 3.5em;
  margin-top: 0.15em;
  fill: #444;
  fill: #3e62e0;
}

.tco-get-hosting-section.features .feature .feature-info {
  float: right;
  width: calc(100% - 5em);
}

.tco-get-hosting-section.features .feature h3 {
  position: relative;
  margin: 0;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.tco-get-hosting-section.features .feature p {
  position: relative;
  margin: 1em 0 0;
  line-height: 1.714285714;
}

@media screen and (max-width: 1200px) {
  .tco-get-hosting-section.features .feature-row {
    display: block;
  }

  .tco-get-hosting-section.features .feature {
    display: block;
    width: 100%;
    border: 0;
  }

  .tco-get-hosting-section.features .feature:first-child {
    display: block;
    width: 100%;
    border-right: 0;
    border-bottom: 2px solid #e5e5e5;
  }
}


/*
// Plans.
*/

.tco-get-hosting-section.plans {
  border-bottom: 0;
  padding: calc(10% - 0.5em) calc(10% - 0.5em) calc(10% - 0.5em);
  text-align: center;
}

.tco-get-hosting-section.plans > p {
  position: relative;
  display: block;
  margin: 1.5em 0 0;
  font-size: 0.65em;
  font-style: italic;
  color: #bababa;
  z-index: 2;
}

.tco-get-hosting-section.plans .the-plans {
  display: table;
  width: 100%;
}

.tco-get-hosting-section.plans .plan {
  display: table-cell;
  width: 33.33333%;
  padding: 0.5em;
  color: #fff;
}

.tco-get-hosting-section.plans .plan .plan-inner {
  background-color: #3e62e0;
}

/*
.tco-get-hosting-section.plans .plan.standard .plan-inner { background-color: #3e98e0; }
.tco-get-hosting-section.plans .plan.premium .plan-inner  { background-color: #3e7de0; }
.tco-get-hosting-section.plans .plan.pro .plan-inner      { background-color: #3e62e0; }
*/

.tco-get-hosting-section.plans .plan svg {
  width: 3em;
  height: 3em;
  margin: 2.5em 0 1em;
  font-size: 0.75em;
  fill: rgba(255, 255, 255, 0.5);
}

.tco-get-hosting-section.plans .plan h3 {
  margin: 0 0 2.5em;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

.tco-get-hosting-section.plans .plan .price {
  padding: 0.5em 0;
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: -0.035em;
  background-color: rgba(0, 0, 0, 0.25);
}

.tco-get-hosting-section.plans .plan .price span {
  font-size: 0.35em;
  font-weight: 300;
  letter-spacing: 0;
}

.tco-get-hosting-section.plans .plan ul {
  margin: 1.5em 0 0;
  padding: 0;
  list-style: none;
}

.tco-get-hosting-section.plans .plan ul li {
  margin: 0;
  padding: 0.5em 1em;
  font-size: 0.85em;
  line-height: 1;
}

.tco-get-hosting-section.plans .plan a {
  display: inline-block;
  margin: 1.5em 0 2.25em;
  padding: 0.85em 1.5em 1em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 100em;
  transition: background-color 0.3s ease;
}

.tco-get-hosting-section.plans .plan a:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1200px) {
  .tco-get-hosting-section.plans .the-plans {
    display: block;
  }

  .tco-get-hosting-section.plans .plan {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 25em;
  }
}


/*
// Details.
*/

.tco-get-hosting-section.details {
  border-bottom: 0;
  background-color: #ffda43;
}

.tco-get-hosting-section.details .detail-column {
  float: left;
  width: 45%;
  margin-right: 10%;
}

.tco-get-hosting-section.details .detail-column:last-child {
  margin-right: 0;
}

.tco-get-hosting-section.details h2 {
  margin: 0;
  font-size: 2.25em;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.tco-get-hosting-section.details h2 svg {
  float: left;
  display: block;
  width: 1.05em;
  height: 1.8175em;
  margin: 0.195em 0.25em 0 0;
  fill: #444;
}

.tco-get-hosting-section.details h3 {
  margin: 0;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.tco-get-hosting-section.details .detail-column > p {
  margin: 1em 0 0;
  line-height: 1.714285714;
}

.tco-get-hosting-section.details .detail {
  float: left;
  width: 45%;
  margin: 10% 10% 0 0;
}

.tco-get-hosting-section.details .detail:nth-child(1),
.tco-get-hosting-section.details .detail:nth-child(2) {
  margin-top: 0;
}

.tco-get-hosting-section.details .detail:nth-child(2n) {
  float: right;
  margin-right: 0;
}

.tco-get-hosting-section.details .detail > p {
  margin: 0.65em 0 0;
  font-size: 0.75em;
  line-height: 1.714285714;
}

@media screen and (max-width: 1200px) {
  .tco-get-hosting-section.details .detail-column {
    float: none;
    width: 100%;
  }

  .tco-get-hosting-section.details .detail-column:last-child {
    margin-top: 5%;
  }

  .tco-get-hosting-section.details .detail {
    width: 47.5%;
    margin: 5% 5% 0 0;
  }

  .tco-get-hosting-section.details .detail:nth-child(1),
  .tco-get-hosting-section.details .detail:nth-child(2) {
    margin-top: 0;
  }

  .tco-get-hosting-section.details .detail:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 960px) {
  .tco-get-hosting-section.details .detail-column:last-child {
    margin-top: 8%;
  }

  .tco-get-hosting-section.details .detail {
    width: 46%;
    margin: 8% 8% 0 0;
  }

  .tco-get-hosting-section.details .detail:nth-child(1),
  .tco-get-hosting-section.details .detail:nth-child(2) {
    margin-top: 0;
  }

  .tco-get-hosting-section.details .detail:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 350px) {
  .tco-get-hosting-section.details h2 svg {
    display: none;
  }
}


/*
// FAQs.
*/

.tco-get-hosting-section.faqs {
  border-bottom: 0;
  padding-top: calc(10% - 1em);
  background-color: #222;
}

.tco-get-hosting-section.faqs .faq-column {
  float: left;
  width: calc(50% - 0.5em);
  margin-right: 1em;
}

.tco-get-hosting-section.faqs .faq-column:last-child {
  margin-right: 0;
}

.tco-get-hosting-section.faqs .faq {
  margin: 1em 0 0;
  border: 2px solid rgba(255, 255, 255, 0.385);
  padding: 2em;
}

.tco-get-hosting-section.faqs .faq h3 {
  margin: 0;
  font-size: 0.85em;
  line-height: 1.714285714;
  color: #fff;
}

.tco-get-hosting-section.faqs .faq p {
  margin: 1em 0 0;
  font-size: 0.85em;
  line-height: 1.714285714;
  color: rgba(255, 255, 255, 0.385);
}

@media screen and (max-width: 960px) {
  .tco-get-hosting-section.faqs .faq-column {
    float: none;
    width: 100%;
    margin: 0;
  }
}


/*
// Testimonials.
*/

.tco-get-hosting-section.testimonials {
  display: table;
  width: 100%;
  border-bottom: 0;
  padding: 0;
  text-align: center;
}

.tco-get-hosting-section.testimonials .testimonial {
  display: table-cell;
  width: 33.33333%;
  border-right: 2px solid #e5e5e5;
  padding: 5%;
}

.tco-get-hosting-section.testimonials .testimonial:nth-child(3) {
  border-right: 0;
}

.tco-get-hosting-section.testimonials .testimonial img {
  width: 5em;
  height: 5em;
  border-radius: 100em;
}

.tco-get-hosting-section.testimonials .testimonial h3 {
  margin: 1.5em 0 1.25em;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-transform: uppercase;
}

.tco-get-hosting-section.testimonials .testimonial p {
  max-width: 25em;
  margin: 0 auto;
  font-size: 0.75em;
  line-height: 1.714285714;
}

@media screen and (max-width: 1200px) {
  .tco-get-hosting-section.testimonials {
    display: block;
  }

  .tco-get-hosting-section.testimonials .testimonial {
    display: block;
    width: 100%;
    border-right: 0;
    border-bottom: 2px solid #e5e5e5;
    padding: 5%;
  }

  .tco-get-hosting-section.testimonials .testimonial:nth-child(3) {
    border-bottom: 0;
  }
}

@media screen and (max-width: 960px) {
  .tco-get-hosting-section.testimonials .testimonial {
    padding: 8%;
  }
}

@media screen and (max-width: 600px) {
  .tco-get-hosting-section.testimonials .testimonial {
    padding: 10%;
  }
}


/*
// CTA
*/

.tco-get-hosting-section.cta {
  padding: 15% 10%;
  text-align: center;
  color: #fff;
  background-color: #3e62e0;
}

.tco-get-hosting-section.cta p {
  margin: 0;
  line-height: 1.714285714;
}

.tco-get-hosting-section.cta h1 {
  margin: 0.5em 0 0;
  font-size: 1em;
}

.tco-get-hosting-section.cta h1 a {
  display: inline-block;
  margin: 1em 0 0;
  padding: 0.85em 1.5em 1em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 100em;
  transition: background-color 0.3s ease;
}

.tco-get-hosting-section.cta h1 a:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.tco-get-hosting-section.cta span {
  display: block;
  margin: 1em 0 0;
  font-size: 0.75em;
  line-height: 1.714285714;
  color: rgba(255, 255, 255, 0.35);
}



/* Products
// ========================================================================== */

/*
// Product list.
*/

.x-products {
  list-style: none;
}

.x-products .x-product {
  display: block;
  position: relative;
  margin: 0 4% 4% 0;
  border: 1px solid #eee;
  width: 30.66667%;
  float: left;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.035);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.035);
  -webkit-transition: background-color 0.3s ease;
          transition: background-color 0.3s ease;
}

.x-products .x-product:nth-child(3n) {
  margin-right: 0;
}

.x-products .x-product-link {
  display: block;
}

.x-products .x-product-img-wrap {
  position: relative;
  margin: 0;
}

.x-products .x-product-img-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}

.x-products .x-product-img-wrap:after {
  content: "Details";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -7px -7px 0 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 10px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
}

.x-products .x-product-link:hover .x-product-img-wrap:before,
.x-products .x-product-link:hover .x-product-img-wrap:after {
  opacity: 1;
}

.x-products .x-product-img-wrap > img {
  border-radius: 0;
}

.x-products .x-product-info {
  width: 100%;
  height: 48px;
  border-top: 1px solid #eee;
  background-color: #fff;
}

.x-products .h-product {
  margin: 0;
  padding: 0 15px;
  width: calc(100% - 48px);
  float: left;
  font-size: 18px;
  font-weight: 300;
  line-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #444;
}

.x-products .x-product-price {
  display: block;
  float: right;
  width: 48px;
  height: 48px;
  border-left: 1px solid #eee;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: #444;
}

.x-products .x-product-price:before {
  content: "$";
}

@media screen and (max-width: 1400px) {
  .x-products > .x-product {
    width: 48%;
  }

  .x-products > .x-product:nth-child(3n) {
    margin-right: 4%;
  }

  .x-products > .x-product:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .x-products > .x-product {
    width: 100%;
  }

  .x-products > .x-product:nth-child(1n),
  .x-products > .x-product:nth-child(2n),
  .x-products > .x-product:nth-child(3n) {
    margin-right: 0;
  }
}


/*
// Product overlay.
*/

.x-product-overlay {
  display: none;
  position: fixed;
  top: 18px;
  left: 18px;
  right: 18px;
  bottom: 18px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.35);
}

.admin-bar .x-product-overlay {
  top: 50px; /* 18 + 32 */
}

.x-product-overlay-active {
  overflow: hidden !important;
}

.x-product-overlay-active .x-product-overlay {
  display: block;
}


/*
// Product overlay - header.
*/

.x-product-overlay-header {
  height: 48px;
  border-bottom: 1px solid #eee;
}

.x-product-overlay-header .controls.left,
.x-product-overlay-header .controls.left > a {
  float: left;
}

.x-product-overlay-header .controls.left > a {
  border-right: 1px solid #eee;
}

.x-product-overlay-header .controls.right,
.x-product-overlay-header .controls.right > a {
  float: right;
}

.x-product-overlay-header .controls.right > a {
  border-left: 1px solid #eee;
}

.x-product-overlay-header a {
  display: block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  color: #444;
  background-color: #fff;
}

.x-product-overlay-header a:hover {
  background-color: #fafafa;
}


/*
// Product overlay - content.
*/

.x-product-overlay-content {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  bottom: 48px;
  padding: 36px;
  overflow-y: auto;
}

.x-product-overlay-content .column.left {
  float: left;
  width: calc(55% - 18px);
}

.x-product-overlay-content .column.right {
  float: right;
  width: calc(45% - 18px);
}


/*
// Product overlay - footer.
*/

.x-product-overlay-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 48px;
  border-top: 1px solid #eee;
  text-align: center;
}

.x-product-overlay-footer a {
  display: block;
  padding: 0 20px;
  height: 47px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  color: #444;
  background-color: #fff;
}

.x-product-overlay-footer a.demo-product {
  float: left;
  border-right: 1px solid #eee;
}

.x-product-overlay-footer a.buy-product {
  float: right;
  border-left: 1px solid #eee;
}

.x-product-overlay-footer a:hover {
  background-color: #fafafa;
}


/*
// Product overlay - responsive styling.
*/

@media screen and (max-width: 782px) {
  .x-product-overlay {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .admin-bar .x-product-overlay {
    top: 56px; /* 10 + 46 */
  }
}



/* Polls
// ========================================================================== */

.yop-poll-container {
  width: 100% !important;
  margin-top: -1px !important;
  border: 1px solid #eee !important;
  padding: 35px !important;
  background-color: #fafafa !important;
}

.yop-poll-container-error,
.yop-poll-container-success {
  font-style: normal !important;
}

.yop-poll-name {
  margin-bottom: 16px !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  letter-spacing: -1px !important;
  line-height: 1.2 !important;
}

.yop-poll-question {
  margin: 0 0 16px !important;
}

.yop-poll-answers > ul {
  margin-bottom: 16px !important;
}

li[class*="yop-poll-li-answer"],
li[class*="yop-poll-li-result"] {
  float: none !important;
  width: 100% !important;
}

li[class*="yop-poll-li-result"] {
  margin-bottom: 21px !important;
}

li[class*="yop-poll-li-result"] label {
  display: block !important;
  margin-bottom: 3px !important;
}

div[class*="yop-poll-results-bar"] {
  background-color: #fff !important;
}

div[class*="yop-poll-results-bar"] > div {
  background-color: #444 !important;
}

.yop_poll_vote_button {
  margin: 20px 0 !important;
}

div[id*="yop-poll-results"] {
  float: none !important;
  margin-bottom: 0 !important;
}

/*.yop-poll-footer div:nth-last-child(1),
.yop-poll-footer div:nth-last-child(2) {
  display: none;
}*/



/* Responsive Styles
// ========================================================================== */

/*
// Max-width: 960px.
*/

@media screen and (max-width: 960px) {
  body {
    background-color: #fff;
  }

  .site,
  .logged-in .site {
    padding: 30px 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .page-template-template-layout-blank-php .site,
  .page-template-template-core-checkout-php .site {
    padding: 15px 0;
  }

  .wrapper {
    table-layout: auto;
  }

  .site-header a.logo {
    width: 135px;
    padding: 15px 0 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .account-navigation {
    margin: 7px 0 30px;
  }

  .account-navigation .btn {
    width: auto;
  }

  .account-navigation .btn.hosting-login {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .account-navigation .btn i {
    margin-right: 0;
  }

  .account-navigation .btn span {
    display: none;
  }

  .site-header .h-page {
    display: block;
    height: auto;
    position: relative;
    border: 1px solid #eee;
    padding: 15px 24px;
    line-height: 1.4;
    text-align: center;
    background-color: #fafafa;
  }

  .toggle-btn {
    display: block !important;
    float: left;
    margin-bottom: 1.5em;
  }

  .toggle-wrap {
    display: none;
    width: 100%;
  }

  .main-navigation {
    position: static;
    width: 100%;
    margin-top: 30px;
  }

  .main-navigation li h4,
  .main-navigation li a {
    padding-left: 0;
    text-align: center;
  }

  .site-content {
    display: block;
  }

  .logged-in .site-content {
    margin-top: 30px;
  }

  .widget-area {
    display: none;
  }

  .breadcrumbs {
    display: none;
    position: static;
    margin: 30px 0;
    border-top: 1px solid #eee;
    padding-top: 5px;
    float: none;
    text-align: center;
    padding-right: 0;
  }

  .page-template-template-content-documentation-php .widget-area {
    display: none;
  }

  .alert.global {
    margin-top: 48px;
  }

  .my-account-content {
    margin-top: 25px;
  }
}


/*
// Max-width: 767px.
*/

@media screen and (max-width: 767px) {
  .checkout-section {
    float: none;
    width: 100%;
    margin: 0 0 45px;
  }

  .checkout-section.checkout {
    margin-bottom: 0;
  }

  .dashboard-content,
  .dashboard-row,
  .dashboard-section,
  .contact-section {
    display: block;
    width: 100%;
  }

  .contact-section.prospective {
    margin: 0 0 35px;
  }

  .addon-section {
    width: 100% !important;
    margin: 0;
    padding: 0 !important;
  }

  .prof-img {
    width: 100% !important;
    margin-bottom: 40px !important;
  }

  .index-grid-intro p {
    font-size: 18px;
  }

  .index-grid > li {
    width: 50%;
  }

  .archive.category-kb .kb-section {
    float: none;
    width: 100%;
    text-align: center;
  }

  .demo-columns.col-3 > .demo-column,
  .demo-columns.col-4 > .demo-column {
    width: 100%;
    margin: 0 0 45px;
  }

  .demo-columns.col-3 > .demo-column:last-child,
  .demo-columns.col-4 > .demo-column:last-child {
    margin-bottom: 0;
  }

  #bbpress-forums li.bbp-forum-title,
  #bbpress-forums li.bbp-topic-title {
    width: 100% !important;
  }

  #bbpress-forums li.bbp-forum-voice-count,
  #bbpress-forums li.bbp-topic-voice-count,
  #bbpress-forums li.bbp-forum-reply-count,
  #bbpress-forums li.bbp-topic-reply-count,
  #bbpress-forums li.bbp-forum-freshness,
  #bbpress-forums li.bbp-topic-freshness {
    display: none !important;
  }

  .my-account-content {
    display: block;
  }

  .my-account-column {
    display: block;
    width: 100%;
    margin: 0 0 -1px;
    border-right: 0;
    border-bottom: 1px solid #eee;
  }
}


/*
// Min-width: 961px.
*/

@media screen and (min-width: 961px) {
  .toggle-wrap {
    display: table-cell !important;
  }
}


/*
// Min-width: 600px.
*/

@media screen and (min-width: 600px) {
  body.template-front-page .site-content,
  body.single-attachment .site-content,
  body.full-width .site-content {
    width: 100%;
  }

  .site-header h1,
  .site-header h2 {
    text-align: left;
  }

  .site-header h1 {
    font-size: 26px;
    line-height: 23px;
    margin-bottom: 0;
  }

  .entry-header .entry-title {
    font-size: 22px;
  }

  #respond form input[type="text"] {
    width: 46.333333333%;
  }

  #respond form textarea.blog-textarea {
    width: 79.666666667%;
  }

  .entry-page-image {
    float: right;
    margin-bottom: 0;
    width: 47.916666667%;
  }

  .commentlist .children {
    margin-left: 48px;
  }
}


/*
// Max-width: 480px.
*/

@media screen and (max-width: 480px) {
  .index-grid-intro p {
    font-size: 16px;
  }

  .index-grid > li {
    width: 100%;
  }

  .my-account-header .avatar {
    display: none;
  }

  .my-account-header .info {
    width: 100%;
  }
}


/*
// Min-width: 961px | max-width: 1200px.
*/

@media screen and (min-width: 961px) and (max-width: 1200px) {
  .index-grid > li {
    width: 50%;
  }

  .info-boxes.two > .info-box {
    width: 100%;
  }

  .info-boxes.two > .info-box:first-child {
    border-right: 1px solid #eee;
  }

  .info-box {
    display: block;
    margin: 0 0 -1px;
  }

  #bbpress-forums li.bbp-forum-title,
  #bbpress-forums li.bbp-topic-title {
    width: 80% !important;
  }

  #bbpress-forums li.bbp-forum-voice-count,
  #bbpress-forums li.bbp-topic-voice-count,
  #bbpress-forums li.bbp-forum-reply-count,
  #bbpress-forums li.bbp-topic-reply-count {
    display: none !important;
  }

  .my-account-header .info .username {
    margin: 10px 0;
    display: block;
  }

  .my-account-header .info .username:before {
    display: none;
  }

  .my-account-action-link {
    position: static;
    margin: 0;
  }
}


/*
// Max-width: 850px.
*/

@media screen and (max-width: 850px) {
  .info-boxes.two > .info-box {
    width: 100%;
  }

  .info-boxes.two > .info-box:first-child {
    border-right: 1px solid #eee;
  }

  .info-box {
    display: block;
    margin: 0 0 -1px;
  }

  .my-account-header .info .username {
    margin: 10px 0;
    display: block;
  }

  .my-account-header .info .username:before {
    display: none;
  }

  .my-account-action-link {
    position: static;
    margin: 0;
  }
}


/*
// Max-width: 600px.
*/

@media screen and (max-width: 600px) {
  .info-box {
    padding: 20px;
  }

  .info-box > .i-info-box {
    margin-bottom: -55px;
  }
}



/* Print
// ========================================================================== */

.pln {
  color: #444;
}

@media screen {
  .str { color: #080; }
  .kwd { color: #008; }
  .com { color: #444; }
  .typ { color: #606; }
  .lit { color: #066; }
  .pun,
  .opn,
  .clo { color: #660; }
  .tag { color: #008; }
  .atn { color: #606; }
  .atv { color: #080; }
  .dec,
  .var { color: #606; }
  .fun { color: red; }
}

@media print,projection {
  .str { color: #060; }
  .kwd { color: #006; font-weight: bold; }
  .com { color: #444; font-style: italic; }
  .typ { color: #404; font-weight: bold; }
  .lit { color: #044; }
  .pun,
  .opn,
  .clo { color: #440; }
  .tag { color: #006; font-weight: bold; }
  .atn { color: #404; }
  .atv { color: #060; }
}

pre.prettyprint {
  /*padding: 2px;
  border: 1px solid #888;*/
}

ol.linenums{
  margin-top: 0;
  margin-bottom: 0;
}

li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8{
  list-style-type: decimal;
}

li.L1,
li.L3,
li.L5,
li.L7,
li.L9{
  /*background: #eee;*/
}



/* Print
// ========================================================================== */

@media print {
  body {
    background: none !important;
    color: #000;
    font-size: 10pt;
  }

  footer a[rel=bookmark]:link:after,
  footer a[rel=bookmark]:visited:after {
    content: " [" attr(href) "] "; /* Show URLs */
  }

  a {
    text-decoration: none;
  }

  .entry-content img,
  .comment-content img,

  img.wp-post-image {
    border-radius: 0;
    box-shadow: none;
  }

  .site {
    clear: both !important;
    display: block !important;
    float: none !important;
    max-width: 100%;
    position: relative !important;
  }

  .site-header {
    margin-bottom: 72px;
    text-align: left;
  }

  .site-header h1 {
    font-size: 21pt;
    line-height: 1;
    text-align: left;
  }

  .site-header h2 {
    color: #000;
    font-size: 10pt;
    text-align: left;
  }

  .site-header h1 a,
  .site-header h2 a {
    color: #000;
  }

  #colophon,
  #respond,
  .commentlist .comment-edit-link,
  .commentlist .reply,
  .entry-header .comments-link,
  .entry-meta .edit-link a,
  .page-link,
  .site-content nav,
  .widget-area,
  img.header-image,
  .main-navigation {
    display: none;
  }

  .wrapper {
    border-top: none;
    box-shadow: none;
  }

  .site-content {
    margin: 0;
    width: auto;
  }

  .singular .entry-header .entry-meta {
    position: static;
  }

  .singular .site-content,
  .singular .entry-header,
  .singular .entry-content,
  .singular footer.entry-meta,
  .singular .comments-title {
    margin: 0;
    width: 100%;
  }

  .entry-header .entry-title,
  .entry-title,
  .singular .entry-title {
    font-size: 21pt;
  }

  footer.entry-meta,
  footer.entry-meta a {
    color: #444;
    font-size: 10pt;
  }

  .commentlist > li.comment {
    background: none;
    position: relative;
    width: auto;
  }

  .commentlist .avatar {
    height: 39px;
    left: 2.2em;
    top: 2.2em;
    width: 39px;
  }

  .comments-area article header cite,
  .comments-area article header time {
    margin-left: 50px;
  }
}


/* Utility Classes
// ========================================================================== */

.hide {
  display:none!important;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.assistive-text,
.site .screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.left-text   { text-align: left   !important; }
.right-text  { text-align: right  !important; }
.center-text { text-align: center !important; }

.tt-upper { text-transform: uppercase !important; }
.tt-lower { text-transform: lowercase !important; }

.w-100 { font-weight: 100 !important; }
.w-200 { font-weight: 200 !important; }
.w-300 { font-weight: 300 !important; }
.w-400 { font-weight: 400 !important; }
.w-500 { font-weight: 500 !important; }
.w-600 { font-weight: 600 !important; }
.w-700 { font-weight: 700 !important; }
.w-800 { font-weight: 800 !important; }
.w-900 { font-weight: 900 !important; }

.ptn, .pvn, .pan { padding-top:    0    !important }
.pts, .pvs, .pas { padding-top:    5px  !important }
.ptm, .pvm, .pam { padding-top:    10px !important }
.ptl, .pvl, .pal { padding-top:    20px !important }
.prn, .phn, .pan { padding-right:  0    !important }
.prs, .phs, .pas { padding-right:  5px  !important }
.prm, .phm, .pam { padding-right:  10px !important }
.prl, .phl, .pal { padding-right:  20px !important }
.pbn, .pvn, .pan { padding-bottom: 0    !important }
.pbs, .pvs, .pas { padding-bottom: 5px  !important }
.pbm, .pvm, .pam { padding-bottom: 10px !important }
.pbl, .pvl, .pal { padding-bottom: 20px !important }
.pln, .phn, .pan { padding-left:   0    !important }
.pls, .phs, .pas { padding-left:   5px  !important }
.plm, .phm, .pam { padding-left:   10px !important }
.pll, .phl, .pal { padding-left:   20px !important }
.mtn, .mvn, .man { margin-top:     0    !important }
.mts, .mvs, .mas { margin-top:     5px  !important }
.mtm, .mvm, .mam { margin-top:     10px !important }
.mtl, .mvl, .mal { margin-top:     20px !important }
.mrn, .mhn, .man { margin-right:   0    !important }
.mrs, .mhs, .mas { margin-right:   5px  !important }
.mrm, .mhm, .mam { margin-right:   10px !important }
.mrl, .mhl, .mal { margin-right:   20px !important }
.mbn, .mvn, .man { margin-bottom:  0    !important }
.mbs, .mvs, .mas { margin-bottom:  5px  !important }
.mbm, .mvm, .mam { margin-bottom:  10px !important }
.mbl, .mvl, .mal { margin-bottom:  20px !important }
.mln, .mhn, .man { margin-left:    0    !important }
.mls, .mhs, .mas { margin-left:    5px  !important }
.mlm, .mhm, .mam { margin-left:    10px !important }
.mll, .mhl, .mal { margin-left:    20px !important }

.form-products-select select {
  height:auto;
}

/* Accordion
// ========================================================================== */

.x-accordion{margin-bottom:1.375em}.x-accordion-group{margin:8px 0;border:1px solid #ddd;border:1px solid rgba(0,0,0,0.15);border-radius:3px;-webkit-box-shadow:0 0.125em 0.275em 0 rgba(0,0,0,0.125);box-shadow:0 0.125em 0.275em 0 rgba(0,0,0,0.125)}.x-accordion-heading{overflow:hidden;border-bottom:0}.x-accordion-heading .x-accordion-toggle{display:block;padding:10px 15px;font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400;font-size:114.2%;color:#272727;background-color:#fff}.x-accordion-heading .x-accordion-toggle.collapsed{background-color:#fff}.x-accordion-heading .x-accordion-toggle.collapsed:before{color:#ccc;-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}.x-accordion-heading .x-accordion-toggle:hover{color:#5cbb8b}.x-accordion-heading .x-accordion-toggle:hover:before{color:#ccc}.x-accordion-heading .x-accordion-toggle:before{content:"\f067";position:relative;display:inline-block;bottom:0.1em;margin-right:10px;font-size:74%;color:#ccc;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 0.3s ease;transition:all 0.3s ease;font-family:"fontawesome" !important;font-style:normal !important;font-weight:normal !important;speak:none;-webkit-font-smoothing:antialiased}.x-accordion-toggle{cursor:pointer}.x-accordion-inner{padding:10px 15px;border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,0.15);background-color:#fff;-webkit-box-shadow:none;box-shadow:none}.x-accordion-inner p:last-child,.x-accordion-inner ul:last-child,.x-accordion-inner ol:last-child{margin-bottom:0}


/* Modal
// ========================================================================== */

.close {
float: right;
font-size: 21px;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: .2;
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: 0 0;
border: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-content .modal-title {
  margin: 0;
  line-height: 1.42857143;
  clear: none;
}
.modal-body {
  position: relative;
  padding: 15px;
  line-height:1.3em;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
    margin-top: 15%;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-footer:after {
  clear: both;
}


/* Badges
// ========================================================================== */

/*
// Badge wrap.
*/

.tco-badges {
  display: block;
  margin: -7px 0 0;
}

.tco-badges:before,
.tco-badges:after {
  content: " ";
  display: table;
}

.tco-badges:after {
  clear: both;
}

.bbp-reply-author .tco-badges {
  width: 87px;
  margin: 0 auto;
  display: block;
}

.bbp-reply-author .tco-badge:nth-of-type(odd) {
  clear: both;
}

.bbp-reply-author .tco-badge:nth-of-type(even) {
  margin-right: 0;
}


/*
// Badges.
*/

.tco-badge {
  position: relative;
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  margin: 7px 7px 0 0;
}


/*
// Badge graphic.
*/

.tco-badge-graphic {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 55%;
  border-radius: 100em;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.tco-badge-graphic svg {
  display: block;
  margin: 0 auto;
}

.tco-badge-licenses-x svg {
  width: 18px;
  height: 18px;
  margin-top: 11px;
}

.tco-badge-licenses-xpro .tco-badge-graphic {
  background-color: #4080c4
}

.tco-badge-licenses-xpro svg {
  width: 18px;
  height: 18px;
  margin-top: 11px;
  fill: #fff;
}

.tco-badge-licenses-pro .tco-badge-graphic {
    overflow: visible;
    box-shadow: none;
}

.tco-badge-licenses-pro svg {
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.tco-badge-licenses-cs svg {
  width: 24px;
  height: 24px;
  margin-top: 8px;
}

.tco-badge-years.tco-badge-level-1 .tco-badge-graphic { background-image: url('images/badges/time/1.png'); }
.tco-badge-years.tco-badge-level-2 .tco-badge-graphic { background-image: url('images/badges/time/2.png'); }
.tco-badge-years.tco-badge-level-3 .tco-badge-graphic { background-image: url('images/badges/time/3.png'); }
.tco-badge-years.tco-badge-level-4 .tco-badge-graphic { background-image: url('images/badges/time/4.png'); }
.tco-badge-years.tco-badge-level-5 .tco-badge-graphic { background-image: url('images/badges/time/5.png'); }
.tco-badge-spotlight               .tco-badge-graphic { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFOTI1N0Q1QkMyMDkxMUU0QTJFRTg2Q0FFNkI0N0IwMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFOTI1N0Q1Q0MyMDkxMUU0QTJFRTg2Q0FFNkI0N0IwMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU5MjU3RDU5QzIwOTExRTRBMkVFODZDQUU2QjQ3QjAxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkU5MjU3RDVBQzIwOTExRTRBMkVFODZDQUU2QjQ3QjAxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+O2Wt/QAABmVJREFUeNrEV2tsk2UUfnpZ713Xdd3aXWEb2wS5RkgmtxjDWMQMAQ0a+WEkXvCHJgSMYUDYIEaNhKgJJCT6b0LUGP2jQFBuDnEjbLgLjLmybuvWrVtv6739vnrej21sXWHWaPYmp+13ed/znHOe87xvRfF4HPM5xJjnMe8ApOzjldd3pzqvkGw72TIyDZmd7AbZj2e++tKfykIixoEUAOSRva/PyHh32dKlyDWbIZfL4B0fh9Xah7aODkQikcME4mhKAGxD9jlf3FdbKxeJRKHnNlfh6cpKjLk98AUC4DgOMlkadBot5Glp+PrsWXT39HxMID74TwCQY+NE5Fs3rl93ZOnyFei12ZCse+QyGRYVFuLU6dPwer0r6JaNgIz+KwDk+A362qNRq1emp6djeGQEL+/cCZf/8SWWSiRwEMCW27chEYvhDwTY4qfIWFbCSUkYx8xo9tce/KQgP2//jq0vICvLgGAoLETl8o2Dh+ixACKxGGI8hw1r12LjunUIh8OmS1ev1l27ft1Ej99JmoGBoaHpzk1arWboTSJmW1cX3B6PcL/rzh08ScTT6HRz1tVC8+IiEQwGAxRyOcpLStB88ybLyquUha9n6QADMWk0lhizjGikCU6XCzzPC6ZSqzFObOfpnblshMqlUqmEeYFgEC3t7dBnZrK1n/0nQtTnIsfUTlPOmWmJByN2+wywyWzc6xXmSqkjOJo3aY5RgYvOpAASMvCXy+1GJBwWWmzSlEol7ATA7XTOAJZotr4+GIzGWfd9xB8a7XMC+Ki+jqH43E0gpgNglk8t1tnWRov5kqZ+gJz3W63QGzIpam7KYrEogR9mrs4lB5BgrG2GiZgeIuD0NEqkUoRDITQ3Ngqpnh7hvc5OZl1Gk4nA8lMWi3EYtA0iGAyeIAIOJ+cAS/10o1pFo9HX+nt7p6KPUXtZLRb2+wJlqlVJ7J7BEZWSzRtw2O1XnFTvyXl20gS6/oxJyyOF6D6ljo0DR+qYLnxK4vNe2aJSmHJyqBXvwUfs91HEiysqUFK8EHm5ebjW1AS5RgMJCY+fSpJN7WkyZqGtvQMd1LKsXfXUhhpSR1bO/oEBVuK9lIUTswBYrA8A1NbVHa9cs2bvMxs3YJBqNkYTf79xAyULFqC6ahM85MjhdMFNYNQUsXXABjEBUJCTHHLOIs7NzoFOq8Hly1fQSu3H5pkpEIlIjJ8unMfdrnvHCcS+GQB6iDgH6+ozieljz2/ZgqbWViGtUWqnONn2HTvQ3t2NSDQ6S/sLVA0YCO5CKPxQZWXUgk8UF+PypUvwkHQrSBN0Wi2eWr4MDWfOMnXUEQjvNA4InzVlpaX4o6UFUao3Ix0j2gqadJMiYQ4SWytf0YBicxpy5Q0z7rN3W6gMpbQeW4NlxknZ/PW3RqGENDYndIGAoEaXkUEiEgVP7GUWoNortOlJBUeMIEzKX1C+6hTMyot0HZr1joSIGqItexIYy6BeLyhi9QwAh+qPSsQi0bYgU784L1gkHCKy5WLM65nV7zLxGMoN3yO7aA9Cwy8iu/Bt4Zrdn/6eg6IuyM8XWncSBMssjfUzdkNB/0m9bKR0PKWLjRBpeEVpCW2nQeG6TP8D9KohKMVWIp4KGv166pJMRNydMJmqqc+NMKq+oPkBBPkiOAO56HZthZlOTe1370JCvBD6WyCwahGdwozEA4cAoP7QwT8PHz32Idv/p3FMq0nXSQMTu6FIxCErs4BSfp503gA+ZoOvb7WgGxH3SZQtb4ZYmotYdAxdt3bDHYwKZVCna4UW9o8LUgzH4OCU1kxlgJwLXThhbCjT0tIC3IRMs3FndBu10jfUNjVYWLwKXPA6wIcmdCyIgK0GEmUl7ltuwTKkpvdfEtglkkiFE0Sc5w0PhRZeip573KFULZPJfHLagBIPXptWXsDion4UmGdvpP1DPDp6C3Cxteqh1NK5gEVPnSAjp9GkJ6Ikw09bqoasMvHBqFO2JJYbPYa4XJP4jOTb73DKD/g8ns6ER1eSOZ/KQCqj+Zx8l1ajPmnO4rXsOhjmoZQ/yMagQzzu8/vfWl0dPpPSH5OUhkhcLlOYVA6nlfP6OEYCpuOF6RqJQq4oUvn8PRX/618ziURtdo5ZOI+P+5bj40tWVYUWs2+6/s7ptHASqdac0oJzHbGSWdPPsvRH3NelupZovv+e/y3AAPLToz74CZllAAAAAElFTkSuQmCC'); }
.tco-badge-ugurus                  .tco-badge-graphic { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAALNSURBVFiF7Ze/SyNBFMc/M/uDoOxFlLWWpEqTUg4JBLG1Eu9sFcvrhZQW/gnXCcH2zt42gSsOsbA7mxFtFI2gZsXNj3VzhdllsyZh4+UIB/eFZeftzpvvd3feezMjOp0Ok4ScKDugRw0hBACZTEYCn4Et4CPw4Z3j14GfQBn4ppTy4x1EdAqEEGQyGRv4DhTfSToIVeCTUqo2UEA2mzWAH8DimMkDHAMFpVQ7eBCPgS8BuRBirFcXi12OEHEBW2P93v7o4dBjL3ODvKSUOI6D4zgYhsHMzAy6riOE4Pn5mcfHRzRNI51OY5omQ9K7hyMuwBjk1Ww2yefzLC0tcX19TbVapdVq4XkeCwsLLC8v4zgOlUqFer2OlAMzvIcjLmAg7u/v2dnZYWVlBd/32d7e5ujoiEajwe7uLpubmwCUSiXK5TKWZQ37CyESF6KXlxfm5+fDtm3beJ4HgG3bYb/gedIKm1iAEIJmswmA53m0Wq0wul3XBcD3fRqNBlLKaOSPR0AgInoP2nF7lPVl4mvBfwH/loCkwZU0A0YWEBcSRPyf7KpGEqBp2quTlGiaFpZi0zRDYVLKkUQlLsVSSm5ubgAwTZONjQ3Ozs7I5XIUi8Wwz93dHZqmJa4H8Q1JaMTn0XVdCoUC+/v7WJbVdzClFOvr6zw8PKDreo+AaFspFQ6eeAqmpqaoVCrs7e2FJTmKy8tLSqUStVrtDfkwJJ6CTqeDZVkcHBxwe3vL2toa2WwW13U5OTnh8PCQ09NT0un0SEEZn4IW3fV6UCr5vs/T0xOzs7PMzc3Rbre5urrC8zymp6ff+PUR01ZKmYER/wO/gPwQZ4QQWJaF67pcXFwgpcQwDFKpVILvDTlCxGOgPIw8Cl3XSaVSmKbZk3rxqw/KUSMu4CuvW+e/heMuR38B5+fnbWCV10PEuFEFVqNnAuhzMoIJHs0mgYkvx78BAws/7cOtUI0AAAAASUVORK5CYII='); }


/*
// Badge count.
*/

[class*="tco-badge-licenses-"] .tco-badge-count {
  display: block;
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 16px;
  height: 16px;
  font-size: 8px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  color: #fff;
  background-color: #e52c2d;
  border-radius: 100em;
}

[class*="tco-badge-licenses-"] .tco-badge-count:after {
  content: attr(data-count);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

[class*="tco-badge-licenses-"].tco-badge-level-1 .tco-badge-count   { background-color: #e52c2d; }
[class*="tco-badge-licenses-"].tco-badge-level-2 .tco-badge-count   { background-color: #3297db; }
[class*="tco-badge-licenses-"].tco-badge-level-3 .tco-badge-count   { background-color: #2dcb70; }
[class*="tco-badge-licenses-"].tco-badge-level-4 .tco-badge-count   { background-color: #9a58b5; }
[class*="tco-badge-licenses-"].tco-badge-level-5 .tco-badge-count   { background-color: #34495d; }
[class*="tco-badge-licenses-"].tco-badge-level-6 .tco-badge-count   { background-color: #1bbc9c; }
[class*="tco-badge-licenses-"].tco-badge-level-7 .tco-badge-count   { background-color: #e57b20; }
[class*="tco-badge-licenses-"].tco-badge-level-8 .tco-badge-count   { background-color: #96a5a6; }
[class*="tco-badge-licenses-"].tco-badge-level-9 .tco-badge-count   { background-color: #b4193a; }
[class*="tco-badge-licenses-"].tco-badge-level-10 .tco-badge-count  { background-color: #f374d0; }
[class*="tco-badge-licenses-"].tco-badge-level-20 .tco-badge-count  { background-color: #825a2e; }
[class*="tco-badge-licenses-"].tco-badge-level-30 .tco-badge-count  { background-color: #0853ed; }
[class*="tco-badge-licenses-"].tco-badge-level-40 .tco-badge-count  { background-color: #67815e; }
[class*="tco-badge-licenses-"].tco-badge-level-50 .tco-badge-count  { background-color: #1b9fe1; }
[class*="tco-badge-licenses-"].tco-badge-level-60 .tco-badge-count  { background-color: #1da198; }
[class*="tco-badge-licenses-"].tco-badge-level-70 .tco-badge-count  { background-color: #503d6b; }
[class*="tco-badge-licenses-"].tco-badge-level-80 .tco-badge-count  { background-color: #db804a; }
[class*="tco-badge-licenses-"].tco-badge-level-90 .tco-badge-count  { background-color: #716a6a; }
[class*="tco-badge-licenses-"].tco-badge-level-100 .tco-badge-count { background-color: #ffed24; }



/* Custom Google Search
// ========================================================================== */

.gsib_a {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0 !important;
}

.gsc-control-cse .gsc-input-box {
height: 65px !important;
border-color: #333 !important;
border: 2px solid #333 !important;
box-shadow: none !important;
}

.gsc-control-cse .gsc-input-box-hover {
height: 65px !important;
border-color: #333 !important;
border: 2px solid #333 !important;
box-shadow: none !important;
}

.gsc-control-cse .gsc-input-box-focus {
border-color: #5cbb8b !important;
border: 2px solid #5cbb8b !important;
box-shadow: none !important;
}

.gsc-search-box-tools .gsc-search-box input.gsc-input {
color: #333 !important;
font-size: 24px !important;
}

.gsc-control-cse .gsc-input[placeholder]               { color: #c5c5c5 !important; }
.gsc-control-cse .gsc-input::-webkit-input-placeholder { color: #c5c5c5 !important; }
.gsc-control-cse .gsc-input:-moz-placeholder           { color: #c5c5c5 !important; }
.gsc-control-cse .gsc-input::-moz-placeholder          { color: #c5c5c5 !important; }
.gsc-control-cse .gsc-input:-ms-input-placeholder      { color: #c5c5c5 !important; }

.gsc-control-cse table.gsc-search-box td {
height: 61px !important;
}

.gsc-control-cse .gsst_a .gscb_a {
color: #333 !important;
}

.gsc-control-cse .gsst_a {
  padding-top: 9px !important;
  padding-right: 10px !important;
}

.gsc-control-cse .gsc-search-button {
display: none !important;
}

.cse .gsc-control-cse, .gsc-control-cse {
padding: 0!important;
}

.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
  padding-left: 0px !important;
}

.gsc-orderby-container {
  display:none;
}

.gsc-result-info { padding-left: 0px !important; }



/* Onboarding
// ========================================================================== */

/*
// Page.
*/

body.page-template-template-onboarding {
  background-color: #fff;
}


/*
// Main.
*/

.tco-onboarding {
  padding: 4% 0 0;
}


/*
// Logo.
*/

.tco-onboarding h1 a {
  overflow: hidden;
  display: block;
  width: 270px !important;
  height: 32px !important;
  margin: 40px auto 0 !important;
  text-indent: -9999px;
  background-image: url( 'images/logo-themeco-540-63.png') !important;
  background-size: 270px 32px !important;
  outline: none;
}


/*
// Box container.
*/

.tco-onboarding-container {
  display: table;
  width: 90%;
  max-width: 826px;
  margin: 25px auto;
}

@media (max-width: 1001px) {
  .tco-onboarding-container {
    display: block;
    max-width: 501px;
  }
}


/*
// Box.
*/

.tco-onboarding-box {
  display: table-cell;
  padding: 25px;
  border: 1px solid #eee;
  vertical-align: top;
  background-color: #fafafa;
  box-shadow: none;
}

.tco-onboarding-box:last-of-type {
  border-left-width: 0;
}

@media (max-width: 1001px) {
  .tco-onboarding-box {
    display: block;
  }

  .tco-onboarding-box:last-of-type {
    border-top-width: 0;
    border-left-width: 1px;
  }
}


/*
// Box (logged out).
*/

.tco-onboarding-register,
.tco-onboarding-login {
  padding: 11.5%;
  text-align: center;
  vertical-align: top;
}

.tco-onboarding-register p,
.tco-onboarding-login p {
  max-width: 275px;
  margin: 1em auto 0;
  line-height: 1.4;
}


/*
// Box (logged in - current user).
*/

.tco-onboarding-current-user {
  width: 180px;
  max-width: 180px;
  text-align: center;
}

@media (max-width: 1001px) {
  .tco-onboarding-current-user {
    width: 100%;
    max-width: none;
  }
}

.tco-onboarding-current-user p {
  font-size: 12px;
  line-height: 1.4;

}

.tco-onboarding-current-user-username {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tco-onboarding-current-user-avatar img {
  margin: 10px auto;
  border-radius: 0.35em;
}


/*
// Box (logged in - new license).
*/

.tco-onboarding-new-license-title {
  margin: 0 0 1em;
  line-height: 1.4;
}

.tco-onboarding-new-license-purchase-code {
  font-weight: 700;
}

.tco-onboarding-new-license-option {
  display: table;
  width: 100%;
}

.tco-onboarding-new-license-option + .tco-onboarding-new-license-option {
  margin-top: 1em;
}

.tco-onboarding-new-license-option-button,
.tco-onboarding-new-license-option-caption {
  display: table-cell;
  vertical-align: middle;
}

.tco-onboarding-new-license-option-button {
  width: 5em;
}

.tco-onboarding-new-license-option-button .btn {
  width: 100%;
  text-align: center;
}

.tco-onboarding-new-license-option-caption {
  padding: 0 0 0 1em;
}

.tco-onboarding-new-license-option-caption p {
  font-size: 12px;
  line-height: 1.4;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  -ms-word-break: break-all;
}


/*
// Back to site.
*/

.tco-onboarding-back-to-site {
  margin: 0;
  text-align: center;
}

.tco-onboarding-back-to-site a {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.115em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.35);
}

.tco-onboarding-back-to-site a:hover {
  color: #5cbb8b;
}


/*
// Error
*/

.tco-onboarding-error {
	text-align: center;
	border-left-width: 1px !important;
	line-height: 2.8em
}



/* Custom New Topic
// ========================================================================== */

/*
// Welcome
*/

p.tco-new-topic-welcome {
  margin: 45px 0 0;
  padding: 5px 0 0;
  font-size: 21px;
  font-weight: 700;
}


/*
// Container.
*/

.tco-new-topic-products {
  display: table;
  float: left;
  width: 100%;
  margin: 10px auto;
}

@media (max-width: 1251px) {
  .tco-new-topic-products {
    display: block;
  }
}


/*
// Product.
*/

.tco-new-topic-product {
  display: table-cell;
  width: 50%;
  border: 1px solid #eee;
  text-align: center;
  vertical-align: top;
  box-shadow: none;
}

.tco-new-topic-product:last-of-type {
  border-left-width: 0;
}

@media (max-width: 1251px) {
  .tco-new-topic-product {
    display: block;
    width: auto;
  }

  .tco-new-topic-product:last-of-type {
    border-top-width: 0;
    border-left-width: 1px;
  }
}

.tco-new-topic-product > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  background-color: #fafafa;
  padding: 15% 7.5%;
}

.tco-new-topic-product > a:hover {
  background-color: #fff;
}

.tco-new-topic-title {
  margin: 1em auto 0;
  line-height: 1.3;
}

.tco-new-topic-graphic {
  overflow: hidden;
  display: block;
  width: 70px;
  height: 70px;
  margin: 1.5em auto 0.25em;
  background-color: #fff;
  border-radius: 100em;
  box-shadow: inset 0 0 0 1px #eee;
}

.tco-new-topic-graphic svg {
  display: block;
  margin: 0 auto;
}

.tco-new-topic-product-x .tco-new-topic-graphic svg {
  margin-top: 20px;
  width: 30px;
  height: 30px;
}

.tco-new-topic-product-cornerstone .tco-new-topic-graphic svg {
  margin-top: 15px;
  width: 40px;
  height: 40px;
}


/*
// Not sure
*/

p.tco-new-topic-not-sure {
  float: left;
  width: 100%;
  margin: 0;
  text-align: center;
}

p.tco-new-topic-not-sure a {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.35);
}

p.tco-new-topic-not-sure a:hover {
  color: #5cbb8b;
}



/* Transitional Support Page
// ========================================================================== */

.page-template-template-content-support .entry-content h2 {
	font-size: 36px;
	text-align: center;
}

.page-template-template-content-support form#bbp-search-form.searchform label {
  display:none !important;
}

.page-template-template-content-support .gsc-control-cse .gsc-input-box {
  border-width: 1px!important;
  border-radius: 4px;
	background-color: #fff;
}

.page-template-template-content-support .searchform td,
.page-template-template-content-support .searchform table,
.page-template-template-content-support .gsc-search-box,
.page-template-template-content-support .gsc-input,
.page-template-template-content-support .gsc-control-cse gsc-control-cse-en {
  border:none!important;
}
.page-template-template-content-support .gsc-control-cse {
	background: transparent;
	border-color: transparent;
}

.page-template-template-content-support .info-boxes.step-two {
	position: relative;
}

#submit-ticket-back {
	position: absolute;
	top: 12px;
	right: 15px;
}

.page-template-template-content-support .main-content p {
  line-height: 1.714285714;
  margin: 0 0 24px
}

.page-template-template-content-support .new-topic-info p {
  margin-top:0!important;
}

.page-template-template-content-support .searchform {
	text-align: left;
}


/* Transitional Apex-y Stuff
// ========================================================================== */

.info-boxes-support-steps .h-info-box {
  margin: 0 0 10px;
  font-size: 24px;
  letter-spacing: -0.035em;
  text-transform: capitalize;
}

.info-boxes-support-steps .info-box p:first-of-type {
  margin-top: 0;
  margin-bottom: 10px;
}

.info-boxes-support-steps .info-box p:last-of-type {
  margin-top: 10px;
  margin-bottom: 0;
}

.info-boxes-support-steps form#bbp-search-form,
.info-boxes-support-steps form#bbp-search-form form {
  margin: 0 !important;
}

.info-boxes-support-steps .btn {
  width: 100%;
  padding: 1.325em 2em;
}

.info-boxes-support-steps .wpcf7-form input[type="text"],
.info-boxes-support-steps .wpcf7-form textarea {
  width: 100% !important;
}

.info-boxes-support-steps .wpcf7-form textarea {
  resize: none;
}
