/*Defaults */
ul.thz-menu li.lilast .linkholder a{
	padding-right:0;
}
.am-page-login .am-body-content {
	padding-top: 120px;
}
.theme-info-heading {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #aab4bd;
	text-transform: uppercase;
	margin: 0 0 20px;
}
#themezly-blog .thz-ratio-16-9,
.thz-blog-post-media .thz-ratio-16-9 {
	box-shadow: 0px 10px 60px -10px rgba(38,53,74,0.23);
	border: 8px solid #fff;
}
#themezly-blog .thz-grid-item-media,
.thz-blog-post-media {
	overflow: initial;
}
#themezly-blog .thz-hover-img-mask,
.thz-blog-post-media .thz-hover-img-mask {
	background-position: top center;
}
.thz-mainwrap-single-post .thz-block-spacer{
	padding-top:0;
}
.thz-mainwrap-single-post .thz-post-media-container{
	margin-top:-90px;
}
/* DOCS */
.thz-docs-cat-list {
	list-style-type: none;
	margin: 0;
}
.thz-docs-cat-list li {
	padding: 0px 0 10px 0px;
	margin-top: 10px;
	border-bottom: 1px solid #eaeef3;
	font-size: 13px;
	font-weight: 600;
}
.thz-docs-cat-list li:last-child {
	border: none;
	padding-bottom: 0;
}
/* archive view */

.thz-docs-cat-row .thz-column-in {
	text-align: center;
	padding: 0;
	border: 1px solid #eaeef3;
	border-radius: 4px;
	box-shadow: 0px 0px 28px 0px rgba(0, 11, 53, 0.08);
	transition: all 0.4s;
	color:#70777a;
}
.thz-docs-cat-row .thz-column-in:hover {
	box-shadow: 0px 8px 28px 0px rgba(0, 11, 53, 0.1);
}
.thz-docs-cat-item {
	padding: 50px 30px;
	display: block;
	position: relative;
}
 @media screen and (max-width: 979px) {
.thz-grid-item.type-docs {
	width: 100%!important;
}
}
.thz-doc-cat-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.thz-doc-title {
	font-weight: 600;
	font-size: 18px;
	display: block;
	margin: 0 0 10px 0;
	transition: color 0.4s;
	color: #0c0e10;
}
.thz-docs-cat-row .thz-column-in:hover .thz-doc-title {
	color: #29d089;
}
/* tax view */

.themezly-docs-hero .thz-search-form-inner .text-input {
	padding: 20px;
	font-size: 20px;
}
.term-getting-started .thz-hero-post-title-inner:before {
	font-family: 'themezly';
	font-size: 48px;
	color: #fff;
	line-height: 1;
}
.thz-docs-article-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.thz-docs-article-title {
	background: #fff;
	padding: 40px;
	display: block;
	border-radius: 2px;
	border: 1px solid #eaeef3;
	border-radius: 4px;
	box-shadow: 0px 0px 28px 0px rgba(0, 11, 53, 0.08);
	transition: all 0.4s;
	color: inherit;
	margin-bottom: 60px;
	position: relative;
}
.thz-docs-article-title:hover {
	box-shadow: 0px 8px 28px 0px rgba(0, 11, 53, 0.1);
}
.thz-docs-article-title h2 {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: 500;
}
.themezly-docs-hero .thz-search-shortcode-holder {
	max-width: 70%;
	margin: 0 auto;
}
.thz-docs-article-title-icon {
	margin: 0 25px 0 0;
	font-size: 35px;
	color: #29d089;
	line-height: 1;
}
.thz-docs-article-image img {
	display: block;
	border-radius: 30px;
	border: 2px solid #fff;
	box-shadow: 0px 2px 10px 0px rgba( 0, 0, 0, 0.1 );
	margin: 0px 10px 0 0;
}
.thz-docs-article-intro {
	display: block;
	color:#70777a;
}
.thz-docs-article-author {
	margin: 5px 0 0 0;
	position: relative;
	z-index: 2;
}
.thz-docs-article-author .by {
	font-size: 12px;
	color: #888;
	margin: 0 5px 0 0;
}
.thz-docs-article-author .name {
	font-size: 12px;
	font-weight: 600;
}
/* single doc*/

.thz-tax-icon {
	font-size: 0;
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 auto 15px auto;
	overflow: hidden;
}
.thz-tax-icon svg {
	width: 48px;
	height: 48px;
}
.thz-tax-icon svg * {
	fill: #29d089;
}
.thz-doc-icon {
	font-size: 0;
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 auto 15px auto;
	overflow: hidden;
}
.thz-doc-icon svg {
	width: 48px;
	height: 48px;
}
.thz-doc-icon svg * {
	fill: #29d089;
}
/* breadcrumbs */

