/*-----------------------------------------------------------
  Theme Name: Theme Station 2015
  Version: 1.0
  Description: Premium WordPress Theme By Theme Station
  Author: http://www.themestation.net
  Author URI: http://themeforest.net/user/themestation/
  Designed & Developed by http://www.themestation.co
  Theme URI: http://themeforest.net/user/themestation/portfolio
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: dark, light, blue, green, one-column, two-columns, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, post-formats, sticky-post, theme-options, threaded-comments, responsive-layout
*/
@font-face {
  font-family: 'Batch Icons';
  src: url('fonts/batch/batch-icons-webfont.eot');
  src: url('fonts/batch/batch-icons-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/batch/batch-icons-webfont.woff') format('woff'), /* Modern Browsers */ url('fonts/batch/batch-icons-webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/batch/batch-icons-webfont.svg#svgFontName') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*  Access  */
@media screen {
  .screen-reader-text {
    display: none;
  }
}
.roundedEdges {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.hoverDelay {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.capitalTitle {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5;
}
/* General Settings */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
.batch {
  font-family: "Batch Icons";
  font-size: 16px;
  line-height: 1;
  display: inline-block;
}
.batch:before {
  content: attr(data-icon);
}
.batch.large {
  font-size: 32px;
}
.fontawesome {
  font-family: 'FontAwesome';
  font-size: 16px;
  line-height: 1;
  display: inline-block;
}
body {
  font-family: 'proxima-nova', sans-serif;
  font-weight: 300;
  color: #555555;
  padding: 0;
  margin: 0;
  font-size: 20px;
  overflow-x: hidden;
  background-color: #fff;
  line-height: 1.7;
}
a:link,
a:visited {
  text-decoration: none;
  color: #a2d7db;
}
a:hover {
  color: #f56363;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
strong,
b {
  font-weight: normal;
}
em,
i {
  font-style: normal;
}
/* Form Elements */
/* General Input & Textarea Settings*/
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
  background: transparent;
  padding: 20px;
  font-family: 'Raleway', 'Arial', sans-serif;
  border: 1px solid #dddddd;
  opacity: 0.7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  opacity: 1;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
textarea {
  background: #fff;
  padding: 20px;
  font-family: 'Raleway', 'Arial', sans-serif;
  line-height: 30px;
  border: 1px solid #dddddd;
  opcity: 0.7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
textarea:focus {
  opacity: 1;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
input[type="submit"],
.form-submit #submit,
#respond #commentform #submit,
a.butn:link,
a.butn:visited,
.butn {
  background: #a2d7db;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  line-height: 14px;
  padding: 20px 45px;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
input.secondary[type="submit"],
.form-submit #submit.secondary,
#respond #commentform #submit.secondary,
a.butn.secondary:link,
a.butn.secondary:visited,
.butn.secondary {
  background: rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.5);
}
input[type="submit"]:hover,
.form-submit #submit:hover,
#respond #commentform #submit:hover,
a.butn:link:hover,
a.butn:visited:hover,
.butn:hover {
  opacity: 1;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
/* Extra Small Buttons */
a.butn.xsmall:link,
a.butn.xsmall:visited {
  padding: 16px 22px;
  font-size: 12px;
  line-height: 12px;
}
.post-password-form input[type="submit"] {
  padding: 12px 36px;
  font-size: 16px;
}
.post-password-form input[type="password"] {
  padding: 12px 36px;
}
/* Button Set */
.butn_set {
  margin-top: 16px;
  border-radius: 3px;
}
.butn_set a.butn:link,
.butn_set a.butn:visited {
  border-radius: 0;
}
.butn_set a.butn:link:first-of-type {
  border-radius: 3px 0 0 3px;
  float: left;
}
.butn_set a.butn:link:last-of-type {
  border-radius: 0 3px 3px 0;
  float: right;
}
.butn_set.secondary a.butn:link,
.butn_set.secondary a.butn:visited {
  background-color: rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.5) !important;
}
.butn_set.secondary a.butn:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.65) !important;
}
.super-container .upper {
  background-size: cover;
}
.above .inactive a:link,
.above .inactive a:visited,
.above .inactive a:hover,
.inactive a:link,
.inactive a:visited,
.inactive a:hover {
	font-style:italic;
  color:#999;
  cursor:default;
}
/* Navigation Area */
.above {
  padding: 52px 0;
  width: 920px;
  margin: auto;
}
.above .open-menu {
  display: none;
}
.above a:link,
.above a:visited {
  color: #3c3c3c;
}
.above a:hover {
  color: #222222;
}
.above .header {
  padding: 0;
  width: 200px;
  float: left;
}
.above .main-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
}
.above .main-title a {
  background-image: url('img/logo-inverted.png');
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  height: 42px;
  width: 30px;
}
/* Navigation */
.above .navigation {
  font-size: 16px;
  padding: 14px 0;
  line-height: 16px;
  text-align: left;
  /*width: 720px;*/
  float: left;
}
.above .navigation .thst-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 400;
}
.above .navigation .thst-menu > li {
  margin-right: 25px;
  display: inline-block;
  position: relative;
}
.above .navigation .thst-menu > li .sub-menu {
  position: absolute;
  margin: 0 0 0 -100px;
  padding: 45px 0 0 0;
  top: 0px;
  left: 50%;
  background: transparent url('img/nav-arrow-light.png') center 40px no-repeat;
  opacity: 0;
  width: 200px;
  z-index: 9;
  transition: all 0.5s ease-in-out 0s;
  visibility: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.above .navigation .thst-menu > li:hover .sub-menu {
  opacity: 1;
  top: 15px;
  width: 200px;
  visibility: visible;
}
.above .navigation .thst-menu > li .sub-menu > li {
  list-style: none;
  text-align: center;
  display: block;
}
.above .navigation .thst-menu > li .sub-menu > li a {
  background: #f0f0f0;
  display: block;
  padding: 25px 15px 0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.above .navigation .thst-menu > li .sub-menu > li:first-of-type a {
  border-radius: 3px 3px 0 0;
}
.above .navigation .thst-menu > li .sub-menu > li:last-of-type a {
  padding: 25px 15px;
  border-radius: 0 0 3px 3px;
}
/* Secondary Navigation */
.secondary-navigation {
  background: #f56363;
}
.secondary-navigation .thst-menu {
  padding: 0;
  margin: 0;
  text-align: right;
}
.secondary-navigation .thst-menu a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5;
  color: rgba(0, 0, 0, 0.5);
}
.secondary-navigation .thst-menu > li {
  list-style: none;
  display: inline-block;
  margin-left: 20px;
}
.secondary-navigation .thst-menu > li a {
  padding: 15px 0 15px 10px;
  display: block;
}
.secondary-navigation .thst-menu > li.menu-item-77 a,
.secondary-navigation .thst-menu > li.menu-item-78 a {
  color: rgba(0, 0, 0, 0.25);
  cursor: default;
}
/* Featured */
.featured {
  color: #222;
  text-align: left;
  padding: 24px 0;
  width: 1320px;
  margin: auto;
}
.featured .content {
  /*width: 720px;
  margin-left: 200px;*/
}
.featured h2 {
  font-family: proxima-nova;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  color: #555;
}
.featured .content.screenshot {
  padding: 80px 0 0 0;
}
.featured .content.screenshot img {
  display: block;
  width: 100%;
  height: auto;
}
/* Features */
.features.one {
  background-color: #e4e4e4;
  padding: 80px 0;
}
.features.one > .content {
  text-align: center;
}
.features.one .content h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.features.one .content .batch {
  margin: 15px 25px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.features.one .content:hover .batch {
  color: #a2d7db;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.features.one > .content p {
  font-size: 16px;
  font-weight: 600;
}
/* Landing Page: Featured Theme */
.landing-themes {
  text-align: left;
  border-bottom: 1px solid #eee;
  padding-bottom: 64px;
}
.landing-themes .theme {
  width: 920px;
  margin: auto;
  padding: 64px 0;
}
.landing-themes .theme .top {
  /*width: 720px;
  margin-left: 200px;*/
  margin-bottom: 42px;
}
.landing-themes .theme .top a.title h2,
.landing-themes .theme .top h2 {
  color: #444;
}
.landing-themes .theme .top a.title:hover h2 {
  color: #555;
}
.landing-themes .theme .top a h2,
.landing-themes .theme .top h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  float: left;
  line-height: 1;
  padding-top: 12px;
}
.landing-themes .theme .top .butn_set,
.landing-themes .theme .top .butn {
  float: right;
  margin-top: 0;
}
.landing-themes .theme .top .excerpt {
  clear: both;
  padding-top: 24px;
}
.landing-themes .theme .top .cats {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.landing-themes .theme .thumbnail {
  clear: both;
}
.landing-themes.plugins .theme .thumbnail {
  padding-top: 42px;
}
.landing-themes .theme .thumbnail img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* Landing Page: Tumblr Themes */
.landing-themes.tumblr,
.landing-themes.plugins {
  padding: 64px 0;
}
.landing-themes.tumblr > .inside,
.landing-themes.plugins > .inside {
  width: 920px;
  margin: auto;
}
.landing-themes.tumblr .top,
.landing-themes.plugins .top {
  /*width: 720px;
  margin-left: 200px;*/
}
.landing-themes.tumblr .top h2 {
  font-size: 32px;
  line-height: 1.4;
}
.landing-themes.plugins .theme .top a h2 {
  font-size: 24px;
  line-height: 1.4;
}
.landing-themes.tumblr .theme {
  width: 50%;
  /*background:#eee;*/
  float: left;
  display: block;
  overflow: hidden;
}
.landing-themes.tumblr .theme img {
  max-width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  border-radius: 5px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.landing-themes.tumblr .theme:hover img {
  opacity: 0.75;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.landing-themes.tumblr .theme .inside {
  position: relative;
  overflow: hidden;
  padding: 16px;
}
.landing-themes.tumblr .theme .inside .hover {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  top: 16px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.landing-themes.tumblr .theme:hover .inside .hover {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  opacity: 1;
}
.landing-themes.tumblr .theme .inside .text {
  position: absolute;
  bottom: 0;
  padding: 24px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.landing-themes.tumblr .theme:hover .inside .text {
  opacity: 1;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.landing-themes.tumblr .theme .inside .text h2 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}
.landing-themes.tumblr .theme .inside .text h2 a {
  color: #fff;
}
.landing-themes.tumblr .theme .inside .text span a {
  text-transform: uppercase;
  color: #eee;
  font-size: 12px;
  letter-spacing: 1px;
}
.landing-themes.tumblr .theme .inside .tags {
  padding: 24px 24px 0 24px;
  line-height: 1;
  font-size: 14;
  font-weight: 700;
}
.landing-themes.tumblr .theme:hover .inside .tags {
  opacity: 1;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.landing-themes.tumblr .theme .inside .tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.landing-themes.tumblr .theme .inside .tags ul li {
  display: inline-block;
  margin-right: 10px;
}
.landing-themes.tumblr .theme .inside .tags ul li a {
  color: #eee;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
.landing-themes.tumblr .theme .inside .permalink {
  position: absolute;
  line-height: 1;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
}
.landing-themes.tumblr .theme .inside .permalink a:before {
  content: '\F002';
}
.landing-themes.tumblr .theme .inside .permalink a {
  color: #fff;
  line-height: 1;
  font-size: 32px;
  width: 32px;
  height: 32px;
}
/* Landing Page: Plugins*/
.landing-themes.plugins .theme .excerpt {
  /*width: 720px;
  margin-left: 200px;*/
}
/* Landing: Update & News */
.landing.updates {
  padding: 64px 0;
  width: 920px;
  margin: auto;
}
.landing.updates > .top {
  /*width: 720px;
  margin-left: 200px;*/
}
.landing.updates table {
  margin-top: 42px;
  border-collapse: collapse;
  /*width: 720px;
  margin-left: 200px;*/
}
.landing.updates .post .title-td {
  text-align: left;
  padding: 10px 0;
}
.landing.updates .post .title-td h2 {
  font-size: 18px;
  margin: 0;
}
.landing.updates .post .title-td a:link,
.landing.updates .post .title-td a:visited {
  color: #555;
}
.landing.updates .post .title-td a:hover {
  color: #777;
}
.landing.updates .post .date-td {
  text-align: right;
  font-size: 16px;
}
/* Themes Archive Page */
.post-type-archive-themes .entries .page-title.secondary {
  border-top: 1px solid #ccc;
  padding: 48px 0;
  margin-top: 48px;
}
.post-type-archive-themes .entries .page-title.secondary h2 {
  font-size: 42px;
}
.post-type-archive-themes .entries .post .content .featured {
  position: relative;
}
.post-type-archive-themes .entries .post .content .featured img {
  max-width: 100%;
  height: auto;
}
.post-type-archive-themes .entries .post .content .featured .hover {
  background: #a2d7db;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.post-type-archive-themes .entries .post .content .featured .hover a {
  width: 128px;
  height: 128px;
  position: absolute;
  background-color: #1a1a1a;
  border-radius: 64px;
  top: 50%;
  left: 50%;
  margin-left: -64px;
  margin-top: -64px;
  text-indent: -9999px;
}
.post-type-archive-themes .entries .post .content .featured:hover .hover {
  opacity: 0.75;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.post-type-archive-themes .entries .post .content .text {
  padding: 48px 0;
}
.post-type-archive-themes .entries .post .content .text h3 {
  float: left;
  margin: 0;
  font-size: 26px;
  font-weight: 500;
}
.post-type-archive-themes .entries .post .content .text h3 a {
  color: #1a1a1a;
}
.post-type-archive-themes .entries .post .content .text .platform {
  float: right;
}
.post-type-archive-themes .entries .post .content .text .platform a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  background: #a2d7db;
  padding: 4px 6px;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 0.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.post-type-archive-themes .entries .post .content .text .version {
  display: inline-block;
  margin-left: 15px;
}
/* Themes: Featured ( .single-themes .featured )
-----------------------------------------------------------*/
.single .single .featured.themes-single {
  background-color: #fff;
  color: #222;
  padding: 68px 0 0 0;
}
.single .featured.themes-single .cats {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
}
.single .featured.themes-single .excerpt-content {
  display: none;
}
.featured.themes-single .title-container {
  float: left;
}
.featured.themes-single .title-container h2 {
  font-size: 32px;
  line-height: 1;
  margin: 0;
  padding-top: 12px;
}
.featured.themes-single .butn_set {
  float: right;
  margin-top: 22px;
}
.featured.themes-single .excerpt {
  clear: both;
  padding-top: 24px;
}
.featured.themes-single .excerpt p {
  margin: 0;
}
.featured.themes-single .content.text {
  padding: 0 0 60px 0;
  text-align: left;
}
.featured.themes-single .content.text span {
  color: #a2d7db;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5;
}
.single .featured .content.screenshot {
  width: 100%;
  margin: 0;
}
.single .featured.themes-single .content.screenshot {
  padding: 0;
  max-height: 500px;
  overflow: hidden;
  position: relative;
  -moz-transition-duration: 1s;
}
.single .featured.themes-single .content.screenshot .imgs {
  width: 920px;
  margin: auto;
}
.single .featured.themes-single .content.screenshot .open-button {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  line-height: 1;
  background: #fff;
  border-radius: 3px 3px 0 0;
}
.single .featured.themes-single .content.screenshot .open-button a:link,
.single .featured.themes-single .content.screenshot .open-button a:visited {
  font-size: 25px;
  color: #666;
  padding-top: 5px;
  padding-left: 42px;
  padding-right: 42px;
}
.single .featured.themes-single .content.screenshot .open-button a:hover {
  color: #222222;
}
.single .featured.themes-single .content.screenshot .open-button a:before {
  content: '\f107';
}
.single .featured.themes-single .content.screenshot .open-button a.arrow-down {
  padding-bottom: 5px;
}
.single .featured.themes-single .content.screenshot .open-button a.arrow-down:before {
  content: '\f106';
}
.single .featured.themes-single .content.screenshot.open {
  max-height: 3500px;
  -moz-transition-duration: 1s;
}
.single .featured.themes-single .content.screenshot img {
  padding: 0;
  background: #fff;
  display: block;
  width: 100%;
  height: auto;
}
.features.themes-single.one {
  padding: 0 0 64px 0;
  background: #fff;
  width: 920px;
  margin: auto;
}
.features.themes-single.one > .left {
  float: left;
  width: 66.6666%;
}
.features.themes-single.one .left .main {
  padding-right: 42px;
}
.features.themes-single.one .right {
  float: right;
  width: 33.3333%;
}
.features.themes-single.one .details h3 {
  font-size: 28px;
}
.features.themes-single.one .details ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
}
.features.themes-single.one .details ul li li {
  line-height: 1.4;
}
.features.themes-single.one .details ul li.layer-1 {
  margin-bottom: 26px;
}
.features.themes-single.one .details ul strong {
  color: #444;
  padding-bottom: 2px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
}
.features.themes-single.one .details ul li span {
  display: block;
}
.features.themes-single.one .right .det-lef {
  float: left;
  width: 50%;
}
.features.themes-single.one .right .det-lef > ul {
  padding: 0 10px 0 0;
}
.features.themes-single.one .right .det-rig {
  float: right;
  width: 50%;
}
.features.themes-single.one .right .det-rig > ul {
  padding: 0 0 0 10px;
}
.features.themes-single.one .other {
  margin-top: 16px;
}
.features.themes-single.one .other a {
  display: block;
  font-size: 18px;
  color: #444;
}
.features.themes-single.one > .content {
  text-align: center;
}
.features.themes-single.one > .content h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.features.themes-single.one .content .batch {
  margin: 15px 25px;
}
.features.themes-single.one > .content p {
  font-size: 16px;
  font-weight: 600;
}
/* Theme Special Features */
.theme-sp-features {
  margin: auto;
  padding: 32px 0;
}
.features.themes-single.one .theme-sp-features .content h3 {
  text-transform: none;
  font-size: 28px;
  font-weight: 400;
  margin-top: 0;
}
.theme-sp-features .columns {
  -webkit-columns: 2;
  /* Chrome, Safari, Opera */
  -moz-columns: 2;
  /* Firefox */
  columns: 2;
}
.theme-sp-features .feat {
  margin-bottom: 24px;
  width: 100%;
  font-size: 16px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.theme-sp-features .feat h2 {
  margin: 0;
  line-height: 1.2;
  font-size: 22px;
}
.theme-sp-features .feat h2 i {
  font-size: 14px;
  position: relative;
  top: -3px;
  margin-right: 10px;
}
.theme-sp-features .feat .img {
  display: none;
}
.theme-sp-features .feat .img img {
  display: block;
}
/* Buy */
.buy {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 40px 0;
  margin: 24px 0;
  display: none;
}
.buy .content {
  width: 960px;
  margin: auto;
}
.buy .text {
  color: rgba(0, 0, 0, 0.75);
  font-size: 24px;
  line-height: 24px;
  margin-right: 20px;
  position: relative;
  top: 3px;
  font-weight: 500;
}
.buy .icon {
  color: rgba(0, 0, 0, 0.5);
  font-size: 32px;
  line-height: 32px;
  margin-right: 20px;
  position: relative;
  top: 10px;
}
/* Related Posts */
.single .related-posts {
  border-top: 1px solid #eee;
}
.single .related-posts .content {
  width: 960px;
  margin: auto;
  padding: 68px;
}
.single .related-posts .content h3 {
  margin: 0 0 32px 0;
  padding: 0;
  line-height: 1.4;
  font-size: 28px;
}
.single .related-posts .content .theme {
  width: 32%;
  float: left;
  position: relative;
  margin-right: 2%;
  background: #000;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.single .related-posts .content .theme:last-of-type {
  margin: 0;
}
.single .related-posts .content .theme:hover img {
  opacity: 0.25;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.single .related-posts .content .theme img {
  max-width: 100%;
  height: auto;
  display: block;
}
.single .related-posts .content .theme .text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -44px;
  text-align: center;
  opacity: 0;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.single .related-posts .content .theme:hover .text {
  opacity: 1;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.single .related-posts .content .theme .text .title {
  display: block;
  color: #fff;
  font-size: 28px;
}
.single .related-posts .content .theme .text .view_more {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* Pages */
.page .main-content .page-header,
.single .main-content .page-header,
.archive .main-content .page-header,
.blog .main-content .page-header {
  color: #555;
  padding: 24px 0;
  width: 100%;
}
.page .main-content .page-header .title,
.single .main-content .page-header .title,
.archive .main-content .page-header .title,
.blog .main-content .page-header .title {
  width: 920px;
  margin: auto;
}
.page .page-header h2,
.single .page-header h2,
.archive .page-header h2,
.blog .page-header h2 {
  font-size: 28px;
  /*width: 720px;
  margin-left: 200px;*/
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}
.page .page-header p,
.single .page-header p,
.archive .page-header p,
.blog .page-header p {
  font-size: 18px;
  /*width: 720px;
  margin-left: 200px;*/
  margin-top: 0;
  margin-bottom: 0;
}
.page .entries,
.single .entries,
.single-tickets .entries,
.archive .entries,
.blog .entries {
  width: 920px;
  margin: auto;
  padding: 60px 0;
}
/* ------------------------------- 
 
 FAQs & Knowledgebase 

------------------------------- */
.knowledgebase-container .blurb {
  margin-bottom: 40px;
}
.knowledgebase-container .entries {
  padding: 30px 0;
}
.knowledgebase-container .entries .sup-block {
  margin-bottom: 64px;
  /*width: 720px;
  margin-left: 200px;*/
}
.knowledgebase-container .entries .title {
  font-size: 36px;
  margin: 0 0 20px 0;
}
.knowledgebase-container .entries .left {
  float: left;
}
.knowledgebase-container .entries .right {
  float: right;
}
.single-knowledge .entries article {
  /*margin-left: 200px;
  width: 720px;*/
}
/* FAQs Accordion */
.faqs.sup-block {
  /*width: 720px;
  margin-left: 200px;*/
}
.faqs.sup-block h2 {
  font-size: 22px;
}
.faqs.sup-block .blurb {
  margin-bottom: 32px;
}
.faqs .accordion.ui-widget {
  font-size: inherit;
  font-family: inherit;
  margin-bottom: 32px;
}
.faqs .ui-state-default,
.faqs .ui-widget-content .ui-state-default,
.faqs .ui-widget-header .ui-state-default {
  background: #eee;
  border: #fff;
}
.faqs .accordion .ui-accordion-header {
  font-size: 18px;
  padding: 22px 22px 22px 48px;
}
.faqs .accordion .ui-accordion-header-icon.ui-icon {
  text-indent: 0;
  width: 12px;
  height: 12px;
}
.faqs .accordion .ui-accordion-header-icon {
  background: none;
  font-family: 'FontAwesome';
  color: blue;
  line-height: 1;
  font-size: 10px;
  left: 22px;
  top: 34px;
  margin-top: -6px;
}
.faqs .accordion .ui-accordion-header-icon:before {
  font-family: 'FontAwesome';
  content: '\f078';
  color: #a2d7db;
  font-size: 10px;
}
.faqs .accordion .ui-accordion-header-active .ui-accordion-header-icon:before {
  content: '\f077';
  color: #888;
}
.faqs .accordion .ui-accordion-content {
  font-size: 18px;
  line-height: 1.7;
  color: #555555;
  border: none;
  background: #f4f4f4;
  padding: 42px;
}


/*  Pages | Link Blog  */
.link-block {
  margin:0 0 32px 0;
  padding:0;
  list-style:none;
  width:50%;
  float:left;
}


/*  Blog  */
.post {
  margin-bottom: 75px;
}
.post .featured img {
  width: 100%;
  height: auto;
}
.post .header {
  margin-bottom: 30px;
}
.post .header .cats {
  margin: 32px 0 0 0;
  padding: 0;
  list-style: none;
}
.post .header .cats li {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5;
}
.post .header h2 {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 600;
}
/*  Footer  */
.footer {
  padding: 16px 0;
  background: #fff;
  clear:both;
}
.footer .content {
  width: 920px;
  margin: auto;
  padding: 95px 0;
}
.footer .logo {
  width: 200px;
  float: left;
}
.footer .main-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
}
.footer .main-title a {
  background-image: url('img/logo-inverted.png');
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  height: 42px;
  width: 30px;
  opacity: 0.5;
}
.footer .content .left { 
  /*
  width:720px;
  margin-left: 200px;*/
  text-align: left;
}
.footer .thst-menu {
  margin: 0;
  padding: 0;
  font-size: 16px;
  list-style: none;
}
.footer .thst-menu > li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.footer .thst-menu > li a:link,
.footer .thst-menu > li a:visited {
  color: #444;
}
.footer .copyright {
  padding: 24px 0 0 0;
  font-size: 16px;
  color: #999;
  /*width: 720px;
  margin-left: 200px;*/
}

/*  Support Center Landing Page  */
.page-template-page-support-landing .page-header {
  background:#50c1cf;
}
.page-template-page-support-landing .page-header .title {
  padding:50px 0 30px 0; 
}
.page-template-page-support-landing .page-header .title h2 {
  font-size: 32px;
  color:#fff;
}
.page-template-page-support-landing .above .navigation .thst-menu,
.page-template-page-support .above .navigation .thst-menu,
.page-template-page-know .above .navigation .thst-menu,
.single-ticket .above .navigation .thst-menu,
.single-knowledge .above .navigation .thst-menu {
  float:left;
  padding:8px 0;
}
.page-template-page-support-landing .nav .open-ticket,
.page-template-page-support .nav .open-ticket,
.page-template-page-know .nav .open-ticket,
.single-ticket .nav .open-ticket,
.single-knowledge .nav .open-ticket {
  background:rgba(0,0,0,0.1);
  padding:10px;
  border-radius: 5px;
  line-height: 1;
  float:right;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.page-template-page-support-landing .nav .open-ticket:hover,
.page-template-page-support .nav .open-ticket:hover,
.page-template-page-know .nav .open-ticket:hover,
.single-ticket .nav .open-ticket:hover,
.single-knowledge .nav .open-ticket:hover {
  background:rgba(0,0,0,0.2);
}

/* Support Center | General Settings */
.page-template-page-support-landing .upper,
.page-template-page-support .upper,
.page-template-page-know .upper,
.single-ticket .upper,
.single-knowledge .upper {
  background:#51c6d4;
}
.page-template-page-support-landing .upper .above,
.page-template-page-support .upper .above,
.page-template-page-know .upper .above,
.single-ticket .upper .above,
.single-knowledge .upper .above {
  padding:10px 0;
}
.page-template-page-support-landing .upper .above .navigation,
.page-template-page-support .upper .above .navigation,
.page-template-page-know .upper .above .navigation,
.single-ticket .upper .above .navigation,
.single-knowledge .upper .above  .navigation {
  float:right;
}
.page-template-page-support-landing .upper .above a:link,
.page-template-page-support-landing .upper .above a:visited,
.page-template-page-support .upper .above a:link,
.page-template-page-support .upper .above a:visited,
.page-template-page-know .upper .above a:link,
.page-template-page-know .upper .above a:visited,
.single-ticket .upper .above a:link,
.single-ticket .upper .above a:visited,
.single-knowledge .upper .above a:link,
.single-knowledge .upper .above a:visited {
  color:#fff;
}
.page-template-page-support-landing .upper .above .header,
.page-template-page-support .upper .above .header,
.page-template-page-know .upper .above .header,
.single-ticket .upper .above .header,
.single-knowledge .upper .above .header {
  padding:5px 0;
}
.page-template-page-support-landing .upper .above .main-title,
.page-template-page-support .upper .above .main-title,
.page-template-page-know .upper .above .main-title,
.single-ticket .upper .above .main-title,
.single-knowledge .upper .above .main-title {
  padding:8px 0;
}
.page-template-page-support-landing .upper .above .main-title a,
.page-template-page-support .upper .above .main-title a,
.page-template-page-know .upper .above .main-title a,
.single-ticket .upper .above .main-title a,
.single-knowledge .upper .above .main-title a {
  background-image: url('img/logo-light.png') !important;
  background-color:transparent !important;
  height: 34px;
  width: 24px;
}

/*  Support Center |  Search  */
.page-template-page-support-landing .searchform {
  background: transparent;
  width: 920px;
  /*width:720px;
  padding-left:200px;*/
  margin:auto;
  z-index:9;
  position: relative;
  bottom:-50px;
}
.page-template-page-support-landing .searchform div {
  background:#fff;
  border-radius:5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.page-template-page-support-landing .searchform div input[type="text"] {
  width:76%;
  padding:15px 2%;
  border:0;
  border-radius:5px;
  font-size: 16px;
  color:#555;
}
.page-template-page-support-landing .searchform div input[type="text"]::-webkit-input-placeholder {
  color: #444;
  opacity: 1;
}
.page-template-page-support-landing .searchform div input[type="text"]:-moz-placeholder {
  color: #444;
  opacity: 1;
}
.page-template-page-support-landing .searchform div input[type="text"]::-moz-placeholder {
  color: #444;
  opacity: 1;
}
.page-template-page-support-landing .searchform div input[type="text"]:-ms-input-placeholder {
  color: #444;
  opacity: 1;
}
.page-template-page-support-landing .searchform div input[type="text"]:focus {
  color:#444;
}
.page-template-page-support-landing .searchform div input[type="submit"] {
  border:0;
  border-radius:0;
  background:#fff;
  color:#fff;
  font-size: 14px;
  width:80%;
  padding: 0;
}
.page-template-page-support-landing .searchform div .btn-icon {
  font-family:'Batch Icons';
  border:0px solid #aaa;
  float: right;
  width:16%;
  padding:13px 13px 13px 0;
  border-radius:5px;
  line-height: 1;
}
.page-template-page-support-landing .searchform div .btn-icon:after {
  font-family:'Batch Icons';
  content: '\F094';
  font-size: 16px;
  color:#4ebbc8;
}
.page-template-page-support-landing .blurb {
  margin-top:90px;
}

/* Support Center | Ticket PageHeader & Entries */
.page-template-page-support .title,
.page-template-page-know .title,
.single.single-ticket .page-header {
  padding:72px 0;
}
.page-template-page-support .page-header h2,
.page-template-page-know .page-header h2,
.single-ticket .page-header h2 {
  font-size: 22px;
}
.page-template-page-support-landing .entries,
.page-template-page-support .entries,
.page-template-page-know .entries,
.single-ticket .entries {
  padding:0;
}

/* Support Center | Ticket Header */
.page-template-page-support .wpas-table-hover th,
.single-ticket .wpas-ticket-details-header th {
  font-size: 18px;
  font-weight: 700;
  padding:15px;
}
.page-template-page-support .wpas-table-hover td,
.single-ticket .wpas-ticket-details-header td {
  font-size: 16px;
  color:#555;
  padding:15px !important;
}
.page-template-page-support .wpas-table-hover td .wpas-label,
.single-ticket .wpas-ticket-details-header td .wpas-label {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  padding:4px 6px;
  font-size: 10px;
}

/* Support Center | Ticket Replies */
.single-ticket .wpas-ticket-details .wpas-ticket-replies {
  /*width:720px;*/
  border:none;
  float:right;
}
.single-ticket .wpas-ticket-details .wpas-ticket-replies .wpas-reply-single {
  border:none;
}
.single-ticket .wpas-ticket-details h3 {
  clear:both;
}
.single-ticket .wpas-ticket-replies > tbody > tr > td {
  border:0;
}
.single-ticket .wpas-ticket-replies > tbody > tr > td:first-of-type {
  padding:32px 24px;
}
.single-ticket .wpas-ticket-replies > tbody > tr > td:last-of-type {
  padding:32px 0;
}
.single-ticket .wpas-ticket-replies .wpas-reply-user .wpas-profilename {
  font-size: 18px;
  font-weight: 600;
}
.single-ticket .wpas-ticket-replies .wpas-reply-time {
  font-size: 14px;
  color:#777;
}
.single-ticket .wpas-ticket-replies .wpas-reply-content {
  font-size: 18px;
  line-height: 1.7;
}
/* Support Center | Ticket Attachments */
.single-ticket .wpas-reply-attachements {
  padding:20px 0;
  background:#fff;
  border:none;
}
.single-ticket .wpas-reply-attachements strong {
  font-weight: 600;
  font-size: 18px;
  border:none;
}
.single-ticket .wpas-reply-attachements ul li {
  font-size: 14px;
  padding-bottom:5px;
}
.single-ticket .wpas-reply-attachements ul li:last-of-type {
  padding-bottom:0;
}
.single-ticket .wpas-reply-attachements ul li > a:before {
  content: '\F10E';
  font-family: 'Batch Icons';
  color:#aaa;
  font-weight: 400;
  font-size: 16px;
  margin-right:5px;
}
/*  Support Center | Reply Box  */
.page-template-page-support .wpas-form-group label,
.page-template-page-support .wpas-attachment-container label,
.single-ticket #wpas-new-reply .wpas-attachment-container label {
  font-weight: 600;
}
.page-template-page-support .wpas-help-block,
.single-ticket #wpas-new-reply .wpas-help-block {
  font-size: 14px;
}
.single-ticket #wpas-new-reply .checkbox label {
  font-size: 14px;
}

/*  Support Center | User Menu  */
.user-nav-bar {
  border-bottom:0px solid rgba(255,255,255,0.5);
  padding:10px;
  background-color: #333;
}
.user-nav-bar a:link,
.user-nav-bar a:visited {
  color:#fff;
}
.user-nav-bar .link-home {
  position: absolute;
  padding:3px 10px;
  font-size: 14px;
}
.user-nav-bar .inside {
  width:100%;
  margin:auto;
}
.user-nav-bar .inside .user {
  float:right;
  position: relative;
}
.user-nav-bar .inside .user img  {
  width:24px;
  height:auto;
  border-radius: 99px;
  margin-right:10px;
  border:3px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.1);
  display: block;
  float: left;
}
.user-nav-bar .inside .user .greeting {
  position: relative;
  top:4px;
  font-size: 14px;
  color:#fff;
  float: right;
}
.user-nav-bar .inside .thst-menu-support-user {
  display: block;
  position: absolute;
  top:20px;
  left:0;
  margin:0;
  background-color: green;
  padding:0;
  list-style: none;
  font-size: 14px;
  line-height: 1;
  transition-duration:0.4s;
  opacity: 0;
  z-index:9;
}
.user-nav-bar .inside .thst-menu-support-user::after {
  border-color: #333 transparent;
  border-width: 0 5px 6px;
  bottom: auto;
  left: 14px;
  right: 50px;
  top: -6px;
  border-style: solid;
  content: "";
  display: block;
  position: absolute;
  width: 0;
}
.user-nav-bar .inside .user:hover .thst-menu-support-user {
  top:50px;
  transition-duration:0.4s;
  opacity: 1;
}
.user-nav-bar .inside .thst-menu-support-user li a {
  padding:12px 32px;
  display: block;
  background: #333;
}
.user-nav-bar .inside .thst-menu-support-user li a:hover {
  background:#292929;
}
.user-nav-bar .inside .thst-menu-support-user li:first-of-type a {
  border-radius: 3px 3px 0 0;
}
.user-nav-bar .inside .thst-menu-support-user li:last-of-type  a {
  border-top:1px solid rgba(255,255,255,0.1);
  border-radius: 0 0 3px 3px;
  padding:12px 32px;
}



/* Cookie Law  */
#cookie-law-info-bar {
  background-color: #fff;
  border-top: 1px solid #ccc !important;
  bottom: 0;
  color: #555 !important;
  display: block;
  font-family: inherit;
  position: fixed;
  padding:24px 0;
  font-size: 16px;
}
.cli-plugin-button, 
.cli-plugin-button:visited, 
.medium.cli-plugin-button, 
.medium.cli-plugin-button:visited {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background-color: #fff !important;
  color: #222 !important;
  border-bottom:1px solid #bbb;
  padding:0 0 5px 0;
  font-weight: 400;
}