﻿/*
Theme Name: Theme Country v2
Theme URI: http://themecountry.com
Author: Theme Country
Author URI: http://themecountry.com
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: themecountry
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Import Fonts
--------------------------------------------------------------*/

/*@import url(css.css?family=Lato:400,300,400italic,700,300italic,900);*/

/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-family: 'Lato', sans-serif;
	color: #333333;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 18px;
	display: inline-block;
	padding: 9px 15px;
	line-height: 24px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background: #16a085;
	color: #ffffff;
	border: none;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.9;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	color: #111;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 8px 15px;
}

textarea {
	overflow: auto;
	padding-left: 3px;
	vertical-align: top;
	width: 100%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
# Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
# Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Globle
--------------------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html.popup {
	position: relative;
	overflow: hidden;
}

body {
	background: #f5f5f5;
	color: #333333;
    -webkit-font-smoothing: antialiased;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
	line-height: 1.1;
}

h1 {
  font-size: 42px;
  margin-bottom: 30px;
}

h2 {
  font-size: 32px;
  margin-bottom: 25px;
}

h3 {
  font-size: 30px;
  margin-bottom: 22px;
}

h4 {
  font-size: 24px;
  margin-bottom: 18px;
}

h5 {
  font-size: 18px;
  margin-bottom: 16px;
}

h6 {
  font-size: 16px;
  margin-bottom: 14px;
}

a {
	color: #16a085;
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

a:link,
a:visited,
a:active {
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a.btn {
	background-color: #0f7c67;
	position: relative;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	min-width: 210px;
	padding: 10px 10px 7px;
	text-decoration: none;
	text-align: center;
	z-index: 2;
	border-radius: 2px;
}

a.btn-red {
	background-color: #ff6565;
}

.banner a.btn {
	font-size: 20px;
	padding: 12px 10px 11px;
}

.download-lite {
	text-align: center;
	width: 100%;
	margin-bottom: 25px;
}

.download-lite a.btn {
	display: inline-block;
	margin-left: 10px;
}

.download-lite a.btn:first-child {
	margin-left: 0;
}

.price-tables .btn {
	width: 100%;
	background-color: #16a085;
	border-color: #16a085;
	font-size: 20px;
	color: #ffffff;
	padding: 13px 10px 10px;
	min-width: 0;
}

.price-tables .developer-table .btn {
	background-color: #cd4436;
}

.price-tables .member-table .btn {
	background-color: #0e83cd;
}

a.btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0B6554;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	border-radius: 2px;
}

a.btn:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

a.btn-green:hover,
a.btn-red:hover,
a.btn-blue:hover {
	
}
.inner {
	max-width: 1170px;
	margin: 0 auto;
}
.mobile-only {
	display: none;
}
/* Page header */
.page-header {
	width: 100%;
	background: #16a085;
	text-transform: uppercase;
	text-align: center;
	padding: 70px 0;
	color: #ffffff;
}

.single-post .page-header {
	margin-bottom: 20px;
}

.page-header h1 {
	color: #ffffff;
}

.single-post .page-header h1,
.blog .page-header h1 {
	margin-bottom: 0;
}

.page-header h2,
.page-header h2 p {
	margin-bottom: 0;
}

.page-header p a {
	color: #f8f811;
}


/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #333; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
	visibility: hidden;
	width: 250px;
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 6px;
	position: absolute;
	z-index: 99;
	right: 0;
	font-size: 13px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
	background-color: #ffffff;
	width: 100%;
	position: relative;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.site-branding {
	float: left;
}

.site-branding .site-title {
	font-size: 26px;
	text-transform: uppercase;
	margin: 22px 0 0 0;
}

.site-branding .site-title.logo {
	margin: 5px 0 0 0;
}

.site-branding .site-title a,
.site-branding .site-title img {
	display: block;
	color: #333333;
	text-decoration: none;
}

.site-branding .site-description {
	font-size: 	14px;
	text-transform: uppercase;
	margin: 0 0 0 6px;
	display: none;
}

/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
.main-navigation {
    width: 100%;
    position: relative;
}
.main-navigation ul {
	list-style: none;
	float: right;
	margin: 0 100px 0 0;
	padding: 0;
}
.main-navigation ul li {
	position: relative;
	float: left;
	text-align: center;
	font-size: 22px;
	margin: 0 15px;
}

.header .toggle-mobile-menu,
.login-menu .login-header a.login-user,
.main-navigation ul li a {
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	color: #333333;
	font-weight: 900;
	display: block;
	position: relative;
	padding: 7px 15px;
	margin: 15px 0;
}

.header .toggle-mobile-menu {
	display: none;
}

.login-menu .login-header a.active,
.main-navigation ul li.current_page_item a,
.main-navigation ul li.current-menu-item a,

.main-navigation ul li a:hover {
	color: #16a085;
}


.login-menu .login-header a.active:before,
.login-menu .login-header a.active:after,
.main-navigation ul li.current_page_item a:before,
.main-navigation ul li.current_page_item a:after,
.main-navigation ul li.current-menu-item a:before,
.main-navigation ul li.current-menu-item a:after,

.login-menu .login-header a.login-user:before,
.login-menu .login-header a.login-user:after,
.main-navigation ul li a:before,
.main-navigation ul li a:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #16a085;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.login-menu .login-header a.active:before,
.main-navigation ul li.current_page_item a:before,
.main-navigation ul li.current-menu-item a:before,

.login-menu .login-header a.login-user:before,
.main-navigation ul li a:before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.login-menu .login-header a.active:after,
.main-navigation ul li.current_page_item a:after,
.main-navigation ul li.current-menu-item a:after,

.login-menu .login-header a.login-user:after,
.main-navigation ul li a:after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.login-menu .login-header a.active:before,
.login-menu .login-header a.active:after,
.main-navigation ul li.current_page_item a:before,
.main-navigation ul li.current_page_item a:after,
.main-navigation ul li.current-menu-item a:before,
.main-navigation ul li.current-menu-item a:after,


.login-menu .login-header a.login-user:hover:before,
.login-menu .login-header a.login-user:hover:after,
.main-navigation ul li a:hover:before,
.main-navigation ul li a:hover:after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.header .toggle-mobile-menu {
    float: left;
    color: #b3b3b3;
    margin-top: 10px;
    margin-left: 10px;
}

#mobile-menu-wrapper .toggle-mobile-menu {
	display: none;
}

.login-menu {
	position: absolute;
	right: 0;
	top: 0;
}
.login-menu .login-header {
	float: right;
	font-size: 22px;
}

.login-menu .login-success:hover .login-form {
	display: block;
	border-radius: 0;
}

.login-menu .login-success .avatar {
	display: none;
}

.login-menu .login-success .login-form {
	min-width: 200px;
	background: #ffffff;
	margin: 0;
	padding: 0;
	left: auto;
}

.login-menu .login-success .login-form ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: none;
}

.login-menu .login-success .login-form ul li {
	float: none;
	margin: 0;
	text-align: left;
}

.login-menu .login-success .login-form ul li a {
	margin: 10px 0;
}