.thz-docs-breadcrumbs {
	margin: 0 0 40px 0;
	font-weight: 600;
	font-size: 13px;
}
/* docs content */

.type-docs .thz-parsed-page-content ol:not(.linenums),
 .type-docs .thz-parsed-page-content ul {
	margin-left: 0;
	list-style-type: none;
	list-style-position: inside;
}
.type-docs .thz-parsed-page-content * + ol,
 .type-docs .thz-parsed-page-content * + ul {
	margin-top: 15px;
}
.type-docs .thz-parsed-page-content ol + div,
.type-docs .thz-parsed-page-content div + div {
	margin-top: 40px;
}
.type-docs .thz-parsed-page-content ol:not(.linenums) li,
 .type-docs .thz-parsed-page-content ul li {
	padding: 15px 0 15px 0px;
	border-bottom: 1px solid #eaeef3;
	display: table;
	width: 100%;
	position: relative;
}
.type-docs .thz-parsed-page-content ol:not(.linenums) li:before,
 .type-docs .thz-parsed-page-content ul li:before {
	display: table-cell;
	font-size: 14px;
}
.type-docs .thz-parsed-page-content ol:not(.linenums) {
	counter-reset: listcounter;
}
.type-docs .thz-parsed-page-content ol:not(.linenums) > li:before {
	content: counter(listcounter) ". ";
	counter-increment: listcounter;
	font-weight: 600;
	width: 30px;
}
.type-docs .thz-parsed-page-content .thz-docs-continue-list ol:not(.linenums):first-of-type {
	counter-reset: continuelist;
}
.type-docs .thz-parsed-page-content .thz-docs-continue-list ol:not(.linenums) > li:before {
	content: counter(continuelist) ". ";
	counter-increment: continuelist;
}
.type-docs .thz-parsed-page-content ul > li:before {
	content: "";
	width: 20px;
}
.type-docs .thz-parsed-page-content ul > li:after {
	content: "";
	font-weight: 600;
	background: #121212;
	border-radius: 100%;
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 27px;
}
.type-docs .thz-parsed-page-content ol:not(.linenums) li:last-child,
 .type-docs .thz-parsed-page-content ul li:last-child {
	border: none;
	margin: 0;
	padding-bottom: 0;
}
/*.type-docs .thz-parsed-page-content ol:not(.linenums) li:only-of-type,

.type-docs .thz-parsed-page-content ul li:only-of-type {

	padding-top: 0;

}*/

.type-docs .thz-parsed-page-content li > ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.thz-doc-image {
	display: block;
	padding: 10px;
	margin: 0 0 40px 0;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	min-height: 450px;
	box-shadow: 0px 10px 60px -10px rgba(24,75,123,0.18);
}
* + .thz-doc-image,
* + .thz-lightbox-gallery {
	margin-top: 40px;
}
/*.thz-doc-image.max {
	max-height: 450px;
}*/
.thz-doc-image.max {
	min-height: unset;
	padding-bottom: 56.25%;
}
.thz-doc-image.max img{
	position:absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	display: block;
	width: calc(100% - 20px);
	z-index:0;
}
.thz-doc-image.max:before {
	content: '';
	display: block;
	position: absolute;
	height: 10px;
	background: inherit;
	left: 10px;
	right: 10px;
	bottom: 0;
	z-index: 2;
}
.thz-doc-image a {
	display: block;
	overflow: hidden;
}
.thz-doc-image a.thz-lightbox:before {
	font-family: 'Thzicons';
	content: '\e202';
	text-align: center;
	height: 30px;
	width: 30px;
	line-height: 30px;
	background: #fff;
	border-radius: 3px;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	right: 20px;
	color: #29d089;
	box-shadow: 0px 0px 10px 0px rgba( 0, 0, 0, 0.1 );
}
.thz-doc-image img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #eaeef3;
	border-radius: 2px;
}
/*.thz-doc-image a.thz-lightbox.mfp-iframe:before {
	z-index: 5;
	font-family: 'Thzicons';
	content: '\eeae';
	left: 50%;
	top: 50%;
	right: auto;
	bottom: auto;
	height: 50px;
	width: 50px;
	line-height: 50px;
	margin: -25px;
	content: "\f13f";
	border-radius: 50px;
}*/
.thz-doc-image a.thz-lightbox.mfp-iframe:before {
	z-index: 5;
	font-family: 'Thzicons';
	content: '\eeae';
	right: 20px;
	bottom: 20px;
	width: 50px;
	line-height: 31px;
	margin:0;
	content: "\f13f";
	border-radius: 50px;
}
.thz-doc-image .mfp-iframe:after {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	text-align: center;
	font-size: 58px;
	margin: 0;
	line-height: 430px;
	color: #fff;
	background: rgba(24, 39, 68, 0.2);
	opacity: 1;
	transition: all 0.4s ease-in;/* background: red; */
}
.mfp-light .mfp-iframe-scaler iframe {
	background: #fff url(../images/iframe-loader.gif) center center no-repeat;
}
.thz-parsed-page-content * + .thz-notification {
	margin-top: 40px;
}
.thz-docs-related-holder {
	margin: 60px 0 0 0;
}
.thz-related-list li {
	padding: 15px 0 0 0;
	font-weight: 600;
}
.thz-pro-feature:after{
	content:'Pro';
	font-size:10px;
	background:#29d089;
	color:#fff;
	padding:2px 5px;
	border-radius:4px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:0 0 0 15px;
	position:relative;
	top: -2px;	
}
#thz-wrapper a.thz-pro-link:not(#â™¥){
	font-size:10px;
	background:#29d089;
	color:#fff;
	padding:5px;
	border-radius:4px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:0 auto 15px auto;
	position:relative;	
	display:block;
	text-align:center;
	max-width:40px;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
a.thz-pro-link:hover{
	 transform: translateY(-5px);
	box-shadow: 0px 8px 40px 0px rgba(41,208,137,0.4);
}

/* notifications */
.type-docs .thz-parsed-page-content .thz-notification-blue,
.type-docs .thz-parsed-page-content .thz-notification-red,
.type-docs .thz-parsed-page-content .thz-notification-green {
    background: #f5f7fa;
    border-style: solid;
    border-color: #eaeef3;
    border-width: 1px;
    color: #738697;
    border-radius: 4px;
}
.type-docs .thz-parsed-page-content .thz-notification-blue .thz-notification-title,
.type-docs .thz-parsed-page-content .thz-notification-green .thz-notification-title{
	 color: #29d089;
}
.type-docs .thz-parsed-page-content .thz-notification-blue a,
.type-docs .thz-parsed-page-content .thz-notification-green a{
	color:#29d089;
}
.type-docs .thz-parsed-page-content .thz-notification-blue a:hover,
.type-docs .thz-parsed-page-content .thz-notification-green a:hover{
	color:#0c0e10;
}
/* BLOG */

.themezly-hero-heading h1 {
	font-size: 48px;
}
 @media screen and (max-width: 979px) {
.themezly-hero-heading h1 {
	font-size: 38px;
}
}
.thz-sh-get-item-data {
	display: block;
	width: 100%;
	margin: 15px 0 0 0!important;
}
.themezly-hero-meta,
.themezly-hero-meta a {
	display: block;
	color: #92a0ac;
	font-size: 18px;
	line-height: 1;
}
#single-post-hero .themezly-hero-heading{
	text-align:center;
}
#single-post-hero .themezly-hero-meta{
	margin:30px 0 0 0;
	text-align:center;
}
.themezly-hero-meta > span {
	display: inline-block;
	line-height: 1;
	margin: 0 5px 0 0;
}
.themezly-hero-meta .thz-author-avatar img {
	padding: 5px;
	margin: 0 0 15px 0;
	border-radius: 85px;
	background-color: rgb(234, 238, 243);
	box-shadow: 0px 0px 28px 0px rgba(0, 11, 53, 0.28);
}
.themezly-author-desc-holder {
	display: block;
	text-align:center;
}
.themezly-author-desc-holder .themezly-author-desc {
	max-width:680px;
	margin:0 auto;
}
.themezly-author-desc-holder .thz-author-avatar {
	width: 100px;
	position: relative;
	margin:15px auto;
	display:block;
}
.themezly-author-desc-holder .thz-author-avatar img {
	border-radius: 50%;
	position: relative;
	z-index: 2;
	width: 80px;
	height: 80px;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 10px 60px -10px rgba(38,53,74,0.23);
}
.archive.author #arch-heading .thz-sh-sub > p {
	display: none;
}
.thz-author-contacts-holder{
	margin:15px auto 0 auto;
}
.archive.author .thz-author-contact{
	margin:0 10px;
	font-size:12px!important;
}
.archive.author .thz-author-contact span{
	font-size:16px!important;
}
.archive.author .thz-author-contact:hover span{
	color:#29d089!important;
}
/* FOOTER */