.login-menu .login-success a.login-user {
	float: left;
    position: relative;
    text-transform: uppercase;
    max-width: 102px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.login-menu .login-success .login-form ul li a {
	display: block;
	padding: 7px 12px;
}

.login-menu .login-success a.login-user span {
	position: relative;
}

.header .toggle-mobile-menu i {
	top: 3px;
}

.login-menu .login-form {
	clear: both;
	background: #f5f5f5;
	padding: 10px 20px;
	min-width: 300px;
	z-index: 99;
	display: none;
}

.login-menu .login-success .login-form {
	position: absolute;
	right: 0;
	top: 100%;
	margin: 0;
}

.login-menu .login-form p {
	margin: 0 0 10px 0;
}

.login-menu .login-form label {
	color: #333;
	display: block;
	font-size: 16px;
	padding-bottom: 7px;
}

.login-menu .login-form input[type="text"],
.login-menu .login-form input[type="password"] {
	height: 40px;
	border: none;
	border-radius: 0;
	display: block;
	width: 100%;
	font-size: 16px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.login-menu .login-form input[type="submit"] {
	width: 100%;
	background: #16a085;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	padding: 10px 20px 11px;
	text-decoration: none;
	text-align: center;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.login-menu .login-form input[type="submit"]:hover {
	background: #5d5d5d;
	border-color: #5d5d5d;
}

.login-menu .login-form p a {
	display: block;
	font-size: 16px;
}

/*
.overlay {
	position: fixed;
	background: rgba(0,0,0,0.7);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	display: none;
}
.overlay:after {
	background: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
	content: 'x';
	position: absolute;
	right: 20px;
	top: 20px;
	display: block;
	cursor: pointer;
	color: #000000;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-main {
	margin-bottom: 70px;
}

.breadcrumb {
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
# affiliate page
--------------------------------------------------------------*/
.header-affiliate {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.sign-up-button .sub-span {
	font-size: 16px;
	display: block;
}
.tc-btn-primary {
    background-color: #3694d6;
    border-bottom: #3694d6 4px solid;
}

/*--------------------------------------------------------------
# Promotion
--------------------------------------------------------------*/
.promotion {
	position: absolute;
	top: 0;
	width: 100%;
	background: #ff8f0b;
	color: #ffffff;	
	text-transform: uppercase;
	text-align: center;
	padding: 5px 70px;
	z-index: 4;
	-webkit-transform: translateY(0%) translate3d(0px, 0px, 0px);
	-moz-transform: translateY(0%) translate3d(0px, 0px, 0px);
	transform: translateY(0%) translate3d(0px, 0px, 0px);
	-webkit-transition: transform 0.3s ease 0s;
	-moz-transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
}
.promotion-open .header {
	
}

.promotion-close .header {
	
}

.promotion-close .promotion {
	-webkit-transform: translateY(-100%) translate3d(0px, 0px, 0px);
	-moz-transform: translateY(-100%) translate3d(0px, 0px, 0px);
	transform: translateY(-100%) translate3d(0px, 0px, 0px);
}
.promotion p {
	font-size: 14px;
	color: #ffffff;
	margin: 0;
	padding: 0;
}
.promotion p a {
	font-weight: bold;
	color: #ffffff;
}
.promotion-btn {
	background: #ff8f0b;
	width: 70px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	border-left: 1px solid #ffa53c;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}
.promotion-btn.active {
	opacity: 0.5;
}
.promotion-btn i {
	position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 50%;
    margin-left: -9px;
}
/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.banner {
	width: 100%;
	background: #16a085;
	padding: 70px 0;
	text-transform: uppercase;
	color: #ffffff;
}
.banner .banner-left {
	float: left;
	width: 53%;
	text-align: center;
	padding: 40px 0 0 0;
}

.banner .banner-left h1 {
	font-size: 40px;
	margin: 0;
	padding: 0 0 30px 0;
}

.banner .banner-left h2 {
	font-size: 30px;
	margin-bottom: 70px;
}
.banner .banner-left .btn-red {
	margin-right: 30px;
}
.banner .banner-left h3 {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 50px;
	color: #000000;
}
.banner .banner-right {
	float: right;
}
.banner .banner-right img {
	display: block;
}
/*--------------------------------------------------------------
# Reasons
--------------------------------------------------------------*/
.main-reasons {
	background-color: #ffffff;
	width: 100%;
	padding: 70px 0;
	position: relative;
}
.main-reasons h2.title {
	font-size: 32px;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	text-align: center;
}
.main-reasons .reason-item {
	margin-bottom: 30px;
}
.main-reasons .reason-item {
	float: left;
	width: 48%;
	margin-right: 2%;
	text-align: left;
	border: 1px solid #f3f3f3;
	padding: 20px 15px;
}
.main-reasons .reason-item:nth-child(2n) {
	margin-right: 0;
}
.main-reasons .reason-item .thumbnail {
	float: left;
	width: 100px;
	text-align: center;
}
.main-reasons .reason-item:nth-child(2n+1) {
	clear: left;
}
.main-reasons .reason-item .thumbnail .fa {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 3px solid #16a085;
	color: #16a085;
	text-align: center;
	line-height: 60px;
	font-size: 28px;
}

.main-reasons .reason-item .reason-desc {
	margin-left: 100px;
}

.main-reasons .reason-item h3 {
	font-size: 20px;
	clear: none;
	margin: 18px 0 0;
	padding: 0;
}
.main-reasons .reason-item p {
	font-size: 18px;
	margin-bottom: 0;
}
.main-reasons .reason-image {
	display: none;
}

/*--------------------------------------------------------------
# Theme Section
--------------------------------------------------------------*/
.themes-section {
	background-color: #f5f5f5;
	padding: 70px 0;
}

.themes-section h2.title {
	font-size: 32px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    text-align: center;
    position: relative;
}

.themes-section h2.title:before {
	content: '';
	background: #16a085;
	width: 100px;
	height: 2px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -50px;
}

.themes-section ul.tab-menu {
	text-align: center;
	margin: 0 0 50px 0;
}
.themes-section ul.tab-menu li {
	display: inline-block;
	list-style: none;
	position: relative;
	margin-left: 7px;
}
.themes-section .tab-menu li a {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 900;
	display: block;
	position: relative;
	text-decoration: none;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	border: 1px solid #f5f5f5;
	padding: 7px 14px 4px;
}

.themes-section .tab-menu li.active a,
.themes-section .tab-menu li a:hover {
	border-color: #7f8c8d;
}

.themes-section .tab-menu li.active a:before {
	content: '';
	position: absolute;
	margin: auto;
	bottom: -6px;
	left: 0;
	right: 0;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	background: transparent;
	border: 0px dashed #000;
	border-right: 1px solid #7f8c8d;
	border-bottom: 1px solid #7f8c8d;
}

.themes-section .tab-menu li.active a:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -6px;
	width: 12px;
	height: 1px;
	background: #f5f5f5;
}

.themes-section .tab-menu li.active {
	z-index: 3;
}

.themes-section .tab-items {
	max-width: 970px;
	margin: 0 auto;
}

.themes-section .tab-items .tab-item {
	display: none;
}

.themes-section .tab-items #lastest-theme {
	display: block;
}

.themes-section .tab-items .theme-item {
	margin: 0 15px;
	position: relative;
	overflow: hidden;
}

.themes-section .tab-items .theme-item img {
	border: 1px solid #d9d9d9;
}

.themes-section .tab-items .theme-title {
	opacity: 0;
	background: rgba(8,25,41, 0.9);
	font-size: 26px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.themes-section .tab-items .theme-title a {
	color: #ffffff;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	display: block;
}

.themes-section .tab-items .theme-item:hover .theme-title {
    opacity: 1;
}

.view-all-items {
	text-align: center;
	margin: 30px 0 0;
}

.view-all-items a {
	font-weight: 900;
	text-decoration: none;
	border-bottom: 1px dotted;
	text-transform: uppercase;
}

.view-all-items a:hover {
	border-bottom: none;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
	width: 100%;
	background: #f5f5f5;
	padding: 70px 0;
}

.testimonials h2.title {
	font-size: 32px;
	text-transform: uppercase;
	margin: 0 0 50px 0;
	text-align: center;
}

.testimonials .slider {
	max-width: 960px;
	margin: 0 auto;
}

.testimonials-list .slider .slider-item {
	height: 100%;
	float: left;
	margin: 0 20px;
	background: #ffffff;
}

.testimonials-list-page .slider .slider-item {
	width: 30.6%;
	margin-right: 4%;
	margin-left: 0;
	margin-bottom: 30px;
}

.testimonials-list-page .slider .slider-item:nth-child(3n) {
	margin-right: 0;
}

.testimonials-list-page .slider .slider-item:nth-child(3n+1) {
	clear: left;
}

.testimonials-list .testimonial-desc {
	padding: 0 15px;
	min-height: 170px;
	height: 170px;
	overflow: hidden;
	-webkit-transition: height 2s; /* Safari */
    transition: height 2s;
}

.testimonial-show .testimonial-desc {
	//height: auto;
}

.testimonial-show .testimonial-more-text i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.testimonials-list .testimonial-desc h2 {
	text-transform: uppercase;
	clear: none;
	font-size: 24px;
	color: #333333;
	margin: 14px 0 10px 0;
}

.testimonials-list .testimonial-desc h2 a {
	text-decoration: none;
}

.testimonials-list .testimonial-desc p {
	margin-bottom: 0;
}

.testimonials-list .testimonial-more-text a {
	width: 100%;
	float: left;
	margin: 10px 0;
	text-align: center;
	background: #ffffff;
}

.slider-direction {
	width: 40px;
	height: 66px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -33px;
	text-indent: 100%;
	cursor: pointer;
	z-index: 999;
	overflow: hidden;
	background-repeat: no-repeat;
}

.direction-prev {
	background-image: url(img/icon-prev.png);
	left: -100px;
}

.direction-next {
	background-image: url(img/icon-next.png);
	right: -100px;
}

/*--------------------------------------------------------------
# Get All Themes
--------------------------------------------------------------*/
.get-all-theme {
	background: #16a085;
	width: 100%;
	text-align: center;
	padding: 70px 0;
}
.get-all-theme h2.title {
	font-size: 32px;
	text-transform: uppercase;
	margin: 0 auto 30px auto;
	color: #ffffff;
}
.get-all-theme h2.title strong {
	color: #f8f811;
	font-size: 50px;
}
.get-all-theme .button-wrap a.btn-red {
	margin-right: 30px;
}

/*--------------------------------------------------------------
# Our Theme Page
--------------------------------------------------------------*/
.theme-category-nav {
	text-align: center;
	width: 100%;
	padding: 0 0 50px 0;
}

.theme-category-nav ul {
	list-style: none;
	margin: 0;
}

.theme-category-nav ul li {
	display: inline-block;
	border-left: 1px solid #cbc8c3;
}

.theme-category-nav ul li:first-child {
	border: none;
}

.theme-category-nav ul li a {
	padding: 0 15px;
	font-size: 24px;
	text-transform: uppercase;
	color: #00bdad;
}

.theme-list ul {
	list-style: none;
	margin: 0;
}

.no-page-theme-list .theme-item,
.theme-list ul li {
	float: left;
	width: 350px;
	margin: 0 60px 40px 0;
	background: #f7f7f7;
	position: relative;
	box-shadow: 0 0 5px 0 #999999;
}

.no-page-theme-list .theme-item .theme-thumbnail img,
.theme-list li .theme-thumbnail img {
	display: block;
	width: 100%;
}

.no-page-theme-list .theme-item .theme-title,
.theme-list li .theme-title {
	font-size: 18px;
	line-height: normal;
	margin: 0;
	padding: 15px 20px;
	position: relative;
	z-index: 999;
}


.no-page-theme-list .theme-item:nth-child(3n),
.theme-list ul li:nth-child(3n) {
	margin-right: 0;
}

.no-page-theme-list .theme-item:nth-child(3n+1),
.theme-list ul li:nth-child(3n+1) {
	clear: left;
}

.theme-list li .wrap-desc {
	width: 100%;
	height: 100%;
	background: rgba(8,25,41, 0.9);
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.theme-list li:hover .wrap-desc {
	overflow: visible;
	opacity: 1;
}

.theme-list li .wrap-desc a:hover {
	text-decoration: none;
}

.theme-list li .wrap-desc .short-desc {
	position: absolute;
	min-height: 50px;
	width: 100%;
	top: 50%;
	margin-top: -25px;
	text-align: center;
}

.theme-list li .wrap-desc .short-desc a {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	border-radius: 2px;
	padding: 7px 10px 5px;
	text-transform: uppercase;
}

.theme-list li .wrap-desc .short-desc .link-demo {
	background-color: #01b22e;
	margin-right: 10px;
}

.theme-list li .wrap-desc .short-desc .link-download {
	background-color: #ff6565;
}

.theme-list li .btn-more-info {
	position: absolute;
	right: 15px;
	bottom: 15px;
	background: #20c6ea;
	border-radius: 3px;	
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	padding: 7px 10px 5px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 900;
	z-index: 999;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
	width: 100%;
	position: relative;
}

.pagination .nav-links > span,
.pagination .nav-links > a {
	background: #fcfcfc;
	color: #333333;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    min-width: 50px;
    line-height: 50px;
	padding: 0 20px;
    border: 1px solid #e5e5e5;
}

.pagination .nav-links > a:hover,
.pagination .nav-links > span {
    text-decoration: none;
	background: #2bbdac;
	border-color: #2bbdac;
	color: #ffffff;
}
.pagination .nav-links .page-numbers.dots,
.pagination .nav-links .page-numbers.dots:hover {
	background: none;
	border: none;
	color: #333333;
}

/*--------------------------------------------------------------
# Single Theme Page
--------------------------------------------------------------*/
.page-header .download .btn-red {
	margin-right: 30px;
}

.theme-details {

}

.theme-details .theme-left {	
	width: 770px;
	float: left;
}

.theme-details .theme-left .theme-screenshot {
	background-color: #ffffff;
	margin-bottom: 20px;
}
.theme-details .theme-left .theme-screenshot img {
	display: block;
}
.theme-details .theme-left .theme-short-desc {
	padding: 0 25px;
}
.theme-details .theme-left .theme-short-info {
	display: none;
}
.theme-details .theme-right {
	width: 375px;
	float: right;
}
.theme-feature-detail {
	background-color: #ffffff;
	padding: 25px;
}
.theme-feature-detail p {
	
}

.theme-short-info {
	background-color: #ffffff;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 40px; 
}

.theme-short-info h2 {
	background: #16a085;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	padding: 17px 15px;
}

.theme-short-info .short-info-inner {
	padding: 0 30px;
}

.theme-short-info .pricing .new-price {
	font-size: 64px;
	color: #000000;
}

.theme-short-info .pricing .old-price {
	font-size: 40px;
	text-decoration: line-through;
	color: #DD4B4C;
	margin-right: 15px;
}

.theme-short-info .pricing small {
	display: block;
	font-size: 28px;
	font-weight: 100;
}

.theme-short-info p {
	font-size: 14px;
	line-height: normal;
}

.theme-short-info .download {
	margin-bottom: 20px;
}

.theme-short-info a.btn-blue,
.theme-short-info a.btn-red {
	min-width: 140px;
}

.theme-short-info a.btn-red {
	margin-right: 25px;
}

.theme-wrap-button-bottom {
	text-align: center;
}
.theme-wrap-button-bottom .btn-red {
	margin-right: 30px;
}

.theme-free,
.theme-features,
.theme-info,
.theme-category,
.theme-compatibility {
	background-color: #ffffff;
	color: #333333;
	padding: 20px 30px;
	border-bottom: 5px solid #f5f5f5;
}

.theme-free {
	background-color: #16a085;
}

.theme-free h2,
.theme-features h2,
.theme-info h2,
.theme-category h2,
.theme-compatibility h2 {
	text-transform: uppercase;
	font-size: 26px;
	padding: 0;
	margin: 0 0 15px 0;
	color: #333333;
}

.theme-free h2 {
	color: #ffffff;
}

.theme-features h2 {
	color: #dd4b4c;
}

.theme-free p {
	text-align: center;
	margin: 0;
}

.theme-features ul {
    list-style: none;
    padding:0;
    margin:0;
}
.theme-features ul li {
	font-size: 18px;
	position: relative;
	padding-left: 25px;
	margin-bottom: 5px;
}
.theme-features ul li:before {
	content: "??? ";
	color: #dd4b4c;
	font-size: 22px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -18px;
}

.theme-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.theme-info ul li {
	font-size: 18px;
	margin-bottom: 5px;
}
.theme-info ul li label {
	width: 100px;
	display: inline-block;
}
.theme-info ul li span {
	margin-left: 5px;
}

.theme-compatibility p {
	margin-bottom: 0;
}

.theme-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.theme-category ul li {
	display: inline-block;
}
.theme-category a {
	background: #333333;
	color: #ffffff;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 900;
	padding: 4px 3px;
}

.theme-special-offer {
	background: #f7f7f7;
	padding: 20px 30px;
	border-bottom: 1px solid #cecece;
}
.theme-special-offer h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #000000;
	padding: 0;
	margin: 0 0 15px 0;
}
.theme-special-offer p {
	margin-bottom: 0;
}

.changed-log {
	cursor: pointer;
	color: #777777;
	font-size: 11px;
}
.changed-log-popup-wrapper {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;	
}
.changed-log-popup-wrapper .changed-log-popup-inner {
	max-width: 900px;
	height: 500px;
	margin: 0 auto;
	position: relative;
	top: 100px;
}
.changed-log-popup-wrapper .changed-log-popup-inner .popup-close {
	background: #ffffff;
	width: 30px;
	height: 30px;
	position: absolute;
	right: -30px;
	top: -30px;
	z-index: 99;
	text-align: center;
	color: #000;
	line-height: 30px;
	cursor: pointer;
}
.changed-log-popup-wrapper .changed-log-text {
	background: #ffffff;
	height: 500px;
	position: relative;
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 12px;
}
.changed-log-popup-wrapper .changed-log-text pre {
	background: #ffffff;
	max-width: 900px;
	color: #333;
}

/*--------------------------------------------------------------
# Affiliate Page
--------------------------------------------------------------*/
.content-affiliate {
	width: 100%;
	padding: 0;
}
.affiliate .header-affiliate {
	width:100%;
	text-align: center;
	margin-bottom: 40px;
}
.content-affiliate .affiliate  h1 {
	font-size: 42px;
	margin-bottom: 16px;
}
.content-affiliate .affiliate h2 {
	font-size: 28px;
	margin-bottom: 10px;
	line-height: normal;
}
.feature-affiliate {
	width: 980px;
    margin: 0 auto;
}
.ping-color {
	color: #f8f811;
	font-size: 50px;
	font-weight: bold;
}
.sign-up-button .sign-up-affiliate {
	clear: both;
	display: inline-block;
	border-radius: 2px;
	text-align: center;
	padding: 10px 30px 10px 30px;
	margin: 20px auto 0 auto;
}
.sign-up-button .sign-up-affiliate span {
    width: 100%;
    float: left;
    font-weight: bold;
    color: #fff;
}
.sign-up-button .sub-span {
	font-size: 16px;
}
.sign-up-button .up-span {
	font-size: 26px;
	font-weight: bold;
}
.content-affiliate h2 {
	text-align: center;
}
.box-affiliate {
	width: 30%;
	text-align: center;
	float: left;
	margin-right: 5%;
}
.box-affiliate:last-child {
	margin-right: 0;
}
.box-affiliate h3 {
	font-size: 20px;
	margin: 30px 0 15px 0;
	font-weight: bold;
}
.wrap-button {
	margin: 0 auto;
	max-width: 300px;
	text-align: center;
}

/*--------------------------------------------------------------
# Pricing Page
--------------------------------------------------------------*/
.pricing-table {
	width: 100%;
	position: relative;
}
.price-tables {
	float: left;
	margin: 0;
	width: 100%;
}
.price-table {
	float: left;
	font-size: 15px;
	border-left: 10px solid #f5f5f5;
	list-style-type: none !important;
	margin-bottom: 25px !important;
	margin-left: 0 !important;
	margin-top: 24px !important;
	text-align: center;
	width: 35%;
}
.legend-table {
	text-align: right;
	width: 30%;
}
.money-back {
	left: 20px;
	position: absolute;
	text-align: center;
	top: 45px;
	opacity: 0;
}
.developer-table {
    margin-top: 0 !important;
    width: 35%;
}
.pricing-sprites {
	display: inline-block;
	margin: 15px;
	text-indent: -9999px;
}
.pricing-sprites.mb {
	background-position: 0 0;
	height: 120px;
	width: 120px;
}
.price-table li {
	background: #ffffff;
	min-height: 54px;
	font-size: 20px;
	padding: 10px 25px 0 10px;
	border-bottom: 1px solid #f5f5f5;
}
.single-table li:last-child,
.developer-table li:last-child,
.member-table li:last-child {
	border-bottom: none;
	background: none;
}
.price-table .table-title {
	background: #16a085;
	color: #ffffff;
	font-size: 24px;
	line-height: normal;
	min-height: 60px;
	font-weight: bold;
	padding: 8px 0;
	text-transform: uppercase;
	border-bottom: 5px solid #fafafa;
	border-radius: 2px 2px 0 0;
}
.developer-table .table-title {
	background: #cd4436;
	font-size: 32px;
	min-height: 84px;
	line-height: normal;
	padding: 17px 0 10px;
}
.member-table .table-title {
	background: #0e83cd;
}
.price-table .table-price-tag {
	background: #ffffff;
	color: #333333;
	position: relative;
	text-align: center;
	height: auto;
	min-height: 150px;
	padding: 20px 0;
}
.developer-table .table-price-tag {
	background: #ffffff;
	padding: 0 0 16px 0;
}
.developer-table .table-price-tag small {
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.price-table .table-title small {
	color: #d4eeff;
	display: block;
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
	padding: 1px 10px;
	text-transform: none;
}
.price-table.legend-table li {
	background: #ffffff;
		font-size: 20px;
}
.price-table li:first-child {
	border-left: 0 none;
	border-top: 0 none;
}
.hidden-li {
	position: relative;
    visibility: hidden;
}
.legend-table {
	border: none;
}
.table-price-tag.hidden-li::before {
	bottom: 0;
	color: #2c3e50;
	content: "Our New Text";
	font-size: 22px;
	font-weight: 900;
	left: 0;
	line-height: 32px;
	padding: 0 30px 10px 0;
	position: absolute;
	right: 0;
	text-align: right;
	visibility: visible;
	opacity: 0;
}
.price-table .table-price-tag .price {
	color: #333333;
	display: inline-block;
	font-size: 52px;
	font-weight: 900;
	position: relative;
}
.single-table .table-price-tag .price {
	color: #16a085;
}
.developer-table .table-price-tag .price {
	font-size: 68px;
	color: #cd4436;
}
.member-table .table-price-tag .price {
	color: #0e83cd;
}
.price-table .table-price-tag .base-tag {
	color: #333333;
	display: block;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
}
.developer-table {
	position: relative;
	z-index: 2;
}
.single-table,
.member-table {
	position: relative;
	z-index: 1;
}

.price-table .button-wrap {
	padding: 15px 25px;
}
.price-table .button small {
	display: block;
	font-size: 12px;
	text-transform: none;
}
.price-table .button {
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	background: #01b22e;
	border: 2px solid #01b22e;
	border-radius: 3px;
	font-size: 18px;
	padding: 10px 0;
	width: 100%;
	position: relative;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.price-tables .developer-table .button {
	padding: 20px 0;
	background: #ff6565;
	border-color: #ff6565;
}
.price-tables .developer-table .button:hover {
	color: #ff6565;
}
.price-tables .member-table .button {
	background: #20c6ea;
	border-color: #20c6ea;
}
.price-tables .member-table .button:hover {
	color: #20c6ea;
}
.price-table .button:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ffffff;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.price-table .button:hover,
.price-table .button:focus,
.price-table .button:active {
	color: #01b22e;
}
.price-table .button:hover:before,
.price-table .button:focus:before,
.price-table .button:active:before {
	background: #ffffff;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.price-table li.table-icon {
	padding: 10px 0 4px;
}
.price-table li.table-icon .fa-check,
.price-table li.table-icon .fa-times {
	font-size: 20px;
}
.price-table li.table-icon .fa-check {
	color: #16a085;
}
.price-table li.table-icon .fa-times {
	color: #cd4436;
}

.single-table .button-li,
.developer-table .button-li,
.price-table .button-li {
	padding: 0;
	min-height: 60px;
}

/*--------------------------------------------------------------
# Blog page
--------------------------------------------------------------*/
.content-area {
	width: 770px;
	float: left;
}

body.post-type-archive-reviews .content-area {
	width: 100%;
	float: none;
}

.single-reviews .content-area .thumbnail img,
.single-post .content-area .thumbnail img {
	display: block;
}

.single-post .content-area article {
	background: #ffffff;
	padding: 30px;
	margin-bottom: 30px;
}

.single-reviews .content-area article .entry-header,
.single-post .content-area article .entry-header {
	margin-bottom: 20px;
}

.page-template-page-testimonial .content-area,
.page-template-page-affiliate .content-area,
.error404 .content-area,
.search-no-results .content-area,
.page-template-page-fullwidth .content-area,
.page-template-affiliate .content-area,
.page-template-page-price .content-area, 
.post-type-archive-themes .content-area {
	width: 100%;
	float: none;
}

.post-content article {
	margin-bottom: 30px;
}

.post-content article .thumbnail {
	background: #ffffff;
}

.post-content article .thumbnail img {
	display: block;
	width: 100%;
}

.entry-header {
	border-bottom: 1px solid #cecece;
}

.entry-header .entry-title {
	margin-bottom: 15px;
	font-size: 30px;
}

.entry-header .entry-title a {
	color: #333333;
}	

.entry-header .entry-meta {
	font-size: 12px;
}

.entry-header .entry-meta span {
	margin-right: 20px;
}

.entry-header .entry-meta .published.updated {
	display: inline-block;
}
.entry-header .entry-meta .updated {
	display: none;
}
.post-content article .entry-header {
	background-color: #ffffff;
	padding: 20px 25px;
}

.post-content article .entry-content {
	background-color: #ffffff;
	font-size: 16px;
	margin: 0;
	padding: 20px 25px;
}
.entry-content h1{
	font-size:22px;
}	
.post-content article .btn-read-more {
	clear: both;
	float: right;
	margin-top: 30px;
	font-weight: 700;
}

.search-no-results .no-results .search-form,
.error404 .error-404 .search-form {
	margin-bottom: 30px;
}

.search-no-results .no-results .search-form input[type="search"] {
	height: 33px;
	min-width: 270px;
}
.error404 .error-404 .search-form {
	width: 300px;
	margin: 0 auto;
	position: relative;
}
.error404 .error-404 .search-form label {
	float: left;
}
.error404 .error-404 .search-form input[type="search"] {
	width: 300px;
	border-radius: 3px;
	box-sizing: border-box;
}
.error404 .error-404 .search-form input[type="submit"] {
	position: absolute;
	right: 0;
	display: none;
}

.single-reviews .content-area {
	width: 100%;
	max-width: 980px;
	margin: -30px auto 0 auto;
	float: none;
}

.single-reviews .content-area #breadcrumbs {
	background: #ffffff;
	margin: 0;
	padding: 50px 50px 20px 50px;
}

.single-reviews .content-area #breadcrumbs * {
	color: #cccccc;
	font-size: 16px;
}

.single-reviews .page-header {
	margin: 0;
}

.single-reviews .page-header h1 {
	text-transform: none;
	margin-bottom: 15px;
}

.single-reviews .entry-meta {
	text-transform: capitalize;
	font-size: 16px;
	padding: 0 0 5px 0;
}

.single-reviews .entry-meta > span {
	margin-right: 20px;
}

.single-reviews .entry-meta a {
	color: #ffffff;
}

.single-reviews .content-area article {
	background: #ffffff;
	padding: 0 50px 50px 50px;
	margin-bottom: 30px;
}

.single-reviews .content-area p {
	font-size: 18px;
	line-height: 30px;
}

.single-reviews .amazon-note {
	background: #fbeab7;
	padding: 10px 15px;
	margin-bottom: 30px;
	border: 1px solid #ccc;
}

.single-reviews .amazon-note p {
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 22px;
}

.pros-n-cons * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pros-n-cons {
	max-width: 100%;
}

.pros-n-cons .pros,
.pros-n-cons .cons {
	width: 50%;
	float: left;
}

.pros-n-cons h4 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	line-height: 1;
	padding: 10px 15px;
}

.pros-n-cons .pros h4 {
	background: #34bf49;
}

.pros-n-cons .cons h4 {
	background: #ff4c4c;
}

.pros-n-cons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pros-n-cons ul li {
	list-style: none;
	margin: 0;
	padding: 7px 15px 7px 35px;
	position: relative;
	font-size: 16px;
}

.pros-n-cons ul li:before {
	position: absolute;
	top: 5px;
	left: 15px;

}

.pros-n-cons .pros li:before {
	content: "???";
	color: #34bf49;
	font-size: 20px;
}

.pros-n-cons .cons li:before {
	content: "???";
	color: #ff4c4c;
	font-size: 20px;
}

@media (max-width: 670px) {
	.single-reviews .content-area article {
		padding: 40px 30px;
	}
	.pros-n-cons .cons li:before,
	.pros-n-cons .pros li:before {
		font-size: 16px;
		top: 10px;
	}
}

.single-reviews .footer-column-6,
.single-reviews .footer-column-7,
.single-reviews .footer-column-9,
.single-reviews .footer-column-10 {
	background: none;
	width: 23.5%;
	float: left;
	margin-right: 2%;
}

.single-reviews .footer-widget {
	background: none;
}

.single-reviews .footer-column-10 {
	margin-right: 0;
}

.single-reviews #menu-main-menu {
	display: block;
}

@media (max-width: 479px) {
	.pros-n-cons .pros,
	.pros-n-cons .cons {
		width: 100%;
		float: none;
	}

	.single-reviews .footer-column-6,
	.single-reviews .footer-column-7 {
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}
}

@media (max-width: 767px) {
	.single-reviews .footer-widgets .inner {
		padding: 0 20px;
	}
}


/*--------------------------------------------------------------
# Great Deal Page
--------------------------------------------------------------*/

.page-header-deal .entry-title {
	margin: 0;
	padding: 0;
}

.page-template-page-deal .theme-screenshot {
	float: none;
}

.page-template-page-deal a.theme-thumbnail-big {
	background: none;
	padding: 0;
}

.page-template-page-deal .theme-feature {
	width: 375px;
	padding: 30px 20px;
	margin-bottom: 30px;
	background: #e4f1fe;
	position: relative;
	top: 0;
	z-index: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-sizing: border-box;
}

.page-template-page-deal h3.pricing {
	text-align: center;
	position: relative;
}

.page-template-page-deal h3.pricing span {
	display: inline-block;
}

.page-template-page-deal h3.pricing span.old-price {
	color: #333333;
	font-size: 22px;
	text-decoration: line-through;
	margin-right: 10px;
	position: absolute;
	left: 45px;
	top: 15px;
}

.page-template-page-deal h3.pricing span.new-price {
	font-size: 58px;
	margin-bottom: 20px;
	font-weight: 900;
	text-align: center;
}

.page-template-page-deal h3.pricing span.new-price i {
	font-size: 40px;
	font-style: normal;
}

.page-template-page-deal h3.pricing small {
	display: block;
	font-size: 24px;
	margin: 0 0 15px 0;
}

.page-template-page-deal .download {
	margin-bottom: 30px;
}

.page-template-page-deal .download .btn-download {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.deal-counter {
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}

.deal-counter h6 {
	margin: 0;
	padding: 0;
}

.deal-counter span {
	width: 25px;
	display: inline-block;
}

.deal-saving {
	font-size: 18px;
	font-weight: 100;
	color: #7e7e7e;
	white-space: nowrap;
}

.deal-saving i {
	font-size: 30px;
	position: relative;
	top: 4px;
	color: #00b591;
}

.deal-saving strong {
	font-weight: bold;
	color: #333333;
}

.deal-saving .save-in-dollars {
	float: left;
}

.deal-saving .save-in-percent {
	float: right;
}

/*--------------------------------------------------------------
#	Document Page
--------------------------------------------------------------*/
.page-template-page-doc .site-content {
	margin: 50px 0;
}

.page-template-page-doc .site-main {
	background: #ffffff;
	padding: 20px 25px 40px;
}

.doc-section {
	
}

.doc-section ul.doc-navi {
	list-style: none;
	margin: 0;
	padding: 0;
}

.doc-section ul.doc-navi > li {
	margin: 0;
	padding: 0;
}

.doc-section ul.doc-navi > li > a {
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	border-bottom: 3px solid #f5f5f5;
	margin: 0 0 15px;
	padding: 0 0 5px;
}

.doc-section ul.doc-navi ul.children {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}

.doc-section ul.doc-navi ul.children li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
}

.doc-section ul.doc-navi ul.children li a {
	position: relative;
	padding-left: 20px;
}

.doc-section ul.doc-navi ul.children li a:before {
	font-size: 16px;
	content: '\f105';
	font-family: 'FontAwesome';
	line-height: 1;
	color: #333333;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -8px 0 0 0;
}

.widget_dov_navi .doc-container {
	padding: 0 0 30px;
}

.widget_dov_navi ul.doc-navi li {
	margin: 0;
	padding: 0;
	border: none;
}

.widget_dov_navi ul.doc-navi li a {
	position: relative;
	padding: 0 0 0 20px;
}

.widget_dov_navi ul.doc-navi li ul {
	padding-left: 20px;
}

.widget_dov_navi ul.doc-navi > li > a {
	font-weight: bold;
	display: inline-block;
	margin: 0 0 10px 0;
}

.widget_dov_navi ul.doc-navi li a:before {
	font-size: 18px;
	content: '\f105';
	font-family: 'FontAwesome';
	line-height: 1;
	color: #333333;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -9px 0 0 0;
}




/*--------------------------------------------------------------
#	Social Sharing Button
--------------------------------------------------------------*/
.vblog-social-sharing {
	clear: both;
	width: 100%;
	text-align: right;
	margin: 15px 0 15px 0;
}
.tc-social-sharing {
	padding: 0;
	margin: 0;
	list-style: none;
}

.tc-social-sharing ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tc-social-sharing li {
	display: inline-block;
	margin: 0 10px 0 0;
}

.tc-social-sharing li:last-child {
	margin-right: 0;
}

.tc-social-sharing li a {
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	font-size: 18px;
	width: 130px;
	height: 30px;
	text-align: left;
	text-decoration: none;
	line-height: 30px;
	display: block;
	color: #ffffff;
	padding: 0 10px;
	font-weight: bold;
	border-radius: 4px;
}

.tc-social-sharing li a:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.tc-social-sharing li a i {
	font-size: 18px;
	line-height: 30px;
	position: relative;
	z-index: 2;
}

.tc-social-sharing li a span {
	position: relative;
	z-index: 2;
	font-size: 14px;
	float: right;
}

.tc-social-sharing .facebook a {
	background-color: rgba(61, 90, 152, 1);
}

.tc-social-sharing .twitter a {
	background-color: rgba(9, 176, 237, 1);
}
.tc-social-sharing .googleplus a {
	background-color: rgba(209, 71, 53, 1)
}
.tc-social-sharing .pinterest a {
	background-color: rgba(203, 33, 39, 1)
}
.tc-social-sharing .linkedin a {
	background-color: rgba(3, 90, 135, 1)
}
.tc-social-sharing .linkedin a i {
	margin-top: -2px;
}
.tc-social-sharing .pinterest a i {
	margin-top: -1px;
}

.tc-social-sharing .facebook a:before {
	border-top: 70px solid #324A7E;
	border-right: 70px solid transparent;
}

.tc-social-sharing .facebook a:hover:before {
	border-top: 150px solid #324A7E;
	border-right: 186px solid transparent;
}

.tc-social-sharing .twitter a:before {
	border-top: 70px solid #0690C2;
	border-right: 70px solid transparent;
}

.tc-social-sharing .twitter a:hover:before {
	border-top: 150px solid #0690C2;
	border-right: 186px solid transparent;
}

.tc-social-sharing .googleplus a:before {
	border-top: 70px solid #e75c3c;
	border-right: 70px solid transparent;
}
.tc-social-sharing .googleplus a:hover:before {
	border-top: 150px solid #e75c3c;
	border-right: 186px solid transparent;
}

.tc-social-sharing .pinterest a:before {
	border-top: 70px solid #AD1B20;
	border-right: 70px solid transparent;
}
.tc-social-sharing .pinterest a:hover:before {
	border-top: 150px solid #AD1B20;
	border-right: 186px solid transparent;
}

.tc-social-sharing .linkedin a:before {
	border-top: 70px solid #03496E;
	border-right: 70px solid transparent;
}
.tc-social-sharing .linkedin a:hover:before {
	border-top: 150px solid #03496E;
	border-right: 186px solid transparent;
}

.sharing-top-float .tc-social-sharing {
	float: none;
}
.sharing-top-float .tc-social-sharing li a i {
	font-size: 20px;
	line-height: 40px;
}
.floating-to-right {
	position: fixed;
	right: 0;
	top: 170px;
	width: 50px !important;
	padding: 5px;
	background: #ffffff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
	z-index: 2;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.floating-to-right.single-sidebar-left {
	left: auto;
	right: 0;
}
.floating-to-right.single-sidebar-right {
	left: 0;
}
.floating-to-right.hide-social {
	right: -70px;
}
.single-sidebar-left.hide-social {
	left: auto;
	right: -70px;
}
.single-sidebar-right.hide-social {
	left: -70px;
}
.btn-hide {
	background: rgba(0,0,0,0.2);
	width: 50px;
	height: 50px;
	line-height: 60px;
	display: block;
	text-align: center;
	cursor: pointer;
	position: fixed;
	left: 0;
	margin-top: -55px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.single-sidebar-left .btn-hide {
	left: auto;
	right: 0;
}
.single-sidebar-right .btn-hide {
	left: 0;
}

.floating-to-right .btn-hide.active .fa-chevron-left:before {
	content: "\f053";
}

.single-sidebar-right .btn-hide .fa-chevron-left:before,
.single-sidebar-left .btn-hide.active .fa-chevron-left:before {
	content: "\f053";
}

.single-sidebar-left .btn-hide .fa-chevron-left:before,
.single-sidebar-right .btn-hide.active .fa-chevron-left:before {
	content: "\f054";
}
.sharing-top-float .vblog-social-sharing {
	margin: 0;
}
.sharing-top-float .vblog-social-sharing li {
	margin-bottom: 10px;
}

.sharing-top-float .vblog-social-sharing li:last-child {
	margin-bottom: 0;
}
.sharing-top-float .vblog-social-sharing a {
	text-transform: capitalize;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
}

ul.social-icons {
	list-style: none;
	margin: 7px 0 0 0;
	padding: 0;
	float: right;
}

ul.social-icons li {
	float: left;
	margin-left: 4px;
}

ul.social-icons li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
}

.fa-facebook-icon a {
	background: #385996;
}

.fa-google-plus-icon a {
	background: #e83e2b ;
}

.fa-twitter-icon a {
	background: #558ec5 ;
}

.fa-linkedin-icon a {
	background: #0087ac ;
}

.fa-youtube-icon a {
	background: #ff0000 ;
}

.fa-pinterest-p-icon a {
	background: #dd2231 ;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.widget-area {
	width: 375px;
	float: right;
}

.widget {
	background: #ffffff;
	color: #333333;
	margin: 0;
	font-size: 18px;
}

.widget .widget-title {
	background-color: #16a085;
	color: #ffffff;
	font-size: 20px;	
	text-transform: uppercase;
	padding: 14px 30px 10px;
	margin-bottom: 15px;
}

.widget ul {
	margin: 0;
	padding: 0 30px;
	list-style: none;
}

.widget ul li {
	list-style: none;
	border-bottom: 1px solid #f5f5f5;
	margin: 15px 0;
	padding-bottom: 15px;
}

.widget ul li:last-child {
	border: none;
}

.widget .search-field {
	width: 100%;
	min-height: 40px;
	line-height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
}

.widget .search-field {
	width: 100%;
}

.widget input[type="submit"] {
	display: none;
}

.widget .post-img {
	float: left;
	width: 120px;
	margin-right: 15px;
}

.widget .post-img img {
	margin-top: 7px;
	width:100%;
	height:auto;
	max-height:100px;
}

.widget .post-data p {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.widget .recent-post-meta,
.widget .popular-post-meta {
	font-size: 11px;
}

/* Recent Posts, Popular Posts, Category Posts */
.tc-recent-posts-widget ul li,
.tc-popular-posts-widget ul li,
.tc-category-posts-widget ul li {
	
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
	background: #081929;
	color: #97a6b6;
	font-size: 14px;
}

.footer .footer-branding {
	background: #0a1e31;
	width: 100%;
	padding: 10px 0;
}

.footer .footer-logo {
	float: left;
	width: 300px;
}

.footer .footer-logo img {
	display: block;
	margin-top: -8px;
}

.footer .slogan {
	float: left;
	width: 570px;
	text-align: center;
}

.footer .slogan h5 {
	font-size: 18px;
	text-transform: uppercase;
	color: #ffffff;
	margin: 21px 0 0;
}

.footer .follow-us {
	float: right;
	width: 300px;
}

.footer-widgets {
	padding: 70px 0;
}

.footer-widget {
	
	float: left;
	width: 170px;
	margin-right: 30px;
}

.footer .footer-column-5,
.footer .footer-column-1 {
	width: 270px;
}

.footer .footer-column-5 {
	margin-right: 0;
}

.footer-widget .widget {
	background: none;
	margin: 0 0 20px 0;
}

.footer-widget .widget:last-child {
	margin-bottom: 0;
}

.footer-widget h2.widget-title {
	font-size: 16px;
	text-transform: uppercase;
	line-height: normal;
	background: none;
	color: #ffffff;
	margin-bottom: 18px;
	padding: 0;
}

.footer .widget,
.footer .footer-widget,
.footer .footer-widget p,
.footer .footer-widget p a,
.footer .footer-widget li,
.footer .footer-widget li a {
	color: #97a6b6;
	font-size: 13px;
}

.footer .footer-widget ul {
	padding: 0;
	margin: 0;
}

.footer .footer-widget ul li a {
	padding: 0;
}

.footer .footer-widget ul li {
	list-style: none;
	background: url(img/list.png) no-repeat left center;
	border-bottom: 1px solid #222b33;
	padding: 10px 0 7px 20px;
	margin: 0;
}

.footer .footer-widget ul li:last-child {
	border: none;
	margin-bottom: 0;
}

.site-info {
	width: 100%;
	border-top: 1px solid #222b33;
	text-align: center;
	padding: 20px 0;
}

/*--------------------------------------------------------------
# Back To Top Button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: #16a085;
	cursor: pointer;
	padding: 10px 16px;
	text-align: center;
	opacity: 0.8;
	z-index: 9999;
	border-radius: 2px;
}
.back-to-top .fa {
	color: #fff;
	font-size: 20px;
}
.back-to-top:hover {
	opacity: 1;
}

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
.accordion {
	width: 100%;
	margin-bottom: 40px;
}
.accordion dt,
.accordion dd {
	border-bottom: 0;
	margin: 0;
	padding: 10px 10px 10px 40px;
}
.accordion dt {
	background: #ffffff;
	display: block;
	font-size: 20px;
	font-weight: 900;
	color: #666666;
	cursor: pointer;
	position: relative;
	border-bottom: 5px solid #f5f5f5;
}
.accordion dt:after {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f054";
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -10px;
}
.accordion dt.active:after {
	content: "\f078";
}
.accordion dd {
	font-size: 18px;
	color: #666666;
}
.accordion dd:last-of-type {
	border-top: 1px solid white;
	position: relative;
	top: -1px;
}

/*--------------------------------------------------------------
# Demo Style
--------------------------------------------------------------*/
.tc-multi-demo {
	width: 100%;
	text-align: center;
}
.tc-multi-demo .items-demo {
    width: 33.1%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-bottom: 30px;
}
.tc-multi-demo .items-demo img {
	width: 84%;
	margin: 0;
	margin-bottom: 10px;
	border: 5px solid #fff;
	box-shadow: 0 0 40px 0 rgba(136,135,135,.24);
	-webkit-box-shadow: 0 0 40px 0 rgba(136,135,135,.24);
	-moz-box-shadow: 0 0 40px 0 rgba(136,135,135,.24);
}
.promote-banner-ads {
	float: left;
	width: 100%;
	background: #fff;
	border: 3px solid #c01d2e;
	margin-bottom: 30px;
	padding: 20px 30px;
}
.special-offer {
	width: 22%;
	float: left;
	margin-right: 2%;
}
.special-discount {
	width: 52%;
	float: left;
	text-align: center;
}
.special-discount h2 {
	text-transform: uppercase;
	font-size: 26px;
	color: #000000;
	letter-spacing: -1px;
	margin-top: 10px;
}
.tc-get-all-theme {
	float: right;
	width: 22%;
	padding: 0 2%;
	text-align: center;
}
.tc-get-all-theme a {
	font-size: 26px;
	text-decoration: underline;
	line-height: normal;
	padding: 41px 0;
	display: block;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
.banner-left .discription-sale-page {
    margin-bottom: 70px;
}
.banner-left .discription-sale-page h2 {
	margin-bottom: 25px;
}
.header-discription-static {
    max-width: 70%;
    margin: 0 auto;
}
.header-discription-static h2 {
	position: relative;
	text-align: center;
}
.header-discription-static h2.title:before {
	content: '';
	background: #16a085;
	width: 100px;
	height: 2px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -50px;
}
.header-discription-static h2.title {
	margin: 0 0 30px 0;
}
.header-discription-static p {
	text-align: center;
}

/*------------------------------------------------------------
# Related Post In Single Post
-------------------------------------------------------------*/
.related-posts {
	width: 100%;
	padding: 20px;
	margin: 30px 0;
	background: #ffffff;
}

.related-posts h3 {
	margin-bottom: 20px;
}

.related-posts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.related-posts ul li {
	position: relative;
	width: 31.33%;
	float: left;
	text-align: center;
	margin-right: 3%;
	margin-bottom: 13px;
}

.related-posts ul li:last-child {
	margin-right: 0;
}

.related-posts ul li a {
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 5px;
	display: block;
	font-weight: 700;
}

.related-posts ul li a:hover {
	color: #e01e2d;
}

.related-posts ul.related-list li {
	float: none;
	width: 100%;
	text-align: left;
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
}

.related-posts ul.related-list li:before {
	font-family: 'FontAwesome';
	content: '\f105';
	display: block;
	position: absolute;
	left: 5px;
	top: 0;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.post-navigation {
	width: 100%;
	margin-bottom: 30px;
}
.nav-previous a,
.nav-next a {
	min-width: 150px;
	overflow: hidden;
	padding: 10px 15px;
	text-decoration: none;
	color: #ffffff;
	background: #0f7c67;
	border: none;
}
.nav-previous a {
	float: left;
	text-align: left;
}
.nav-previous a:before {
	content: "\f053";
	font: normal normal normal 12px/1 FontAwesome;
}
.nav-next a {
	float: right;
	text-align: right;	
}
.nav-next a:after {
	content: "\f054";
	font: normal normal normal 12px/1 FontAwesome;
}

.posts-navigation {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
	width: 40%;
}
.post-navigation .nav-previous {
	float: left;
}
.post-navigation .nav-next {
	float: right;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 40%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 40%;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a,
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a {
	width: 100%;
	padding: 10px 35px;
	display: block;
	position: relative;
	overflow: hidden;
}
.posts-navigation .nav-previous a:before {
	content: "\f104";
	margin-right: 10px;
	font: normal normal normal 14px/1 'FontAwesome';
	text-decoration: none;
}
.posts-navigation .nav-next a:after {
	content: "\f105";
	font: normal normal normal 14px/1 'FontAwesome';
	float: right;
	margin-left: 10px;
}
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a {
	opacity: 0.8;
	padding: 10px 15px;
}
.post-navigation .nav-previous a:before,
.post-navigation .nav-next a:after {
	font: normal normal normal 14px/1 'FontAwesome';
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.post-navigation .nav-previous a:before {
	content: "\f104";
	left: 20px;
}
.post-navigation .nav-next a:after {
	content: "\f105";
	right: 20px;
	padding: 0;
}

/*------------------------------------------------------------
# About Author
-------------------------------------------------------------*/
.author-bio {
	width: 100%;
	margin-bottom: 30px;
	padding: 30px;
	background: #ffffff;
}
.custom-smallseo-layout .comments-area .comment-respond .comment-reply-title {
	background: #f5f5f5;
}
.wrap-bio {
	width: 100%;
	padding: 20px;
	float: left;
	background: #ffffff;
	box-sizing: border-box;
}
.custom-smallseo-layout .wrap-bio {
	padding: 0 15px 0 0;
	background: #f5f5f5;
}
.custom-smallseo-layout .content-bio {
	padding: 15px;
}
.bio-avatar {
	float: left;
	margin: 0 20px 0 0;
}
.bio-avatar img {
	display: block;
	border-radius: 50%;
}
.bio-name,
.bio-desc {
	margin: 0;
}
.bio-name {
	font-size: 18px;	
	text-transform: capitalize;
	font-weight: bold;
	margin: 0 0 7px 0;
	line-height: 1;
}
.bio-name a {
	font-size: 18px;
	margin-bottom: 10px;
	color: #d40000;
}
.bio-name a:hover {
	opacity: 0.8;
}
.autor-color {
	color: #81c84f;	
}

/*------------------------------------------------------------
# Subscribe Box
-------------------------------------------------------------*/
.widget_mc_mm_widget {
	width: 100%;
	background-color: #ff3322;
	padding: 20px;
	margin-bottom: 30px;
	text-align: center;
}
.widget_mc_mm_widget .widget-title {
	border-bottom: 2px solid #f5f5f5;
	background: none;
	color: #ffffff;
}
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget input[type="number"],
.widget input[type="tel"],
.widget input[type="range"],
.widget input[type="date"],
.widget input[type="month"],
.widget input[type="week"],
.widget input[type="time"],
.widget input[type="datetime"],
.widget input[type="datetime-local"],
.widget input[type="color"],
.widget textarea {
    width: 100%;
    padding: 6px;
    color: #ffffff;
    text-align: center;
    border: 1px solid #6d6d6d;
    background: #d56144;
    background: rgba(255, 255, 255, 0.15);
}


.widget .enews,
.widget .wp-subscribe {
	background-color: #333333;
	float: left;
	padding: 20px;
}

.widget .enews .widget-title,
.widget .wp-subscribe .widget-title {
	background: none !important;
	color: #ffffff !important;
}

.widget .enews *,
.widget .wp-subscribe * {
	color: #ffffff;
	text-align: center;
}

.widget form,
.widget #wp-subscribe {
	width: 100%;
	float: left;
	background-color: #333333;
}

.widget_search form {
	background: none;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget input[type="number"],
.widget input[type="tel"],
.widget input[type="range"],
.widget input[type="date"],
.widget input[type="month"],
.widget input[type="week"],
.widget input[type="time"],
.widget input[type="datetime"],
.widget input[type="datetime-local"],
.widget input[type="color"],
.widget textarea {
	width: 100%;
	padding: 0 10px;
	color: #ffffff;
	text-align: center;
	border: 1px solid #6d6d6d;
	background: #d56144;
	background: rgba(255, 255, 255, 0.15);
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	width: 100%;
	display: block;
	background: #FFFFFF;
	color: #252525;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: none;
	border: none;
}

/*----------------------------------------
# Form Row
---------------------------------------- */
.form-row {
	width: 100%;
	text-align: center;
	color: #ffffff;
	background: #0f7c67;
	padding: 40px;
	margin-bottom: 40px;
}
.form-bg {
	margin: 0 auto;
}
.form-inner {
    width: 492px;
    margin: 0 auto;
    position: relative;
}
.mc-field-group label {
	margin: 8px 0px;
	display: block;
}
.form-row input[type="email"] {
	width: 400px;
	color: #2254c4;
	margin-bottom: 15px;
}
.form-row #mc-embedded-subscribe {
	display: inline;
	margin: 0;
	background: #eee;
	color: #081929;
}
.mce_inline_error {
	padding: 3px 0;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-area {
	width: 100%;
}
.comment-meta .vcard img{
	float: left;
	margin-right: 30px;
}
.comments-area .comment-author {
	line-height: normal;
	font-size: 18px;
	font-weight: bold;
}
.comments-area .comment-author .fn,
.comments-area .comment-author .says {
	padding-top: 15px;
	display: inline-block;
}
.comments-area .comment-author .fn a {
	color: #333333;
	text-transform: capitalize;
}
.comments-area .comment-metadata {
	font-size: 11px;
}
.comments-area .comment-content {
	padding: 10px 0 0 136px;
}
.comments-area ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comments-area .reply .comment-reply-link {
	background: #e5e5e5;
	color: #555555;
	border-bottom: 2px solid #ccc;
	padding: 3px 10px;
}
.comments-area .reply .comment-reply-link:hover {
	background: #d5d5d5;
	color: #333;
	margin-top: 2px;
	text-decoration: none;
}
.comments-area p {
	padding-bottom: 10px;
}
.comments-area p.form-submit {
	margin-bottom: 0;
	padding-bottom: 10px;
}
.comments-area ol.comment-list li {
	margin-bottom: 22px;
	padding-bottom: 15px;
	position: relative;
}
#comments li.comment.depth-1:nth-child(even) {
	background: #f5f5f5;
}

.comments-area ol.comment-list > li ol.children {
	border-top: 1px solid #e5e5e5;
	margin-top: 15px;
}
.comments-area ol.comment-list ol.children {
	padding-top: 20px;
	padding-left: 136px;
}
.comments-area ol.comment-list li:last-child,
.comments-area ol.comment-list li li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.comments-area ol.comment-list li li.bypostauthor { 
	position: relative;
}
.comments-area.author-highlight ol.comment-list li li.bypostauthor {
	//border-left: 7px solid #e5e5e5;
    padding-left: 10px;
}
.comments-area .reply {
	padding-left: 136px;
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.comments-area .comment-respond,
.comments-area #wp-temp-form-div {
	background: #e5e5e5;
	padding: 30px;
}
#comments li.comment .comment-respond {
	margin-left: 136px
}
.comments-area .comment-respond .comment-reply-title {
	font-size: 24px;
}
.comments-area .comment-respond * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="url"] {
	background: #ffffff;
	padding: 5px 15px;
	width: 100%;
	max-width: 430px;
}
.comments-area .comment-respond textarea {
	background: #ffffff;
	padding: 5px 15px;
}

.comments-area .comment-desc {
	padding: 20px 0;
	margin-bottom: 30px;
}
.comments-area .comment-desc .comments-title {
	background: #f5f5f5;
	padding: 15px;
	border-left: 5px solid #cccccc;
}
.comments-area form {
	padding: 0;
}
.bypostauthor {
	display: block;
}




.comment-form label {
	width: 100px;
	padding-left: 20px;
}
.comment-form-comment label {
	padding-left: 0;
}
.comments-area .comment-meta {
	position: relative;
}
.comments-area .comment-meta .comment-metadata {
	position: absolute;
	top: 0;
	right: 0;
	background: #42b649;
	padding: 2px 9px;
	color: #ffffff;
}
.comments-area .comments-title {
	margin-bottom: 30px;
}
.custom-smallseo-layout .comments-area .comments-title {
	padding: 0 0 10px 0;
}
.comments-area .comment-meta .comment-metadata a {
	color: #ffffff;
}
.comment-meta .vcard img{
	float: left;
	margin-right: 14px;
	border-radius: 50%;
}
.comments-area .comment-author {
	line-height: normal;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}
.comments-area .comment-author .fn,
.comments-area .comment-author .says {
	display: inline-block;
}
.comments-area .comment-author .fn a {
	color: #000101;
	text-transform: capitalize;
}
.comments-area .comment-metadata {
	font-size: 12px;
}
.comments-area .comment-content {
	padding: 10px 8px 0 50px;
}
.comments-area ol {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}
.comments-area .reply .comment-reply-link {
	background: #333;
	padding: 5px 8px;
	color: #ffffff;
	border-radius: 3px;
	border-bottom: none;
}
.comments-area .reply .comment-reply-link:hover {
	background: #42b649;
	color: #ffffff;
}
.comments-area .reply .comment-reply-link i {
	font-size: 10px;
}
.comments-area .comment-content p {
	margin-bottom: 5px;
	line-height: 21px;	
}
.comments-area p.form-submit {
	margin-bottom: 0;
	padding-bottom: 10px;
}
.comments-area p.form-submit input {	
	border: none;
	background: #e5e5e5;
	border: none;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 15px;
	text-shadow: none;
	box-shadow: none;
	border-radius: inherit;
	outline: none;
}
.comments-area ol.comment-list li {
	margin-bottom: 20px;
	position: relative;
}
.custom-smallseo-layout .comments-area ol.comment-list > li {
	border-bottom: 1px solid #f5f5f5;
}
#comments li.comment.depth-1:nth-child(even) {
	background: rgba(255, 255, 255, 0.9);
	padding: 20px 0 0 20px;
}
.comments-area ol.comment-list ol.children {
	padding-top: 20px;
	padding-left: 70px;
}
.comment-list ol li  {
	overflow: hidden;
}
.comments-area.author-highlight ol.comment-list li.bypostauthor {
	//border-left: 7px solid #cccccc;
	padding-left: 10px;
}
.comments-area .reply {
	padding-left: 95px;
	padding-bottom: 15px;
	font-size: 12px;
}
.comment-respond p {
	position: relative;
	width: 100%;
}
.comment-form-comment:before,
.comment-form-author:before,
.comment-form-email:before,
.comment-form-url:before {
	position: absolute;
	font-size: 14px;
	color: #B0B3B5;
	font-family: FontAwesome;
	top: 50%;
	left: 13px;
	margin-top: -15px;
}
.comment-form-comment:before {
	top: 2px;
	left: 90px;
}
.comment-form-comment:before {
	content: "\f075";
}
.comment-form-author:before {
	content: "\f007";
}
.comment-form-email:before {
	content: "\f0e0";
}
.comment-form-url:before {
	content: "\f0ac";
}
#comments li.comment .comment-respond {
	margin-left: 136px
}
.comment-respond .logged-in-as a {
	color: #666;
}
 .comment-respond .logged-in-as a:hover {
	color: #42b649;
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
	margin-bottom: 18px;
}
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="url"] {
	padding: 10px 32px;
	width: 100%;
	max-width: 430px;
	box-sizing: border-box;
}
.comments-area .comment-respond textarea {
	padding: 10px 15px;
	width: 100%;
	margin-bottom: 4px;
}
.custom-smallseo-layout .comments-area .comment-respond textarea,
.custom-smallseo-layout .comments-area .comment-respond input[type="text"],
.custom-smallseo-layout .comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="url"],
.comments-area p.form-submit input {
	background: #42b19b;
	color: #ffffff;
}
.highlight-author .bypostauthor > article {
	border: 1px solid #e2e2e2;
	padding: 5px;
}
.comment-respond input,
.comment-respond textarea {
	transition: all 0.25s ease-in-out;
	background: rgba(0, 0, 0, 0.03);
	border: 1px solid #e7e7e7;
}
.comment-respond input:focus,
.comment-respond textarea:focus {
	background: #ffffff;
	border: 1px solid #e2e2e2;
}
.comment-respond .comment-form {
	width: 100%;
	background: #ffffff;
	padding: 16px 20px 20px;
	position: relative;
	border-bottom: 2px solid #f5f5f5;
	box-sizing: border-box;
}
.custom-smallseo-layout .comment-respond .comment-form {
	background: #f5f5f5;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media (max-width: 1180px) {
	.inner {
		width: 100%;
		padding: 0 20px;
	}

	.banner .banner-left {
		padding: 8px 0 0;
	}

	.banner .banner-right {
		width: 46%;
	}

	.direction-prev {
		left: -15px;
	}

	.direction-next {
		right: -15px;
	}

	.no-page-theme-list .theme-item,
	.theme-list ul li {
		width: 32%;
		margin: 0 2% 30px 0;
	}

	/* blog */
	.content-area {
		width: 750px;
	}

	.widget-area {
		width: 300px;
	}

	.footer-widget {
		width: 18%;
		margin-right: 3%;
	}
	.footer .footer-column-5,
	.footer .footer-column-1 {
		width: 17%;
	}

}

@media (max-width: 1100px) {
	.content-area {
		width: 67%;
	}
}

@media (max-width: 1030px) {
	h1 {
		font-size: 28px;
		margin-bottom: 15px;
	}

	h2 {
		font-size: 26px;
	}

	.banner {
		padding: 50px 0;
	}

	.main-reasons {
		padding: 50px 0;
	}

	.main-reasons h2.title {
		font-size: 28px;
	}

	.themes-section {
		padding: 50px 0;
	}

	.themes-section h2.title {
		font-size: 28px;
	}

	.testimonials {
		padding: 50px 0;
	}

	.testimonials h2.title {
		font-size: 28px;
	}

	.testimonials .testimonial-desc h2 {
		font-size: 24px;
	}

	.get-all-theme {
		padding: 50px 0;
	}

	.page-header {
		padding: 50px 0;
		margin-bottom: 50px;
	}

	.no-page-theme-list .theme-item,
	.theme-list ul li {
		width: 32%;
		margin: 0 2% 30px 0;
	}

	.theme-details .theme-left {
		width: 650px;
	}

	.theme-feature-detail {
		padding: 20px;
	}

	.theme-details .theme-right {
		width: 300px;
	}

	.theme-short-info .short-info-inner {
		padding: 0 20px;
	}

	.theme-free,
	.theme-features,
	.theme-info,
	.theme-category,
	.theme-compatibility {
		padding: 20px;
	}

	.theme-free h2,
	.theme-features h2,
	.theme-info h2,
	.theme-category h2,
	.theme-compatibility h2 {
		font-size: 20px;
	}

	.theme-short-info a.btn-blue,
	.theme-short-info a.btn-red {
		min-width: 125px;
	}

	.theme-short-info a.btn-red {
		margin-right: 5px;
	}

	.theme-info ul li,
	.theme-features ul li {
		font-size: 16px;
	}

	/* blog */
	.content-area {
		width: 650px;
	}

	.post-content article {
		margin-bottom: 30px;
	}

	.tc-social-sharing li a {
		width: 105px;
	}

	.widget-area {
		width: 300px;
	}

	.widget {
		font-size: 16px;
	}

	.widget ul {
		padding: 0 20px;
	}

	.footer .slogan {
		width: 380px;
	}
}

@media (max-width: 1015px) {
	.content-area {
		width: 64%;
	}
}

@media (max-width: 992px) {
	.login-menu .login-success .login-form {
		position: relative;
	}

	.login-menu .login-success .login-form ul li a {
		margin: 0;
	}

	.main-navigation ul {
		margin: 0 75px 0 0;
	}

	.main-navigation ul li {
		margin: 0;
	}

	.header .toggle-mobile-menu,
	.login-menu .login-header a.login-user,
	.main-navigation ul li a {
		padding: 7px 10px;
		font-size: 14px;
	}

	.banner .banner-left {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.banner .banner-right {
		float: none;
		width: 100%;
		text-align: center;
	}

	.banner .banner-right img {
		display: inline-block;
	}

	.theme-list li .wrap-desc .short-desc a {
		font-size: 12px;
	}

	.theme-list li .btn-more-info {
		font-size: 12px;
		bottom: 12px;
	}

}

@media (max-width: 900px) {
	.content-area {
		width: 60%;
	}
	.tc-get-all-theme {
		width: 30%;
		margin: 0 auto;
		float: none;
		overflow: hidden;
	}
	.tc-get-all-theme a {
		font-size: 26px;
		padding: 20px 0;
	}
	.special-offer {
		width: 100%;
		text-align: center;
		margin: 0;
	}
	.special-discount {
		width: 100%;
	}
}

@media (max-width: 850px) {

	body {
		font-size: 14px;
	}

	.no-page-theme-list .theme-item:nth-child(3n),
	.theme-list ul li:nth-child(3n),
	.no-page-theme-list .theme-item,
	.theme-list ul li {
		width: 48%;
		margin-right: 4%;
	}

	.no-page-theme-list .theme-item:nth-child(2n),
	.theme-list ul li:nth-child(2n) {
		clear: none;
		float: left;
		margin-right: 0;
	}

	.price-table {
		margin-top: 27px !important
	}

	.developer-table {
		margin-top: 0 !important;
	}

	.price-table .table-title {
		min-height: 48px;
		font-size: 20px;
		padding: 10px 0;
	}

	.developer-table .table-title {
		min-height: 72px;
		font-size: 26px;
		padding: 20px 10px;
	}

	.price-table.legend-table li {
		font-size: 14px;
	}

	.price-table li {
		font-size: 14px;
		min-height: 44px;
	}

	.price-tables .btn {
		font-size: 16px;
	}

	.content-area {
		float: none;
		width: 100%;
	}

	.widget-area {
		width: 100%;
		float: none;
		margin: 0 auto;
	}

	.footer-widgets {
		padding: 50px 0 20px 0;
	}

	.footer-widget {
		width: 48%;
		margin: 0 4% 30px 0;
	}

	.footer-widget:nth-child(2n) {
		margin-right: 0;
	}

	.footer-widget:nth-child(2n+1) {
		clear: left;
	}

	.footer .footer-column-5,
	.footer .footer-column-1 {
		width: 48%;
	}


	.single-reviews .footer-widget:nth-child(2n+1) {
		clear: none;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 13px;
	}

	h1 {
		font-size: 28px;
		margin-bottom: 15px;
	}

	h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.ping-color {
		font-size: 40px;
	}

	.site-main {
		margin-bottom: 30px;
	}

	.header .inner {
		padding: 0;
	}

	.site-branding {
		width: 100%;
		float: none;
		padding: 20px;
		text-align: center;
	}

	.site-branding .site-title {
		margin: 0;
		line-height: normal;
	}

	.main-navigation ul {
		float: none;
		margin: 0;
		clear: both;
	}

	#menu-main-menu {
		display: none;
	}

	.main-navigation ul li {
		float: none;
		margin: 0;
		border-bottom: 1px solid #16a085;
	}

	.login-menu .login-header a.login-user,
	.main-navigation ul li a {
		margin: 0;
	}

	.header .toggle-mobile-menu {
		background-color: #0f7c67;
		color: #ffffff;
		display: block;
		margin: 0;
		padding: 5px 20px;
		width: 100%;
		cursor: pointer;
	}

	.main-navigation ul li.current_page_item a:before,
	.main-navigation ul li.current_page_item a:after,
	.main-navigation ul li.current-menu-item a:before,
	.main-navigation ul li.current-menu-item a:after,
	.login-menu .login-header a.login-user:before,
	.login-menu .login-header a.login-user:after,
	.main-navigation ul li a:before,
	.main-navigation ul li a:after {
		display: none;
	}

	.header a.login-user {
		color: #ffffff;
		display: block;
		margin: 0;
		padding: 4px 20px;
		position: absolute;
		right: 0;
		top: 0;
		text-transform: uppercase;
		font-weight: 900;
		font-size: 16px;
		text-decoration: none;
	}

	.header .toggle-mobile-menu i,
	.header a.login-user i {
		font-size: 16px;
		position: relative;
		top: 0;
	}

	.login-menu {
		position: relative;
		clear: both;
		display: none;
	}

	.login-menu .login-header {
		float: none;
	}

	.login-menu .login-header a.login-user {
		display: none;
	}

	.login-menu .login-form {
		display: block;
		position: relative;
		left: 0;
		top: 0;
		margin: 0;
		min-width: 0;
		width: 100%;
	}

	.banner {
		padding: 30px 0;
	}

	.banner .banner-left {
		width: 100%;
		float: none;
		padding: 0 0 20px 0;
	}

	.banner .banner-left h1 {
		font-size: 28px;
		padding: 0 0 10px 0;
	}

	.banner .banner-left h2 {
		font-size: 20px;
		margin-bottom: 25px;
	}

	.banner a.btn {
		min-width: 130px;
		font-size: 13px;
	}

	.banner .banner-left .btn-red {
		margin-right: 5px;
	}

	.banner .banner-right {
		float: none;
		width: 100%;
		text-align: center;
	}

	.main-reasons {
		padding: 30px 0;
	}

	.main-reasons h2.title {
		font-size: 20px;
	}

	.main-reasons .reason-item {
		width: 100%;
		margin: 0 0 5px 0;
		padding: 10px;
	}

	.main-reasons .reason-item .thumbnail {
		width: 40px;
	}

	.main-reasons .reason-item .thumbnail .fa {
		width: 40px;
		height: 40px;
		border: 1px solid #16a085;
		line-height: 40px;
		font-size: 20px;
	}

	.main-reasons .reason-item .reason-desc {
		margin-left: 50px;
	}

	.main-reasons .reason-item h3 {
		font-size: 14px;
		margin-top: 13px;
	}

	.themes-section {
		padding: 30px 0;
	}

	.themes-section h2.title {
		font-size: 20px;
	}

	.themes-section .tab-menu li a {
		font-size: 13px;
	}

	.testimonials {
		padding: 30px 0;
	}

	.testimonials h2.title {
		font-size: 20px;
		margin: 0 0 30px 0;
	}

	.testimonials-list .testimonial-desc h2 {
		font-size: 14px;
	}

	.testimonials-list-page .slider .slider-item {
		width: 48%;
	}

	.testimonials-list-page .slider .slider-item:nth-child(3n) {
		margin-right: 4%;
	}

	.testimonials-list-page .slider .slider-item:nth-child(2n) {
		margin-right: 0;
	}

	.testimonials-list-page .slider .slider-item:nth-child(3n+1) {
		clear: none;
	}

	.testimonials-list-page .slider .slider-item:nth-child(2n+1) {
		clear: left;
	}

	.testimonials .testimonial-thumbnail {
		float: none;
		width: 100%;
		text-align: center;
		margin: 0 0 15px 0;
	}

	.testimonials .testimonial-thumbnail img {
		display: inline-block;
	}

	.testimonials .testimonial-desc {
		width: 100%;
	}

	.slider-direction {
		width: 20px;
		height: 33px;
		margin-top: -17px;
	}

	.direction-prev {
		left: -15px;
		background-size: 20px auto;
	}

	.direction-next {
		right: -15px;
		background-size: 20px auto;
	}

	.get-all-theme {
		padding: 30px 0;
	}

	.get-all-theme h2.title {
		font-size: 20px;
	}

	.get-all-theme h2.title strong {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.get-all-theme .button-wrap a.btn-red {
		margin-right: 5px;
	}

	.get-all-theme .button-wrap a.btn {
		min-width: 130px;
		font-size: 13px;
	}

	/* Our Themes */
	.page-header {
		padding: 30px 0;
		margin-bottom: 30px;
	}

	.download .btn {
		min-width: 130px;
		font-size: 13px
	}

	.page-header .download .btn-blue,
	.theme-short-info a.btn-blue,
	.download .btn-blue {
		margin-right: 5px;
	}

	.no-page-theme-list .theme-item:nth-child(2n+1),
	.theme-list ul li:nth-child(2n+1) {
		clear: left;
	}

	.theme-details .theme-left {
		width: 100%;
		float: none;
	}

	.theme-details .theme-left .theme-short-info {
		display: block;
		margin-bottom: 10px;
	}

	.theme-right .theme-short-info {
		display: none;
	}

	.theme-short-info .short-info-inner {
		padding: 0 20px;
	}

	.theme-short-info h2 {
		padding: 13px 0 8px;
	}

	.theme-short-info a.btn-blue,
	.theme-short-info a.btn-red {
		min-width: 112px;
	}

	.theme-wrap-button-bottom .download .btn {
		min-width: 110px;
	}

	.theme-details .theme-right {
		width: 100%;
		float: none;
		overflow: hidden;
	}

	.theme-free,
	.theme-features,
	.theme-info,
	.theme-category,
	.theme-compatibility {
		padding: 20px;
	}

	.theme-free h2,
	.theme-features h2,
	.theme-info h2,
	.theme-category h2,
	.theme-compatibility h2 {
		font-size: 20px;
	}

	.theme-info ul li,
	.theme-features ul li {
		font-size: 14px;
	}

	.theme-info ul li label {
		width: 74px;
	}

	/* Affiliate */
	.box-affiliate {
		width: 100%;
		margin: 0 0 30px 0;
	}

	/* Pricing */
	.price-tables {
		
	}

	.legend-table {
		display:  none;
	}

	.single-table,
	.developer-table,
	.member-table {
		width: 100%;
		border: none;
	}

	.price-table {
		margin-top: 0 !important;
	}

	.price-table li {
		font-size: 14px;
	}

	.price-table li.table-icon {
		position: relative;
		text-align: left;
		padding: 10px 15px 9px;
		min-height: 44px
	}

	.price-table li.table-icon .fa-check,
	.price-table li.table-icon .fa-times {
		position: absolute;
		right: 10px;
	}

	.price-table li.table-icon:nth-child(3) {
		text-align: center;
	}

	.price-table li.table-icon:nth-child(3):before {
		content: "Themes Access Limit ";
	}

	.price-table li.table-icon:nth-child(4):before {
		content: "Copyright Removal";
	}

	.price-table li.table-icon:nth-child(5):before {
		content: "Lifetime Theme Update";
	}

	.price-table li.table-icon:nth-child(6):before {
		content: "Multiple Domains Usage";
	}

	.price-table li.table-icon:nth-child(7):before {
		content: "Full Documentation";
	}

	.price-table li.table-icon:nth-child(8):before {
		content: "24/7 Support ";
	}

	.price-table li.table-icon:nth-child(9):before {
		content: "Priority Bug Fixing";
	}

	.price-table li.table-icon:nth-child(10):before {
		content: "Complete PSD File";
	}

	.price-table li.table-icon:nth-child(11):before {
		content: "Use on Clients??? Sites";
	}

	/* Blog */
	.content-area {
		float: none;
		width: 100%;
	}

	.entry-header .entry-title {
		font-size: 24px;
	}

	.entry-header .entry-meta {
		font-size: 10px;
	}

	.post-content article {
		margin-bottom: 30px;
	}

	.post-content article .entry-content {
		font-size: 14px;
	}

	.tc-social-sharing li a {
		width: 30px;
		padding: 0;
		text-align: center;
	}

	.tc-social-sharing li a span {
		float: none;
	}

	.single-post .content-area article {
		padding: 20px;
	}

	.comment-meta .vcard img {
		width: 50px;
	}

	.comments-area .comment-content {
		padding: 10px 0 0;
	}

	.comments-area ol.comment-list ol.children {
		padding-left: 15px;
	}

	.comments-area .reply {
		padding-left: 0
	}

	/* FAQs */
	.accordion dt {
		font-size: 14px;
	}

	.accordion dd {
		font-size: 14px;
	}

	/* Widget */
	.widget-area {
		width: 100%;
	}

	.widget {
		font-size: 14px;
	}

	.widget .widget-title {
		padding: 14px 20px 12px;
		font-size: 16px;
	}

	.widget ul {
		padding: 0 20px;
	}

	.widget .post-img {
		width: 100px;
	}

	.footer .footer-logo,
	.footer .slogan,
	.footer .follow-us {
		width: 100%;
		float: none;
	}

	.footer .slogan h5 {
		font-size: 14px;
		margin: 0 0 20px 0;
	}

	ul.social-icons {
		float: none;
		text-align: center;
	}

	ul.social-icons li {
		float: none;
		display: inline-block;
	}

	.footer-widgets {
		padding: 20px 0 0;
	}

	.footer-widgets .inner {
		padding: 0;
	}

	.footer-widget,
	.footer .footer-column-5,
	.footer .footer-column-1 {
		float: none;
		width: 100%;
		margin: 0;
		border-bottom: 1px solid #222b33;
	}

	.footer-widget h2.widget-title {
		background-image: url(img/list.png);
		background-repeat: no-repeat;
		background-position: 96% center;
		margin: 0;
		padding: 10px 20px;
	}

	.footer-widget h2.widget-title.active {
		background-image: url(img/arrow-down.png);
		margin-bottom: 20px;
		border-bottom: 1px solid #222b33;
	}

	.footer-widget .textwidget,
	.footer-widget .menu-products-container,
	.footer-widget .menu-contacts-container,
	.footer-widget .menu-support-container,
	.footer-widget .search-form {
		display: none;
		padding: 0 20px 20px;
	}

	.site-info {
		font-size: 12px;
	}
	.related-posts ul li:last-child,
	.related-posts ul li {
		width: 48%;
		margin-right: 4%;
	}
	.related-posts ul li:nth-child(2n) {
		margin-right: 0;
	}
	.single-reviews .footer-column-6,
	.single-reviews .footer-column-7,
	.single-reviews .footer-column-9,
	.single-reviews .footer-column-10 {
		float: none;
		width: 100%;
		margin: 0;
	}

	.single-reviews .footer-column-7,
	.single-reviews .footer-column-10 {
		margin: 0;
	}
}
@media (max-width: 560px) {
	.related-posts ul li:last-child,
	.related-posts ul li {
		width: 100%;
		margin-right: 0;
	}

	.testimonials-list-page .slider .slider-item {
		width: 100%;
		margin-right: 0;
	}

	.testimonials-list .testimonial-desc {
		height: auto;
		min-height: inherit;
	}

	.testimonials-list .testimonial-more-text a {
		display: none;
	}

	.testimonials-list .testimonial-desc p {
		margin-bottom: 20px;
	}

	.testimonials-list-page .slider .slider-item:nth-child(2n+1) {
		clear: none;
	}

	.no-page-theme-list .theme-item:nth-child(3n),
	.theme-list ul li:nth-child(3n),
	.no-page-theme-list .theme-item,
	.theme-list ul li {
		width: 100%;
		margin-right: 0;
	}

	.special-discount h2 {
    	font-size: 18px;
    }

	.tc-get-all-theme {
    	width: 180px;
    }

	.tc-get-all-theme a {
		font-size: 18px;
	}
}