.thz-has-list.thz-is-nav ul li a,
 .thz-has-list:not(.thz-is-nav) li {
	padding: 8px 0;
	font-weight: 600;
}
#footermenus .thz-heading-title {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#footermenus,
 #footermenus a,
 #branding,
 #branding a {
	color: #818a92;
	font-size: 14px;
}
#footermenus a:hover,
 #footermenus a:focus,
 #branding a:hover,
 #branding a:focus {
	color: #29d089;
}
.themezly-copyright {
	display: block;
	margin: 15px 0 0 0;
}
.thmz-article-img {
	display: block;
	clear: both;
	border-radius: 8px;
	margin: 40px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #f5f7fa;
	box-shadow: 0px 10px 60px -10px rgba(38,53,74,0.23);
}
.wp-caption-text {
	display: block;
	color: #92a0ac;
	font-size: 16px;
	font-style: italic;
	margin-top: -15px;
}
/* Themes archive */
.post-type-archive-theme div.thz-main-container.thz-site-width,
.thz-mainwrap-tax-wordpress-themes div.thz-main-container.thz-site-width {
	max-width: 100%;
}
@media screen and (min-width: 1699px) {
.post-type-archive-theme div.thz-main-container,
 .thz-mainwrap-tax-wordpress-themes div.thz-main-container.thz-site-width {
	width: 80%;
}
}
/* cats filter */
.thz-themes-categories {
	display: block;
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 0px 0px 90px 0px;
}
.thz-themes-categories li {
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0;
	background: none;
	float: none;
	-moz-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.thz-themes-categories li a {
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	padding: 12px 26px;
	margin-right: 8px;
	border-radius: 40px;
	color: #2c2e30;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.3px;
}
.thz-themes-categories li.active-item a,
.thz-themes-categories li a:hover {
	box-shadow: 0px 8px 40px 0px rgba(41,208,137,0.4);
	color: #ffffff;
	background: #29d089;
}
/* item */
.thz-theme .thz-item-image {
	display: block;
	position: relative;
	border-radius: 4px;
	box-shadow: 0px 8px 40px -0px rgba(24,75,123,0.18);
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	will-change: transition;
	border: 8px solid #fff;
}
.thz-theme .thz-item-image:hover {
	transform: translateY(-10px);
	box-shadow: 0px 40px 100px -10px rgba(2, 36, 82, 0.18);
}
.thz-theme .thz-item-image img {
	display: block;
	border-radius: inherit;
}
.thz-theme-type-free {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: #eef1f6;
	border-radius: 4px;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #29d089;
	text-align: center;
	padding: 4px 8px;
	border: 1px solid #e6eaef;
}
.thz-item-info {
	position: relative;
}
.thz-theme .thz-item-title {
	display: block;
	margin: 45px 0 15px 0;
	font-size: 16px;
	color: #aab4ca;
	font-weight: 400;
	letter-spacing: 0.5px;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}
.item-hovered .thz-item-title {
	color: #0c0e10;
}
.item-not-hovered .thz-item-image {
	opacity: 0.5;
}
.thz-item-bits {
	display: block;
	margin: 0;
	position: absolute;
	right: 0px;
	top: -10px;
}
.thz-theme-demo-btn {
	color: #aabad2;
	background: #eef1f6;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	padding: 8px 20px;
	margin-right: 8px;
	border-radius: 40px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.thz-theme-demo-btn:hover {
	box-shadow: 0px 8px 40px 0px rgba(41,208,137,0.4);
	color: #ffffff;
	background: #29d089;
}
/* single theme */
.thz-mainwrap-single-theme div.thz-main-container.thz-site-width {
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}
/* likes */
.thz-mainwrap-single-theme .thz-likes-text,
.thz-mainwrap-single-theme .thz-likes-count {
	display: none;
}
.thz-mainwrap-single-theme .thz-likes-count {
	margin-left: 10px;
}
.thz-mainwrap-single-theme .thz-likes.has-liked .thz-likes-count {
	display: inline-block;
}
.thz-mainwrap-single-theme .thz-block-spacer {
	padding: 0;
}
.thz-theme-image {
	display: block;
	position: relative;
}
.home-hero .thz-theme-image {
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}
.home-hero .thz-theme-image:hover {
	transform: translateY(-10px);
}
.thz-theme-image img {
	display: block;
	border-radius: 8px;
	box-shadow: 0px 10px 90px 0px rgba(24,75,123,0.18);
	border: 10px solid #fff;
}
.thz-post-meta-sh-holder .thz-social-share {
	display: inline-block;
	position: relative;
	top: 2px;
}
/* custom pages */
.thz-container .thz-row.thz-page-row {
	margin-left: -90px;
}
.thz-page-row .thz-page-column {
	padding-left: 90px;
}
.thz-custom-page {
	position: relative;
}
.thz-page-image-container,
.thz-page-info-container {
	display: block;
	position: relative;
}
.thz-page-image {
	display: block;
	border: 10px solid #fff;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 0px 10px 90px 0px rgba(24,75,123,0.18);
}
.thz-theme-pages-heading {
	margin: 0 auto;
	text-align: center;
	padding: 150px 0 0px 0;
	display: block;
	max-width: 1200px;
	border-top: 1px solid #eaeef3;
}
.thz-theme-pages-heading h2 {
	font-size: 38px;
}
.thz-theme-pages-heading p {
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
}
div.thz-container.thz-theme-divider {
	border-top: 1px solid #eaeef3;
	max-width: 1200px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.thz-custom-page.contrast-section .thz-theme-divider {
	border-color: #dfe5eb;
}
.thz-custom-page.contrast-section {
	background: #f5f7fa;
}
.thz-page-link {
	color: #aab4bd;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 15px 0 0 0px;
	display: inline-block;
	position: relative;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}
.thz-page-link:hover {
	margin-left: 10px;
}
.thz-page-link i {
	color: #29d089;
	font-size: 14px;
	position: relative;
	top: 2px;
	margin: 0 0 0 10px;
}
.thz-page-sub {
	padding: 20px;
	font-size: 14px;
	color: #738697;
	border-radius: 4px;
	position: relative;
	width: auto;
	display: inline-block;
}
.thz-page-info-container .thz-page-sub {
	background: #f5f7fa;
	margin: 30px 0 0 0;
}
.thz-page-image-container .thz-page-sub {
	background: #fff;
	margin: -60px 0 0 60px;
	box-shadow: 0px 10px 90px 0px rgba(24,75,123,0.18);
}
.thz-custom-page.contrast-section .thz-page-info-container .thz-page-sub {
	background: #fff;
}
.thz-page-sub-title {
	font-family: 'thmzh', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	display: block;
	color: #0c0e10;
	margin: 0 0 10px;
}
.thz-page-sub-title i {
	font-size: 16px;
	display: inline-block;
	position: relative;
	margin: 0 3px 0 0;
	top: 2px;
}
/* related */
.thz-related-themes {
	padding: 120px 0 120px 0;
}
.thz-related-themes-heading {
	text-align: center;
}
.thz-related-themes-list .thz-item-title {
	text-align: center;
	margin: 30px 0 15px 0;
}
/* live search result */
.thz-live-search-results,
.thz-live-search-results .thz-live-search-item {
	border-color: #eaeef3;
}
.thz-live-search-results .thz-live-search-item:hover {
	background: #f5f7fa;
}
.thz-live-search-results .thz-live-search-item-thumbnail-holder {
	overflow: initial;
}
.thz-live-search-results .thz-live-search-item-thumbnail img {
	border: 3px solid #fff;
	border-radius: 4px;
	box-shadow: 0px 8px 30px 0px rgba(24,75,123,0.18);
}
.thz-live-search-results .thz-live-search-item-name{
	margin: -5px 0 0 0;
}
/* features section */
.features-section .thz-section{
	padding-top:90px;
	padding-bottom:90px;
}
.features-section .thz-text-block h3{
	font-size:18px;
}
.features-section * + .thz-row{
	margin-top:45px;
}
.features-section * + .thz-shc{
	margin-top:45px;
}
.features-section .thz-text-block h3 + p{
	margin-top:15px;
}
.features-section .thz-shc.thz-text-block {
    min-height: 160px;
    margin: 0;
}
/* pro badge */
.features-section .thz-text-block.pro h3:after{
	content:'Pro';
	font-size:10px;
	background:#29d089;
	color:#fff;
	padding:2px 5px;
	border-radius:4px;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:0 0 0 15px;
	position:relative;
	top: -2px;
}
/* features link */
.features-section .thz-text-block h3 a:after{
  font-family:'Material';
  content: "\e88f";
  font-size:16px;
  display:inline-block;
  position:relative;
  margin:0 0 0 10px;
  top: 1px;
  color:#aab4c2;
}
.features-section .thz-text-block h3 a:hover:after{
	color:#29d089;
}

#support-features .thz-text-block h3 a[target="_blank"]:after{
	font-family:'Thzicons';
	content: "\f11b";
	color: #29d089;
	top: 1px;
}


#thz_cookies_consent,
#menu-item-1237,#menu-item-1526,
#menu-item-1989,
#thz-sh-571cb454 + .thz-btn-center-wrap{
	display:none;
}