/**
Theme Name: ThemeHunk
Author: Themehunk Team
Author URI: http://themehunk.com/
Description: Themehunk themes
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: themehunk
*/

@import "css/menu-css.css";
@import "css/bootstrap.min.css";
@font-face {
	font-family: 'Be Vietnam';
	src: url(fonts/BeVietnam-Regular.ttf) format('truetype');
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: 'Be Vietnam';
	src: url(fonts/BeVietnam-SemiBold.ttf) format('truetype');
	font-weight: 600;
	font-style: normal
}
@font-face {
	font-family: 'Be Vietnam';
	src: url(fonts/BeVietnam-Bold.ttf) format('truetype');
	font-weight: 700;
	font-style: normal
}

:root {
    --e-a-color-white: #fff;
    --e-a-color-black: #000;
    --e-a-color-logo: #fff;
    --e-a-color-primary: #f3bafd;
    --e-a-color-primary-bold: #d004d4;
    --e-a-color-secondary: #515962;
    --e-a-color-success: #0a875a;
    --e-a-color-danger: #dc2626;
    --e-a-color-info: #2563eb;
    --e-a-color-warning: #f59e0b;
    --e-a-color-accent: #524cff;
    --e-a-color-global: #1dddbf;
    --e-a-bg-default: #fff;
    --e-a-bg-invert: #0c0d0e;
    --e-a-bg-hover: #f9fafa;
    --e-a-bg-active: #e6e8ea;
    --e-a-bg-active-bold: #d5d8dc;
    --e-a-bg-loading: #f9fafa;
    --e-a-bg-logo: #000;
    --e-a-bg-primary: #fae8ff;
    --e-a-bg-secondary: #515962;
    --e-a-bg-success: #f2fdf5;
    --e-a-bg-info: #f0f7ff;
    --e-a-bg-danger: #fef1f4;
    --e-a-bg-warning: #fffbeb;
    --e-a-color-txt: #515962;
    --e-a-color-txt-muted: #69727d;
    --e-a-color-txt-disabled: #babfc5;
    --e-a-color-txt-invert: #fff;
    --e-a-color-txt-accent: #0c0d0e;
    --e-a-color-txt-hover: #3a3f45;
    --e-a-color-txt-active: #0c0d0e;
    --e-a-border-color: #e6e8ea;
    --e-a-border-color-bold: #d5d8dc;
    --e-a-border-color-focus: #babfc5;
    --e-a-border-color-accent: #0c0d0e;
    --e-a-border: 1px solid var(--e-a-border-color);
    --e-a-border-bold: 1px solid var(--e-a-border-color-bold);
    --e-a-border-radius: 3px;
    --e-a-btn-color: #0c0d0e;
    --e-a-btn-color-invert: var(--e-a-color-txt-invert);
    --e-a-btn-color-disabled: var(--e-a-color-txt-disabled);
    --e-a-btn-bg: #515962;
    --e-a-btn-bg-hover: #3a4046;
    --e-a-btn-bg-active: #23262a;
    --e-a-btn-bg-disabled: #d5d8dc;
    --e-a-btn-bg-primary: #f3bafd;
    --e-a-btn-bg-primary-hover: #f5d0fe;
    --e-a-btn-bg-primary-active: #f0abfc;
    --e-a-btn-bg-accent: #524cff;
    --e-a-btn-bg-accent-hover: #4c43e5;
    --e-a-btn-bg-accent-active: #4338ca;
    --e-a-btn-bg-success: #0a875a;
    --e-a-btn-bg-success-hover: #06583a;
    --e-a-btn-bg-success-active: #03281b;
    --e-a-btn-bg-danger: #dc2626;
    --e-a-btn-bg-danger-hover: #b21d1d;
    --e-a-btn-bg-danger-active: #861616;
    --e-a-dark-bg: #0c0d0e;
    --e-a-dark-color-txt: #9da5ae;
    --e-a-dark-color-txt-hover: #d5d8dc;
    --e-a-font-family: Roboto,Arial,Helvetica,sans-serif;
    --e-a-transition-hover: all .3s;
    --e-a-popover-shadow: 0 2px 15px rgba(0,0,0,0.3);
    --e-a-dropdown-shadow: 0 0 3px rgba(0,0,0,0.2);
}



html {
	scroll-behavior: smooth;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}
a:focus{
outline: unset;
    outline-offset: unset;
}
body {
	font-family: 'Be Vietnam', sans-serif;
	font-weight: 400;
	line-height: 24px;
	font-size: 16px;
	color: #3d3d3d
}
.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1250px;
	width: 100%;
	box-sizing: border-box;
}
ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

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

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

.forum-content {
	width: 70%;
	max-width: 800px;
	float: left
}

.forum-sidebar {
	max-width: 400px;
	width: 27.5%;
	float: right
}

::selection {
	color: #fff;
	background: #098bba
}

::-moz-selection {
	color: #fff;
	background: #098bba
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong{
	word-break: break-word;
	font-family: 'Be Vietnam', sans-serif;
	    font-weight: 700;
}

h1,
h2 {	color: #484848;
	margin-bottom: 16px;
	line-height: 38px;
	font-weight: 700
}

h3,
h4,
h5,
h6 {	color: #484848;
	margin-bottom: 10px;
	font-weight: 600
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 22px
}

h3 {
	font-size: 20px
}

h4 {
	font-size: 18px
}

h5 {
	font-size: 16px
}

h6 {
	font-size: 14px
}

.archive p {
	font-size: 15px;
	letter-spacing: .1px
}

/*** Block Style **/

.wp-block-embed.aligncenter .wp-block-embed__wrapper{
	text-align: center;
}


.wp-block-group {
    padding-top: 28px;
    padding-bottom: 28px;
}


a.wpanch {
	padding: 10px 15px;
	float: right;
	margin: 5px;
	color: #ffffff;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	background: #000000;
	border-radius: 5px;
	transition: .5s;
}
.page-template-blog .post a.wpanch:hover {
	color: #fff;
	box-shadow: 0 0 10px 0 #d0eaf5;
}

.post-content {
	overflow: hidden;
	padding: 20px 0;
}

.post ol li {
	line-height: 2em;
	letter-spacing: .5px
}
.search.search-results .templates{
	margin-bottom: 58px;
}
a {
	color: #1265fb;
	transition: all .5s;
	font-family: 'Be Vietnam', sans-serif;
}

a:hover {
	text-decoration: none
}

a:focus {
	color: #2a6496;
	text-decoration: none
}

a.buttons,
a.button2 {
	transition: none
}

a.buttons:hover,
a.button2:hover {
	color: #fff!important
}

small {
	font-size: 12px;
	line-height: 12px
}

p {
	font-size:16px;
	line-height: 26px;
	word-break: break-word;
	font-family: 'Be Vietnam', sans-serif;
	font-weight: 400
}

.clear {
	clear: both
}


ul.th-tmpl-filter .demo-item-button {
	top: 43%;
	left: 0;
	right: 0;
	text-align: center;
	position: absolute;
	opacity: 0;
}

ul.th-tmpl-filter .demo-thumbnail .demo-thumbnail-overlay:hover > .demo-item-button {
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.demo-thumbnail .demo-thumbnail-overlay {
	position: relative;
}
ul.th-tmpl-filter .demo-thumbnail .demo-thumbnail-overlay:before{
	content: '';
}
ul.th-tmpl-filter .demo-thumbnail .demo-thumbnail-overlay:hover:before {
	background: rgb(255 255 255 / 87%);
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	display: block;
}  
ul.th-tmpl-filter a.item-button-demo {
	box-shadow: none;
	background: #F7A205;
	border-radius: 3px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 1px;
	border: 1.3px solid #F7A205;
	font-size: 13px;
	letter-spacing:2px;
	font-weight: bold;
	margin: 2px;
	width: 45%;
	display: block;
	margin: 8px auto;
	padding: 7px 8px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
ul.th-tmpl-filter a.item-button-details {
	box-shadow: none;
	background: #2196F3;
	border-radius: 3px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-transform: capitalize;
	letter-spacing:2px;
	border: 1.3px solid #2196F3;
	font-size: 13px;
	font-weight: bold;
	margin: 2px;
	width: 45%;
	display: block;
	margin: 8px auto;
	padding: 7px 8px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

ul.th-tmpl-filter a.item-button-details:hover,
ul.th-tmpl-filter a.item-button-demo:hover{
color: #fcfeff;
}

.button-def {
	background: #f7a205;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	padding: 15px 35px;
	text-decoration: none;
	text-align: center;
	max-width: 100%;
	word-break: break-word;
	transition: all .25s linear
}

.button-def:hover,
.Home-Newsletter form.Newsletter-form .btnSubmit:hover {
	background: #e89a0c;
	color: #fff
}

input[type=text],
input[type=password],
textarea,
select {
	outline: 0
}
/*pre {
	background: #f7f7f7;
	color: #222;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em
}
*/

code, pre{
    background: #f7fbfb;
    display: inherit;
    font-size: 13px;
    counter-reset: line;
    color: #20ab00;
    word-wrap: break-word;
    box-decoration-break: clone;
    padding: 1.1rem 2.3rem 1.1rem;
    border-radius: .4rem;
}
/*code {
	background: #f7f7f7;
	display: inherit;
	padding: 20px;
	font-size: 13px;
	color: #209605
}*/

cite,
var {
	font-style: italic;
	font-size: 90%
}

blockquote p {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	padding-bottom: 0
}

.alignnone {
	margin: 18px 0 20px
}

img.alignnone {
	max-width: 100%;
	height: auto
}



.alignright {
	float: right;
	margin: 18px 0 20px 20px
}

.alignleft {
	float: left;
	margin: 18px 20px 20px 0
}


a img.alignright {
	float: right;
	margin: 18px 0 20px 20px
}

a img.alignnone {
	margin: 18px 20px 20px 0
}

a img.alignleft {
	float: left;
	margin: 18px 20px 20px 0
}

a img.aligncenter {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 100%;
	padding: 5px 3px 10px;
	text-align: center
}

.wp-caption.alignnone {
	margin: 5px 0 20px
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px
}

.wp-caption img {
	border: 0;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px
}

.sticky {}

.sticky h4 a:link,
.sticky h4 a:visited {
	color: red;
	text-transform: Uppercase
}

.sticky h4 a:hover {
	color: red;
	text-decoration: underline
}

.gallery-caption {}

.bypostauthor {}

.single-post #commentsbox.post {
	display: initial
}

.page-id-49 #commentsbox {
	display: none
}

.widget_calendar {
	float: left
}

#wp-calendar {
	width: 100%
}

#wp-calendar caption {
	text-align: right;
	color: #333;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 15px
}

#wp-calendar thead {
	font-size: 10px
}

#wp-calendar thead th {
	padding-bottom: 10px
}

#wp-calendar tbody {
	color: #aaa
}

#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding: 0
}

#wp-calendar tbody td:hover {
	background: #fff
}

#wp-calendar tbody td a {
	color: #000
}

#wp-calendar tbody td a:hover {
	color: #8b8b8b
}

#wp-calendar tbody .pad {
	background: 0 0
}

#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right
}

#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px
}

.tagcloud {
	margin-bottom: 27px
}

.tagcloud a {
	color: #8b8b8b;
	transition: all .5s
}

.tagcloud a:hover {
	color: #2c2c2c;
	text-decoration: none
}

.rssSummary {
	padding-bottom: 13px
}

.rss-date {
	float: right
}

.commentlist .reply {
	position: absolute;
	top: 0;
	right: 0
}

.commentlist .reply a {
	background: #000;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	padding-top: 7px;
	padding-bottom: 7px
}

.commentlist .reply a:hover {
	color: #fff
}

#reply-title {
	display: none
}

.post-info {
	font-size: 20px;
	font-family: 'Be Vietnam', sans-serif;
	font-weight: 700;
	padding-bottom: 11px
}
span.pro {
    background: #0cbf5c;
    padding: 1px 5px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .04rem;
}
.commentlist .alt {}

.commentlist .odd {}

.commentlist .even {}

.commentlist .thread-alt {}

.commentlist .thread-odd {}

.commentlist .thread-even {}

.commentlist li ul.children .alt {}

.commentlist li ul.children .odd {}

.commentlist li ul.children .even {}

.commentlist .vcard {}

.commentlist .vcard cite.fn {}

.commentlist .vcard span.says {}

.commentlist .vcard img.photo {}

.commentlist .vcard img.avatar {}

.commentlist .vcard cite.fn a.url {}

.commentlist .comment-meta {}

.commentlist .comment-meta a {}

.commentlist .commentmetadata {
	margin-bottom: 16px
}

.commentlist .commentmetadata a {}

.commentlist .parent {}

.commentlist .comment-body {
	border: 1px solid #baf9ff;
	padding: 15px;
	background: #f0f8f8;
	margin-bottom: 20px;
	border-radius: 5px;
}

#commentform p.comment-form-url {
	display: none;
}

#commentsbox #comments {
	margin-bottom: 40px
}

#commentsbox.post {
	padding-right: 26px
}

.commentlist .children {}

.commentlist .pingback {}

.commentlist .bypostauthor {}

.commentlist .comment-author img {
	max-width: 60px;
	max-height: 60px;
	position: absolute;
	right: 100%;
	margin-right: 10px;
	top: -1px
}

.commentlist .comment-author-admin {}

.commentlist {}

.commentlist li {}

.commentlist li p {}

.commentlist li ul {}

.commentlist li ul.children li {}

.commentlist li ul.children li.alt {}

.commentlist li ul.children li.byuser {}

.commentlist li ul.children li.comment {}

.commentlist li ul.children li.bypostauthor {}

.commentlist li ul.children li.comment-author-admin {}

#cancel-comment-reply {}

#cancel-comment-reply a {}
.comment-form textarea#comment {
	width: 100%;
	padding-left: 5px;
	border: 1px solid #baf9ff;
	border-radius: 10px;
	background: #f0f8f8;
}
p.nocomments {
	display: none
}
.comment-form input {
	padding: 5px;
	margin-bottom: 12px;
	margin-right: 25px;
	border: 1px solid #baf9ff;
	-webkit-appearance: none;
	box-sizing: border-box;
	border-radius: 10px;
	background: #f0f8f8;
	outline: 0;
} 
.post#commentsbox iframe {
	width: 100%
}
iframe.wp-embedded-content.lazyloaded {
	max-width: 100%;
}
.post#commentsbox h1,
.post#commentsbox h2 {
	margin-bottom: 16px;
	margin-top: 16px
}

.post#commentsbox h3,
.post#commentsbox h4,
.post#commentsbox h5,
.post#commentsbox h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

ol.commentlist li.comment {
	position: relative;
	list-style-type: none;
	margin-left: 70px
}

ol.commentlist li.pingback {
	list-style-type: none;
	margin-left: 0
}

.form-allowed-tags {
	margin-bottom: 20px
}
.page-id-60117 .elementor-sticky.elementor-sticky--active{
	padding:5px 0!important;
	background-color: #dedede !important;
}
input#submit {
	background: #000000;
	border: 1px solid #000000;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 15px;
	margin-top:15px;
	text-decoration: none;
	text-align: center;
	max-width: 100%;
	word-break: break-word;
}

input#submit:active {
	position: relative;
	top: 1px
}
p.form-submit{
	padding:0px;
}
.post-content ul.thumbnail,
.page .page-content ul.thumbnail {
	display: block;
	padding: 0;
	margin-bottom: 0;
	margin-top: 30px;
	line-height: 1.428571429;
	background: 0 0;
	border: 0;
	border-radius: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	list-style-type: none
}

.post-content ul.thumbnail>img,
.post-content ul.thumbnail a>img,
.page .page-content ul.thumbnail>img,
.page .page-content ul.thumbnail a>img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 40px
}

.post-content ul.thumbnail li,
.page .page-content ul.thumbnail li {
	display: inline-block;
	margin-left: 0;
	position: relative
}

.bg-up div img,
.bg-down div img {
	visibility: hidden
}

.bg-up div {
	margin: 0;
	visibility: visible;
	position: absolute;
	margin-left: 19px;
	border: 1px solid #bbb;
	box-shadow: 0 1px 4px 1px rgba(0, 0, 0, .3);
	top: -11px;
	padding: 0;
	left: -6px;
	padding-bottom: 0;
	max-height: 224px;
	overflow: hidden;
	z-index: -1
}

.bg-down div {
	margin: 0;
	visibility: visible;
	position: absolute;
	border: 1px solid #bbb;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, .3);
	top: 11px;
	bottom: 34px;
	padding: 0;
	left: 35px;
	padding-bottom: 0;
	max-height: 224px;
	overflow: hidden;
	z-index: -1
}

.post-content.gallery-templt,
.page .page-content.gallery-templt {
	text-align: center
}

.post-content ul.thumbnail>img,
.post-content ul.thumbnail a>img,
.page .page-content ul.thumbnail>img,
.page .page-content ul.thumbnail a>img {
	margin-bottom: 15px
}

.post-content ul.thumbnail li,
.page .page-content ul.thumbnail li {
	margin-bottom: 30px
}

.gallery p.text-center {
	max-width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center
}

#logo {
	padding-top: 20px;
	padding-bottom: 20px
}

#logo img {
	max-width: 100%
}

#logo h1 {
	margin-bottom: 0;
	font-size: 28px;
	margin-top: 0
}

#logo p {
	padding-bottom: 0
}

.top-icons {
	float: right;
	padding-top: 24px;
	padding-bottom: 20px
}

.top-icons ul li {
	display: inline-block;
	transition: All .5s ease;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease;
	transform: rotate(0deg) scale(1);
	-webkit-transform: rotate(0deg) scale(1);
	-moz-transform: rotate(0deg) scale(1);
	-o-transform: rotate(0deg) scale(1);
	-ms-transform: rotate(0deg) scale(1)
}

.top-icons ul li.fb:hover,
.top-icons ul li.tw:hover,
.top-icons ul li.ln:hover,
.top-icons ul li.gp:hover {
	transform: rotate(360deg) scale(1.3);
	-webkit-transform: rotate(360deg) scale(1.3);
	-moz-transform: rotate(360deg) scale(1.3);
	-o-transform: rotate(360deg) scale(1.3);
	-ms-transform: rotate(360deg) scale(1.3)
}

.top-icons ul li.fb:hover {
	background: url(images/top-icons-bw.png) no-repeat 0 0;
	width: 27px;
	height: 28px
}

.top-icons ul li.tw:hover {
	background: url(images/top-icons-bw.png) no-repeat -35px 0;
	width: 27px;
	height: 28px
}

.top-icons ul li.ln:hover {
	background: url(images/top-icons-bw.png) no-repeat -70px 0;
	width: 27px;
	height: 28px
}

.top-icons ul li.gp:hover {
	background: url(images/top-icons-bw.png) no-repeat -105px 0;
	width: 27px;
	height: 28px
}

.page-id-12670 .page-content h3 {
	margin-bottom: 15px
}

.top-icons ul li.pn:hover {
	background: url(images/pinterest-b.png) no-repeat 0 0;
	width: 27px;
	height: 28px;
	transform: rotate(360deg) scale(1.3);
	-webkit-transform: rotate(360deg) scale(1.3);
	-moz-transform: rotate(360deg) scale(1.3);
	-o-transform: rotate(360deg) scale(1.3);
	-ms-transform: rotate(360deg) scale(1.3)
}

.top-icons ul li.rs:hover {
	background: url(images/rss-b.png) no-repeat 0 0;
	width: 27px;
	height: 28px;
	transform: rotate(360deg) scale(1.3);
	-webkit-transform: rotate(360deg) scale(1.3);
	-moz-transform: rotate(360deg) scale(1.3);
	-o-transform: rotate(360deg) scale(1.3);
	-ms-transform: rotate(360deg) scale(1.3)
}

.top-icons ul li.fb {
	background: url(images/top-icons.png) no-repeat 0 0;
	width: 27px;
	height: 28px
}

.top-icons ul li.tw {
	background: url(images/top-icons.png) no-repeat -35px 0;
	width: 27px;
	height: 28px
}

.top-icons ul li.ln {
	background: url(images/top-icons.png) no-repeat -70px 0;
	width: 27px;
	height: 28px
}

.top-icons ul li.gp {
	background: url(images/top-icons.png) no-repeat -105px 0;
	width: 27px;
	height: 28px
}

.top-icons ul li.rs {
	background: url(images/rss-c.png) no-repeat 0 0;
	width: 27px;
	height: 28px
}

.top-icons ul li.pn {
	background: url(images/pinterest-c.png) no-repeat 0 0;
	width: 27px;
	height: 28px
}

.top-icons ul li {
	margin-left: 5px
}

.top-icons ul li a {
	padding: 1px 7px 7px 20px
}

.menu-wrap-logo {
	width: 18%;
	float: left
}

.menu-wrap {
	width: 82%;
	float: left
}

.nav-wrapper {
	margin-top: 24px;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 9;
	font-weight: 400
}

.nav-wrapper>ul li {
	display: inline-block
}

.nav-wrapper ul li a {
	font-size: 15px;
	color: #575757;
	display: inline-block;
	margin: 7px;
	padding: 0 7px;
	text-decoration: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}

.nav-wrapper ul ul li a {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px
}

.nav-wrapper ul ul li a {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 3px
}

.nav-wrapper ul li.current-menu-item a,
.nav-wrapper ul li.current_page_item a {
	width: 100%
}

.nav-wrapper .slicknav_nav>li {
	border-bottom: 1px solid #dbdbdb
}

.page-id-23 .page-content h3 {
	margin-bottom: 15px!important
}

.nav-wrapper .sf-menu ul li:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px
}

.nav-wrapper .sf-menu ul ul {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px
}

.nav-wrapper ul {
	font-size: 14px
}

.nav-wrapper .sf-menu li.menu-item-home {
	margin-left: -20px
}

.nav-wrapper .sf-menu li.menu-item-home.current-menu-item {
	margin-left: 0
}

p.comment-form-cookies-consent {
	color: #888
}

input#wp-comment-cookies-consent {
	margin-right: 5px
}

.nav-wrapper .sf-menu ul li {
	padding: 0 0 10px
}

.nav-wrapper .sf-menu ul li:first-child {
	padding-top: 10px
}

.nav-wrapper ul ul {
	margin-left: 0;
	padding-top: 2px
}

.nav-wrapper ul ul ul {
	padding-top: 0
}

.nav-wrapper ul ul ul ul ul ul ul,
.nav-wrapper ul ul ul ul ul ul ul ul,
.nav-wrapper ul ul ul ul ul ul ul ul ul {
	left: -100%
}

.nav-wrapper ul ul ul ul,
.nav-wrapper ul ul ul ul ul,
.nav-wrapper ul ul ul ul ul ul {
	left: 100%
}

li.menu-item-has-children:hover {}

.nav-wrapper ul.sf-menu li.menu-item-has-children>a:hover {
	background: #e89a0c
}

.slicknav_nav li.menu-item-has-children:hover {
	background: #f9a3a3
}

.slicknav_nav>li.menu-item-has-children:hover,
.slicknav_nav li.menu-item-has-children,
.slicknav_nav ul li li>li,
.slicknav_nav>li.menu-item-has-children {
	background: 0 0
}

.nav-wrapper ul li:last-child .sub-menu li a {
	background: #fff;
	color: #000!important;
	padding-left: 15px
}

.nav-wrapper .sf-menu .sub-menu li {
	padding: 7px 0;
	border-bottom: 1px solid #f6f6f6
}

.navigation .menu li#menu-item-650 a::before {
	content: " "
}

.navigation .menu li.menu-item-has-children a::before {
	display: none
}

.sf-menu ul {
	background: #fff;
	min-width: 176px;
	border: 1px solid #e8e8e8
}

.sf-menu ul {
	background: #fff;
	min-width: 190px;
	border: 1px solid #e8e8e8
}

.nav-wrapper .sub-menu li a {
	margin: 0
}

.slicknav_menu {
	display: none
}
.slicknav_btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	float: none;
	padding: .438em .625em;
	line-height: 1.125em;
	cursor: pointer
}

.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left
}

.slicknav_menu .slicknav_icon {
	float: left;
	margin: .188em 0 0 .438em
}

.slicknav_menu .slicknav_no-text {
	margin: 0
}

.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: .125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .25)
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
	margin-top: .188em
}

.slicknav_nav {
	clear: both
}

.slicknav_nav ul,
.slicknav_nav li {
	display: block
}

.slicknav_nav .slicknav_arrow {
	font-size: .8em;
	margin: 0 0 0 .4em
}

.slicknav_nav .slicknav_item {
	display: block;
	cursor: pointer
}

.slicknav_nav a {
	display: block
}

.slicknav_nav .slicknav_item a {
	display: inline
}

.slicknav_menu:before,
.slicknav_menu:after {
	content: " ";
	display: table
}

.slicknav_menu:after {
	clear: both
}

.slicknav_menu {
	*zoom: 1
}

.slicknav_menu {
	font-size: 16px
}

.slicknav_btn {
	margin: 5px 5px 6px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #313d53
}

.slicknav_menu .slicknav_menutxt {
	color: #fff;
	text-shadow: 0 1px 3px #000
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #f5f5f5
}

.slicknav_menu {}

.slicknav_nav {
	color: #fff;
	margin: 0;
	padding-left: 0
}

.slicknav_nav,
.slicknav_nav ul {
	list-style: none;
	overflow: hidden;
	text-align: left
}

.slicknav_nav ul {
	padding: 0;
	margin: 0 0 0 20px
}

.slicknav_nav .slicknav_item {}

.slicknav_nav a {
	text-decoration: none;
	color: #fff
}

.slicknav_nav .slicknav_item a {
	padding: 0;
	margin: 0
}

.slicknav_nav .slicknav_item:hover {}

.slicknav_nav a:hover {}

.slicknav_nav .slicknav_txtnode {
	margin-left: 15px
}

.nav-wrapper ul.slicknav_nav li a {
	padding-bottom: 8px;
	padding-top: 8px
}

.sidebar {
	margin-left: 40px;
	color: #525252
}

.sidebar img {
	max-width: 100%;
	height: auto
}

.sidebar .searchform div {
	display: inline-flex;
	width: 100%;
}

.sidebar .searchform #search,
.sidebar .searchform #s {
	border: 1px solid #d9ecf7;
	height: 50px;
	background: #f0f8f8;
	padding: 10px;
	box-shadow: none;
	width: 100%;
}
.sidebar .searchform #searchsubmit {
	border: 0;
	background: #000000 url(images/sidebar-submit-btn.png) center no-repeat;
	height: 50px;
	margin: auto;
	margin-left: -52px;
	padding: 5px;
	padding-right: 26px;
	padding-left: 26px;
}
.sidebar ul {
	margin-bottom: 30px
}

.sidebar ul ul,
.sidebar ul ul ul,
.sidebar ul ul ul ul {
	margin-bottom: 0!important
}

.sidebar ul li {
	background: url(images/sidebar-li-icon.png) no-repeat 0 8px;
	padding-left: 17px;
	padding-bottom: 5px
}

.sidebar li a {
	color: #8b8b8b;
	word-break: break-all
}

.sidebar li a:hover {
	color: #2c2c2c;
	text-decoration: none
}

.sidebar h4,
.single-theme-sidebar h4 {
	border-bottom: 1px dotted #b4b4b4;
	padding-bottom: 12px;
	margin-bottom: 15px;
	color: #2c2c2c
}

.sidebar h3 a {
	color: #2c2c2c
}

.sidebar h3 a:hover {
	color: #8b8b8b;
	text-decoration: none
}

.sidebar select {
	width: 100%;
	border: 1px solid #f36b6b
}

.sidebar .textwidget select {
	margin-bottom: 0
}

.sidebar select,
.sidebar #calendar_wrap,
.sidebar .textwidget,
.fb_iframe_widget {
	margin-bottom: 30px
}

.sidebar #calendar_wrap {
	padding: 0 13px;
	border: 1px solid #ededed
}

.sidebar li.menu-item-has-children:hover {
	background: url(images/sidebar-li-icon.png) no-repeat 0 8px
}
.sidebar-inner-widget {
	padding: 35px;
	margin-bottom: 35px;
	background: #fff;
	box-shadow: 0px 0px 10px 0px #D0EAF5;
	border-radius:10px;
}
ul.latest-social{
	margin-bottom:0;
}
.back-top {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	padding: 9px 10px;
	position: fixed;
	right: 10px;
	bottom: 20px;
	width: 40px;
	z-index: 999;
	background: #f7a205;
	transition: all .25s linear;
	-webkit-backface-visibility: hidden;
	text-align: center
}

.back-top a {
	color: #fff;
	padding: 9px 10px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 40px;
	background: #f7a205
}

a#move-to-top,
a#move-to-top:hover {
	color: #fff
}

#move-to-top .fa {
	visibility: hidden
}

a#move-to-top {
	background: url(//www.themehunk.com/wp-content/uploads/2016/02/backtotop.png);
	height: 38px;
	width: 38px
}

.back-top.hiding {
	display: none
}

.footer-wrapper {
	background: #232531;
	color: #6e7789;
	padding-top: 60px
}

.footer-wrapper .footer {
	overflow: hidden
}

.footer-column-first,
.footer-column-second,
.footer-column-third,
.footer-column-last,
.footer-column-fourth {
	margin-top: 25px;
	margin-bottom: 27px
}

.footer-column-first {
	padding-right: 30px
}

.footer-column-second {
	padding-right: 20px
}

.footer-wrapper .footer a {
	color: #6e7789!important;
	text-decoration: none;
	word-break: break-word;
	font-size: 13px;
	font-weight: 300;
	-webkit-transition: color .2s linear;
	transition: color .2s linear
}
.footer-column-fourth .wp-block-social-links .wp-block-social-link a{
	display: flex;
	align-items: center;
	padding:3px;
}
.footer-wrapper .footer a:hover {
	color: #098bba!important
}

.footer-wrapper .footer select {
	width: 100%;
	margin-bottom: 30px
}

.footer-wrapper .footer h4,
.footer-wrapper .footer h3 {
	color: #b6bbda;
	font-weight: 700;
	line-height: 21px;
	margin-bottom: 30px
}

.footer-wrapper .footer img {
	max-width: 236px;
	height: auto
}

.footer-wrapper .footer ul li {
	padding: 0
}

.footer-wrapper .footer .searchform div {
	display: inline-flex
}

.footer-wrapper .footer .searchform #s,
.footer-wrapper .footer .searchform #search {
	border: 2px solid #222d42;
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 5px
}

.footer-wrapper .footer .searchform #searchsubmit {
	border: 0;
	background: #fff url(images/submit-icon.png) center no-repeat;
	width: 15px;
	height: 16px;
	margin: auto;
	margin-left: -27px
}

.footer-wrapper .footer .searchform input#search {
	width: 237px
}

.footer-wrapper .footer .pixline-comment img {
	width: 60px;
	display: none
}

.footer-wrapper .footer .pixline-post .r_title,
.footer-wrapper .footer .pixline-comment {
	margin-bottom: 0
}
.footer-wrapper .footer .pixline-post .r_title a {
	font-size: 13px
		line-height: 20px;
	margin-bottom: 10px;
	display: block;
}
.recent-widget.latest-theme .r_title a:hover {
	color: #024a80;
}
.footer-wrapper .footer .recent-pixline-meta .post-date {
	display: none
}

.footer-wrapper .footer .pixline-post .post-entry p {
	font-size: 13px;
	padding-bottom: 0
}

.footer-copyright-wrapper {
	padding: 15px 0 10px;
	background-color: #20222b;
	color: #6e7789
}

.footer-copyright-wrapper .copyright-container {
	clear: both
}

.footer-copyright-wrapper .copyright-container a {
	color: #b6bbda
}

.footer-copyright-wrapper .copyright-container p {
	line-height: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #6e7789;
	font-size: 13px
}

.footer-social-icons {
	margin-top: 15px;
	margin-bottom: 15px;
	float: right;
	margin-right: 26px;
	text-align: center
}

.footer-social-icons ul li {
	display: inline-block;
	margin-left: 5px
}

.footer-social-icons ul li a {
	padding-left: 23px;
	padding-bottom: 3px;
	padding-top: 2px;
	width: 25px
}

li.ftr-fb,
li.ftr-tw,
li.ftr-gp,
li.ftr-rs,
li.ftr-pn,
li.ftr-ln {
	transition: all .5s
}

.ftr-fb:hover {
	background: url(images/ftr-icons-bw.png) no-repeat -25px -1px;
	width: 24px;
	height: 23px
}

.ftr-tw:hover {
	background: url(images/ftr-icons-bw.png) no-repeat -83px 0;
	width: 24px;
	height: 24px
}

.ftr-gp:hover {
	background: url(images/ftr-icons-bw.png) no-repeat -141px -1px;
	width: 24px;
	height: 23px
}

.ftr-rs:hover {
	background: url(images/ftr-icons-bw.png) no-repeat -198px -1px;
	width: 24px;
	height: 23px
}

.ftr-pn:hover {
	background: url(images/ftr-icons-bw.png) no-repeat -256px 0;
	width: 24px;
	height: 24px
}

.ftr-ln:hover {
	background: url(images/in-b.png) no-repeat 0 0;
	width: 24px;
	height: 24px
}

.ftr-fb {
	background: url(images/ftr-icons-color.png) no-repeat -25px -1px;
	width: 24px;
	height: 24px
}

.ftr-tw {
	background: url(images/ftr-icons-color.png) no-repeat -83px 0;
	width: 24px;
	height: 24px
}

.ftr-gp {
	background: url(images/ftr-icons-color.png) no-repeat -141px -1px;
	width: 24px;
	height: 23px
}

.ftr-rs {
	background: url(images/ftr-icons-color.png) no-repeat -198px -1px;
	width: 24px;
	height: 23px
}

.ftr-pn {
	background: url(images/ftr-icons-color.png) no-repeat -256px 0;
	width: 24px;
	height: 24px
}

.ftr-ln {
	background: url(images/in.png) no-repeat 0 0;
	width: 24px;
	height: 24px
}

.footer .textwidget,
.footer #calendar_wrap,
.footer ul {
	margin-bottom: 5px;
	font-weight: 300
}

.footer .wp-caption.alignnone {
	margin: 5px 0 20px
}

.footer ul ul,
.footer ul ul ul,
.footer ul ul ul ul {
	margin-bottom: 0!important
}

.footer #wp-calendar caption {
	color: #aebcd8
}

.footer #wp-calendar tbody .pad {
	background: #fff
}

.footer li.menu-item-has-children:hover {
	background: url(images/footer-li-icon.png) no-repeat 0 6px
}
.search.search-no-results span{
	font-size:22px;
	line-height:32px;
}
.search.search-no-results h4{
	margin:10px 0;
}
.error404 .page-content.fzf img{
	max-width:100%;
}
.search.search-results img{
	max-width:100%;
}
.page-top-bg {
	padding-top: 80px;
	padding-bottom: 40px;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-image: linear-gradient(180deg, rgba(240, 248, 248, 0.51) 31%, rgba(255, 255, 255, 0.31) 100%);
}

.page-top-bg img {
	width: 100%;
	height: auto
}

.top-bg-mask img {
	visibility: hidden
}

.page-post-container-wrapper {
	background: #fff;
	position: relative;
	z-index: 0;
	padding-top: 40px;
	padding-bottom: 65px
}
.page-post-container-wrapper .col-lg-16{
	padding:35px;
	box-shadow: 0px 0px 10px 0px #D0EAF5;
	border-radius:10px;
	margin-bottom:60px;
}

.post ul li {
	display: list-item;
	margin-left: 30px;
	list-style-type: disc
}

.post ol li {
	display: list-item;
	margin-left: 30px;
	list-style-type: decimal
}

.post-heading h2 a,
.post-heading h1 a {
	color: #595959;
	font-size: 35px;
	line-height: 40px
}

.single-post p{
    padding-bottom: 15px;
    line-height: 2em;
	word-spacing: 1px;
	letter-spacing: .4px;
	color: #454545;
}
.single-post h2, .single-post h3, .single-post h4, .single-post h5,h2,.post-heading h2 a {
	color: #313030;
}

.post-heading h1 a:hover {
	color: #484848
}

.post a:hover {
	text-decoration: none;
	color: #8b8b8b
}

.post img {
	max-width: 100%;
	height: auto;
}

.post-content img,.has-post-thumbnail .thumb img {
	margin-bottom: 30px;
	border-radius: 3px;
}

.post-content .no-shadow img{
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
	border-radius: 0;
}
/** blog post flex style **/
.page-template-blog .blog-flex-container {
-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
}
.page-template-blog .post {
 margin-bottom: 20px;
}

.page-template-blog .blog-flex-wrap{
border-style: solid;
	border-radius:3px;
    border-width: 1px 1px 1px 1px;
    border-color: #F0F0F0;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 1%;
    --e-column-margin-right: 10px;
    --e-column-margin-left: 10px;
    padding: 20px 20px 20px 20px;
width: 48%;
}

.page-template-blog .post-heading h2 a{
    font-size: 18px;
    line-height: 1em;
}
.page-template-blog .post-heading h2{
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 15px;
}
/*blog page category style*/

.page-template-blog ul.blog-cate-flex {
     -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    margin-top: 50px;
    margin-bottom: 40px;
}
.page-template-blog .post-meta ul {
    padding: 0;
}
.page-template-blog ul.blog-cate-flex li {
    font-weight: 500;
     border: 1px solid #EFEFEF;
    padding: 4px 11px;
    margin: 3px 6px;
    font-size: 13px;
    color: #999;
border-radius:4px;
    text-transform: uppercase;
    cursor: pointer;
}
.page-template-blog ul.blog-cate-flex li:hover,
.page-template-blog ul.blog-cate-flex li.active{
    background: #111;
    color: #fff;
}


/*Jetpack Releted Post
*/
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img {
    height: auto;
    max-width: 100%;
    -webkit-box-shadow: 0 0 9px 4px rgb(185 184 184 / 50%);
    -moz-box-shadow: 0 0 9px 4px rgb(185 184 184 / 50%);
    box-shadow: 0 0 9px 4px rgb(185 184 184 / 50%);
    margin-bottom: 30px;
    border-radius: 10px;
}

.post .thumb {
	width: 100%
}

.has-post-thumbnail .thumb img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-bottom: 15px
}

.post-heading h1 {
	background: url(images/heading-border-dotted.png) bottom repeat-x;
	padding-bottom: 9px;
	margin-bottom: 20px;
	line-height: 1.4em;
	color: #313030;
}
.post .post-content h1,
.post .post-content h2 {
	margin-bottom: 16px;
	margin-top: 16px
}

.post .post-content h2 {
		font-size: 30px;
}

.post .post-content h3,
.post .post-content h4,
.post .post-content h5,
.post .post-content h6 {
	    margin-top: 15px;
    margin-bottom: 25px;
}

.post-meta {
	margin-bottom: 17px;
	margin-top: 15px
}
.post-meta ul {
padding: 0;
}

.meta-comm {
	background: url(images/comm-icon.png) no-repeat 0 6px;
	float: right;
	padding-left: 22px
}

.post-meta ul li.meta-comm {
	margin-right: 0
}

.post-meta ul li {
	display: inline-block;
	margin-right: 8px;
	margin-left: 0
}

#nav-single {
	clear: both
}

.nav-next {
	float: right
}
.post dl,
.page dl {
	margin-bottom: 20px
}

.post dd,
.page dd {
	padding-left: 20px
}

.post address,
.page address {
	margin-bottom: 20px;
	font-family: 15px;
	color: #8b8b8b
}

.post blockquote,
.page blockquote {
	color: #8b8b8b;
	font-size: inherit;
	padding-left: 20px;
	border-left: 4px solid #35a4a9;
	margin-top: 6px;
	margin-bottom: 23px
}

.wp-block-table thead {
    border-color: #8f8f8f;
}

.post table,
.page .page-content table {
	margin: 20px 0;
	width: 100%;
}

#recaptcha_widget_div {
	margin-bottom: 20px
}

.page .page-content table#recaptcha_table td {
	line-height: 15px!important
}

/*** Featured/ best seller/ new product batch **/
label.featured {
	right: -3.5px;
	top: 20px;
	margin-left: 50px;
	position: absolute;
	display: inline-block;
	width: 80px;
	height: 32px;
	color: #fff;
	letter-spacing: 1.2px;
	line-height: 32px;
	font-size: 15px;
	margin-left: 15px;
	background: #2997d6;
	text-shadow: rgba(255, 255, 255, .2) 1px 1px, rgba(255, 255, 255, .2) 1px 1px;
	-moz-border-radius: 0 3px 2px 0;
	-webkit-border-radius: 0;
	border-radius: 0 3px 2px 0
}

label.featured:before {
	content: '';
	position: absolute;
	bottom: 6px;
	width: 80px;
	left: -35px;
	height: 4px;
	-moz-box-shadow: 0 5px 14px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, .4);
	box-shadow: 0 5px 14px rgba(0, 0, 0, .4);
	z-index: -1;
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-webkit-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg)
}

.featured:after {
	content: "";
	position: absolute;
	right: 100%;
	bottom: 0;
	width: 0;
	height: 0;
	display: inline-block;
	line-height: 0;
	border-width: 16px;
	border-style: solid;
	border-color: #2997d6 #2997d6 #2997d6 transparent
}

li.themehunk-thumbs .featured {
	display: none
}

li.themehunk-thumbs:nth-child(2) .featured,
li.themehunk-thumbs:nth-child(8) .featured {
	display: block
}
/*New badge post*/
.themehunk-new-badge {
    font-size: 10px;
    margin-right: 5px;
    line-height: 16px;
    display: inline-block;
    padding: 0 5px;
    vertical-align: 1px;
    color: #fff;
    border-radius: 2px;
    background: #0020ff;
}
.themehunk-badge-h4 a{
color: #4173ff;
}


.themehunk-badge-h4{
	background: #f3f6fb;
    padding: 15px !important;
    border-radius: 5px;
	margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #1d2327;
    font-weight: 500;
}

/*New badge themes*/


ul#all-themes-front li:first-child:before {
  content: "";
  z-index: -1;
  overflow: hidden;
  transform: rotate(-135deg);
  width: 120px;
  display: block; 
  background: #ff0808;
  background: linear-gradient(#ff0808 0%, #ff0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 34px;
  right: -16px;
  clip-path: polygon(120px 20px, 90px -10px, 30px -10px, 0px 20px, 10px 30px,  110px 30px);
  height: 20px;
  width: 120px;
}
ul#all-themes-front li:first-child:after {
  content: "New";
  z-index: 1;
  overflow: hidden;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  width: 120px;
  display: block; 
  background: #ff0808;
  background: linear-gradient(#ff0808 0%, #ff0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 20px; right: -30px;
  clip-path: polygon(120px 20px, 90px -10px, 30px -10px, 0px 20px, 10px 30px,  110px 30px)
}
/*best seller*/
ul.allpro-tmpl li:nth-child(5):before {
  content: "";
  z-index: -1;
  overflow: hidden;
  transform: rotate(-135deg);
  width: 120px;
  display: block; 
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 34px;
  right: -16px;
  clip-path: polygon(120px 20px, 90px -10px, 30px -10px, 0px 20px, 10px 30px,  110px 30px);
  height: 20px;
  width: 120px;
}
ul.allpro-tmpl li:nth-child(5):after {
  content: "best seller";
  z-index: 1;
  overflow: hidden;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  width: 120px;
  display: block; 
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 20px; right: -30px;
  clip-path: polygon(120px 20px, 90px -10px, 30px -10px, 0px 20px, 10px 30px,  110px 30px)
}



.page .page-content {
	margin-bottom: 40px;
	/*overflow: hidden*/
	overflow: visible
}

.page .page-content img {
	max-width: 100%;
	height: auto
}

.page-post-container-wrapper .page {
	padding-right: 0
}

.page .page-content h1,
.page .page-content h2 {
	margin-bottom: 16px;
	margin-top: 16px
}

.page .page-content h4,
.page .page-content h5,
.page .page-content h6 {
	margin-top: 10px;
	margin-bottom: 42px
}

.page .page-content h3 {
	margin-top: 10px
}

.page-id-21 .page .page-content h3 {
	margin-bottom: 10px
}

.page-heading h1,
.page-heading h1 a {
	background: url(images/heading-border-dotted.png) bottom repeat-x;
	padding-bottom: 9px;
	color: #2b2b2b;
	font-size: 26px
}

.page .page-content a {
	text-decoration: none;
}

.page .page-content a:hover {
	text-decoration: none;
	color: #8b8b8b
}

.page .page-content ol li {
	display: list-item;
	margin-left: 30px;
	list-style-type: decimal
}

#fbuilder .large {
	min-height: 200px
}

.pbSubmit {
	background: #f7a205!important;
	color: #fff!important;
	margin: 0 10px 0 0!important;
	padding: 10px 40px!important;
	font-size: 21px
}

.page-content #contactForm {
	margin-top: 5px
}

.page-content input,
.page-content textarea {
	margin-bottom: 25px;
	padding: 5px;
	border: 1px solid #c6c6c6;
	width: 50%
}

.page-content textarea {
	width: 100%
}

.error {
	color: #fd0000;
	display: block;
	margin-top: -10px
}

.page-post-container-wrapper .single-docs-content li {
	margin: 10px 0;
	font-size: 16px
}

.page-post-container-wrapper .page ul li {
	margin-bottom: 7px;
	font-size: 17px
}

.docs-col {
	background: #f7fbfb;
	display: inline-block;
	width: 100%;
	float: left;
	margin: 15px 0;
	padding: 15px
}

.docs-col h2 {
	font-size: 20px
}

.single-docs-sidebar ul {
	max-height: 600px;
	overflow-y: scroll
}

.post-type-archive-docs .page-post-container-wrapper .page ul li {
	float: left;
	width: 22%;
	border-top: 1px solid #d2d8db;
	line-height: 1.5em;
	padding: .75em 0;
	margin-left: 4%
}

.post-type-archive-docs .page-post-container-wrapper .page ul li:nth-child(4n+1) {
	margin-left: 0!important;
	clear: left
}

.top-wrapper {
	background-color: #fff;
	border-bottom: 1px solid rgba(130, 224, 236, 0.19);
	background-repeat: repeat-x
}

.page-heading.clear {
	display: none
}

.second-wrapper {
	min-height: 547px;
	overflow: hidden;
	position: relative;
	padding: 70px 0 0;
	text-align: center;
	color: #252a2e;
	background-color: #f0f8f8;
	border-bottom: 1px solid #eee
}

.second-container h1 {
	color: #575551;
	font-size: 38px;
	line-height: 58px
}

.second-container p {
	color: #777a7c;
	font-size: 24px;
	line-height: 21px;
	margin-top: 20px;
	margin-bottom: 50px
}

.top-feature-button {
	padding-bottom: 70px
}

.slider-wrapper {
	max-width: 628px;
	margin: 0 auto;
	border: 16px solid #d3d3d1;
	border-bottom: 0;
	max-height: 314px
}

.slider-wrapper img {
	height: 286px;
	width: 100%
}

.third-wrapper {
	padding-top: 84px;
	padding-bottom: 30px
}

.feature-page-container {
	text-align: center;
	padding: 0 10px;
	margin-bottom: 60px
}

.feature-page-container h2 {
	margin: 20px 0 12px;
	font-size: 20px;
	color: #484848
}

.feature-page-container p {
	width: 240px;
	margin: 0 auto;
	color: #777a7c;
	font-size: 14px;
	line-height: 24px
}

.home .third-container .feature-page a {
	margin-top: 0
}

.feature-page-container a {
	margin-top: 5px;
	display: inline-block;
	text-decoration: none;
	color: #575551
}

.fourth-wrapper {
	background: #f0f8f8;
	border-top: 1px solid #eee
}

h3.headstart {
	margin: 30px 0 20px;
	text-align: center;
	line-height: 46px;
	font-size: 38px;
	color: #575551
}

.border-start {
	margin: 10px 0;
	width: 100%;
	height: 1px;
	border-top: 1px #000 solid;
	opacity: .15
}

.theme-page {
	margin-top: 70px;
	margin-bottom: 30px
}

.theme-page-container.second ul li:before {
	font-family: FontAwesome;
	content: "\f105";
	font-size: 18px;
	padding-right: 10px;
	color: #2a8387
}

.theme-page-container.second ul li {
	line-height: 1.64em
}

.theme-page-container.second {
	margin-left: 30px
}

.product-main {
	max-width: 100%;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.product-main:hover {
	cursor: pointer
}

.price-tag {
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	padding: 7px 6px;
	color: #fff;
	background: #ed1b1b;
	display: block;
	position: absolute;
	right: 88px;
	top: 74px;
	z-index: 5
}

.price-tag:before {
	content: "";
	height: 0;
	width: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 16px;
	border-right-color: #ed1b1b;
	position: absolute;
	top: 0;
	right: 100%
}

.product-main img {
	display: block;
	border-radius: 4px;
	max-width: 100%
}

h3.theme-desc {
	color: #575551;
	font-size: 30px;
	line-height: 42px;
	max-width: 580px;
	margin-left: 20px;
	padding-left: 40px
}

.author-theme img {
	border-radius: 99%;
	width: 60px;
	height: 60px;
	margin-right: 16px;
	float: left
}

.author-theme {
	margin-left: 20px;
	padding-left: 50px;
	padding-top: 20px
}

.author-info h4 {
	color: #767470;
	font-size: 18px;
	margin-bottom: 0!important
}

.author-info p {
	font-size: 13px;
	color: #767470
}

.bottom-feature-button {
	display: block;
	margin: 0 auto;
	width: 282px;
	margin-top: 50px;
	margin-bottom: 50px
}

.bottom-feature-button .button-def {
	padding: 15px 50px
}

.brd-crm {
	text-align: center;
	text-transform: uppercase
}

.page-top-bg .brd-crm h1 {
	margin-bottom: 0;
	color: #000000;
	font-size: 40px;
	line-height: 50px;
}

.home .html-fieldtype.lf-field.lfb-terms {
	position: absolute;
	bottom: 39px;
	z-index: 9999;
	font-size: 12px
}

.home .lead-form-front {
	position: initial
}

.Home-Newsletter {
	position: relative
}

.home .leadform-show-form input[type=text],
.home .leadform-show-form input[type=email] {
	width: 40%;
	height: 46px;
	padding: 5px;
	margin-right: 1%;
	float: left
}

.home .leadform-show-form input[type=submit] {
	border-radius: 0;
	margin: 0;
	height: 46px;
	float: left;
	padding: 0
}

.home .leadform-show-form div.lf-field {
	margin-bottom: 0
}

.leadform-show-form input[type=submit] {
	text-transform: capitalize!important;
	border-radius: 0!important
}

.author_detail {
	background: #fafbff;
	border-radius:10px;
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 30px
}
.author_detail .authr-content h3 a{
	color:#444;
	font-size:16px;
}
.author_detail .authr-img {
	width: 17%;
	float: left
}

.author_detail img {
	float: left;
	border-radius: 50%;
	margin-top: 10px
}

.author_detail .authr-content {
	width: 81%;
	float: left;
	margin-left: 2%
}

.author_detail .authr-content p {
	line-height: 25px
}
.theme-preview-page .preview-top-image img {
	max-width: 940px
}

.theme-preview-page ul,
.theme-preview-page p,
.theme-preview-page .slaes-page-image h4 {
	color: #4f4e4e
}

.theme-preview-page .theme-preview-buttons {
	margin-top: 20px;
	margin-bottom: 0
}

.buy-button.bottom-button {
	margin: 0 auto;
	width: 314px
}

.theme-preview-page .buy-button .buy-this-button a {
	color: #fff
}

.theme-preview-page .theme-preview-buttons,
.theme-preview-page .buy-button {
	text-align: center
}

.theme-preview-page .theme-preview-buttons ul li {
	display: inline-block;
	margin: 5px
}

.page-post-container-wrapper .single-theme-sidebar .side-button .buy-this-button {
	background: #098bba;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	padding: 10px 35px;
	text-decoration: none;
	text-align: center;
	max-width: 100%;
	word-break: break-word
}

.page-post-container-wrapper .single-theme-sidebar .side-button .buy-this-button a {
	color: #fff
}

.theme-preview-page .sales-page-line {
	margin-top: 2px;
	border-top: 1px solid #e1e8ed;
	margin-bottom: 20px;
	margin-top: 30px
}

.single-theme-sidebar .sidebar-line {
	border-top: 1px solid #e1e8ed;
	margin: 20px 0
}

.theme-preview-page .buy-button {
	margin-top: 20px;
	margin-bottom: 30px
}

.single-theme-sidebar {
	padding-left: 16%;
	padding-top: 10px
}

.single-theme-sidebar .sales-benefit {
	background-color: #fbfbfb;
	color: #666;
	margin-bottom: 20px;
	padding: 15px;
	border-radius: 4px;
	border: 1px solid #e1e8ed
}

.single-theme-sidebar .sales-benefit img {
	max-width: 100%
}

.single-theme-sidebar .sales-benefit h3 {
	color: #329da2;
	font-size: 22px
}

.button.green span {
	background-image: none;
	color: #fff;
	text-shadow: none;
	background: #f7a205;
	font-size: 17px;
	padding: 14px 28px 12px
}

.edd-loading {
	display: none
}

.theme-preview-page .preview-button .prev-button a {
	color: #000
}

.theme-preview-page .preview-button .prev-button a:hover {
	color: fff!important
}

.theme-preview-page .buy-button .buy-this-button a:hover {
	color: #000
}

.single-theme-sidebar ul li:before {
	content: "✓";
	color: #f7a205;
	padding-right: 5px;
	font-size: 16px
}

.single-theme-sidebar ul li {
	font-size: 16px;
	line-height: 30px;
	color: #333;
}

.slaes-page-image {
	overflow: hidden
}

.postid-1589 .slaes-page-image img {
	border: 71px solid #f5f5f5
}

.slaes-page-image h2 {
	margin-top: 20px;
	letter-spacing: 1px
}

.slaes-page-image li {
	font-size: 15px
}

.slaes-page-image ul li:before {
	content: "✓";
	color: #f7a205;
	font-size: 18px;
	padding-right: 10px
}

.page-post-container-wrapper .single-theme-sidebar .side-button .buy-this-button {
	padding: 15px 46px
}

.go-pro-button a {
	border: 1px solid #47c798;
	padding: 15px 40px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	background: #47c798
}

.go-pro-button {
	margin-top: 19px;
	margin-right: auto;
	margin-left: auto;
	text-align: center
}

.buy-button.side-button a,
.buy-button.top-button a,
.buy-button.bottom-button a {
	background-image: none;
	color: #fff;
	text-shadow: none;
	background: #f7a205;
	font-size: 17px;
	padding: 12px 28px 10px;
	text-align: center;
	margin: 0 auto;
	display: block
}

.buy-button .prev-button {
	color: #fff
}

.single-theme-sidebar p {
	margin-top: 20px;
	text-align: center
}

.buy-button.side-button {
	text-align: center
}

.buy-button.side-button .edd-add-to-cart .edd-add-to-cart-label:hover {
	background: #098bba;
	color: #fff;
	box-shadow: inset 0 0 2px rgba(255, 255, 255, .3), 0 1px 2px rgba(0, 0, 0, .4);
	border: 0
}

.buy-button .sdm_download_link a {
	border: 0!important
}

.buy-button .sdm_download_link a.sdm_download {
	font: inherit;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.sdm_download.green {
	background: #b7d770;
	filter: border-color:none;
	color: #fff!important;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.sdm_download.green:hover {
	background: #f7a205;
	filter: border-color:#F7A205;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: nonenone box-shadow:none
}

.page-content #edd_checkout_wrap #edd_purchase_form fieldset#edd_purchase_submit input[type=submit] {
	width: auto;
	background: #f7a205;
	border-radius: 0;
	color: #fff;
	font-size: 20px;
	padding: 13px 45px;
	border: 0
}

.page-content #edd_checkout_wrap #edd_purchase_form fieldset#edd_purchase_submit input[type=submit]:hover {
	box-shadow: inset 0 0 2px rgba(255, 255, 255, .3), 0 1px 2px rgba(0, 0, 0, .4);
	border: 0
}

.theme-preview-page .preview-button a .prev-button {
	border: 1px solid #f7a205;
	background: #fff;
	display: inline-block;
	color: #f7a205;
	font-size: 20px;
	line-height: 20px;
	padding: 12px 58px!important;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s
}
.development a.elementor-button.elementor-size-sm, .optimization a.elementor-button.elementor-size-sm, .maintenance a.elementor-button.elementor-size-sm, .customization a.elementor-button.elementor-size-sm {
    cursor: pointer;
}
.preview-top-image {
	text-align: center
}

.theme-preview-page .preview-button a .prev-button:hover {
	background: #f7a205;
	color: #fff;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s
}

.single-fullwidth-product .bottom-price-button li {
	display: inline-block;
	margin: 5px
}

.single-fullwidth-product .bottom-price-button li {
	display: inline-block;
	margin: 5px
}

.single-fullwidth-product .bottom-price-button ul {
	text-align: center
}

.single-fullwidth-product .bottom-price-button .prev-button,
.buy-button.side-button a,
.buy-button.top-button a,
.buy-button.bottom-button a,
.single-fullwidth-product .bottom-price-button li.membership-button a {
	background: #f7d77a;
	border: 2px solid #f7d77a;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	padding: 10px 20px!important;
	border-radius: 3px;
	letter-spacing: .8px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
	font-weight: 700;
	text-transform: uppercase
}

.theme-preview-page .buy-button.bottom-button span.edd-add-to-cart-label a {
	padding: 15px 45px!important
}

.buy-button.top-button {
	position: relative
}

.buy-button.top-button a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: rgba(255, 255, 255, .7);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none
}

.buy-button.top-button a:hover:after {
	width: 100%;
	background-color: transparent;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.single-theme-sidebar .side-button p {
	font-size: 18px;
	padding-top: 30px;
	text-align: center;
	color: grey
}

.edd_purchase_submit_wrapper .edd_go_to_checkout {
	background: #098bba;
	text-shadow: none;
	color: #fff;
	padding: 10px 35px
}

.edd_purchase_submit_wrapper .edd_go_to_checkout:hover {
	background: #f7a205;
	color: #fff;
	box-shadow: inset 0 0 2px rgba(255, 255, 255, .3), 0 1px 2px rgba(0, 0, 0, .4);
	border: 0
}

.buy-button.side-button .edd_purchase_submit_wrapper .edd_go_to_checkout,
.buy-button.bottom-button .edd_purchase_submit_wrapper .edd_go_to_checkout {
	padding: 12px 65px
}

.buy-button.side-button .edd_purchase_submit_wrapper .edd_go_to_checkout:hover,
.buy-button.bottom-button .edd_purchase_submit_wrapper .edd_go_to_checkout:hover {
	background: #f7a205;
	color: #fff;
	box-shadow: inset 0 0 2px rgba(255, 255, 255, .3), 0 1px 2px rgba(0, 0, 0, .4)
}

.Home-Newsletter {
	padding: 50px 0 70px;
	text-align: center
}

.Home-Newsletter-heading {
	margin: 0 0 14px;
	font-size: 22px;
	font-weight: 700;
	font-style: italic
}

.Home-Newsletter p {
	margin-bottom: 10px;
	font-style: italic
}

.Home-Newsletter form.Newsletter-form input[type=text],
.Home-Newsletter form.Newsletter-form input[type=email] {
	width: 350px;
	height: 44px;
	padding: 5px;
	margin: 5px
}

.Home-Newsletter form.Newsletter-form .btnSubmit {
	background: #f7a205;
	color: #fff;
	border: 0;
	width: 150px;
	height: 44px;
	transition: all .25s linear
}

.page-template-blog .post-content p {
	padding: 0 0 30px;
	line-height: 2em;
	word-spacing: 1px;
	letter-spacing: .4px;
}

.single-post .post li{
	font-size: 14px !important;
	line-height: 2em !important;
	word-spacing: 1px;
	letter-spacing: .4px;
}
.single-post .post .post-content ul,
.single-post .post .post-content ol {
	margin-bottom: 28px
}
.single.single-post span.nav-previous a, .nav-next a{
	color: #fff;
	background: var(--e-a-color-info);
	padding: 10px 15px;
	display: inline-block;
	border-radius:5px;
}
.single.single-post #nav-single{
	margin-bottom:50px;
	margin: 20px;
}
.single.single-post #nav-single a{
	color:#fff;
}
.post .post-meta li {
	font-size: 14px;
}

.sidebar.blog-sidebar .textwidget.custom-html-widget {
	padding: 10px 10px 4px;
	background-color: transparent;
	border-radius: 5px;
}

.sidebar .textwidget.custom-html-widget,
.sidebar .textwidget .fb_iframe_widget {
	padding: 10px 10px 4px;
	background-color: #eef3fa;
	border-radius: 5px;
}

.sidebar .textwidget .fb_iframe_widget {
	padding: 10px;
}

.sidebar.bbf-sidebar {
	padding-bottom: 50px;
	margin-left: 10px;
}

.sidebar.bbf-sidebar .sidebar-inner-widget {
	margin-bottom: 50px;
	background: #f5f5f5;
	padding: 20px 20px 10px;
}

.sidebar.bbf-sidebar .sidebar-inner-widget:nth-child(3) {
	padding: 5px;
	padding-bottom: 0;
}

.sidebar.bbf-sidebar .bbp-username input,
.sidebar.bbf-sidebar .bbp-password input {
	width: 240px;
	border: 1px solid #adadad;
	background: #fff;
}

input.wpcf7-form-control.wpcf7-submit {
	background: #f7a205;
	border: 1px solid #f7a205;
	color: #fff;
	font-size: 20px;
	padding: 10px 0;
}

a.button-def.forum-side-button {
	font-size: 17px;
	padding: 12px 15px;
}

.buy-button.side-button span:hover {
	background: #fff;
	color: #098bba;
	border: 1px solid;
	font-size: 20px #098bba;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

.feature-page-container i {
	font-size: 30px;
	color: orange;
	border: 5px solid orange;
	padding: 28px;
	border-radius: 100%;
}

.slider-wrapper {
	display: none;
}

.second-container {
	margin-top: 4%;
}

.second-container h1 {
	color: #343434;
	font-size: 53px;
	margin: 30px 0;
	letter-spacing: 2px;
}

.second-container .main-heading2 {
	color: #343434;
	font-size: 53px;
	margin: 30px 0;
	letter-spacing: 2px;
	line-height: 58px;
}

.second-container p {
	color: #343434;
	font-style: italic;
	margin-bottom: 0;
}

.main-head-partition {
	border-bottom: 3px solid #adadad;
	max-width: 350px;
	margin: 0 auto
}

.customize-content h3 {
	font-size: 30px;
	color: #fff
}

.customize-content h1 {
	font-size: 38px;
	line-height: 40px;
	color: #fff;
}

.customize-content h4 {
	color: #fff;
}

.customize-content {
	background-color: #098bba;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.page-id-184 .page-heading {
	display: none;
}

.page-id-184 .page-post-container-wrapper {
	padding-top: 0;
}

.your-message textarea {
	width: 530px;
}

.wpcf7 .wpcf7-form p {
	font-weight: 700;
}

.page-content.fzf img {
	border-radius: 50%
}

.page-content.fzf {
	line-height: 2em;
	padding: 80px 0;
	text-align: center;
}

.page-content.fzf p {
	font-size: 22px;
	color: #a1a1a1;
	margin:30px 0;
}

.aff-button {
	text-align: center;
	margin-top: 40px;
}

.aff-button a {
	background-image: none;
	color: #fff!important;
	line-height: 50px;
	background: #f7a205;
	font-size: 26px;
	padding: 12px 28px 20px;
}

.full-banner img {
	max-width: 100%;
}

.single-docs-content ul {
	list-style-type: disc;
	padding-left: 20px
}

.single-doc-content {
	position: relative;
}

.single-doc-content img {
	max-width: 100%;
	height: auto;
}

.single-docs-sidebar ul {
	background-color: #f7fbfb;
	padding: 15px;
	margin-left: 56px;
	width: 310px;
}

.single-docs-sidebar.smaller ul {
	position: fixed;
	top: 20px;
}

.single-docs-sidebar ul li {
	line-height: 30px
}

.single-docs-sidebar.smaller ul ul {
	position: relative;
	top: 0;
	width: auto;
	height: auto;
	overflow: visible;
}

.single-docs-sidebar ul ul {
	padding: 5px;
	margin-left: 6px;
	margin-top: -8px;
}

.single-docs-sidebar ul ul li {
	line-height: 27px;
}

.single-docs-sidebar ul ul li a {
	color: rgba(9, 139, 186, .78);
	font-size: 15px;
}

.single-docs-content h3 {
	font-size: 1.6em;
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 44px;
}

.single-docs-content p,
.single-docs-content ul {
	color: #666;
	font-size: 16px;
	line-height: 29px;
}

.single-doc-content img {
	-webkit-box-shadow: 1px 1px 7px 0 #e3fdfd;
	-moz-box-shadow: 1px 1px 7px 0 #e3fdfd;
	box-shadow: 1px 1px 7px 0 #e3fdfd;
}

.brd-crm {
	text-align: center;
	text-transform: initial!important;
}

.breadcrumb ul,
.breadcrumb-trail ul {
	color: #098bba;
	display: inline-block;
	padding: 0 5px;
	margin-bottom: 15px;
	background: rgba(255, 255, 255, .35)
}

.breadcrumb ul li,
.breadcrumb-trail ul li {
	list-style-type: none;
	display: inline;
	font-size: 14px;
	color: #757575;
}

.breadcrumb ul li,
.breadcrumb-trail ul li,
.breadcrumbs li a {
	color: rgba(117, 117, 117, .61);
}

.breadcrumb h2.trail-browse,
.breadcrumb-trail h2.trail-browse {
	display: none;
}

.breadcrumb ul li::after,
.breadcrumb-trail ul li::after {
	content: "»";
	font-size: 18px;
	margin-right: 5px;
	margin-left: 5px;
}

.breadcrumb ul li.trail-end a::after,
.breadcrumb-trail ul li.trail-end::after {
	display: none;
}

.breadcrumbs li a {
	color: #757575;
}

.breadcrumbs li a:hover {
	color: #5ba4ff !important;
}

.single-post .breadcrumb ul,
.single-post .breadcrumb-trail ul {
	margin-bottom: 0;
}

.single-post .breadcrumbs li a {
	color: #1265fb;
}

.single-post .breadcrumb ul li,
.single-post .breadcrumb-trail ul li {
	font-size: 16px;
	color: #1265fb;
}

.post-meta li a,
.post-meta .meta-date {
	color: #bfbfbf;
}

.page-template-blog .post-heading h1 a,
.single-post .post-heading h2 a,
.single-post .post-heading h1 a {
	font-size: 32px
}

.page-template-blog li.meta-admin:after,
.page-template-blog li.meta-date:after,
.archive li.meta-admin:after,
.archive li.meta-date:after,
.single-post li.meta-admin:after,
.single-post li.meta-date:after {
	content: ',';
	margin-right: 5px;
	margin-left: 5px;
	color: #ddd;
	font-size: 20px;
}

.page-template-blog .post-meta ul li,
.archive .post-meta ul li,
.single-post .post-meta ul li {
	margin-right: 0;
}

.pagination h2 {
	display: none;
}

.page-template-blog .post a:hover,
.archive .post a:hover{
	text-decoration: none;
	color: #f7a205
}


.single-post .post a:hover {
 color: #0059ff;
    text-decoration: underline;
	}

.page-template-blog .post-heading h2 a:hover {
	color: #484848
}

.page-template-blog #nav-single {
	 text-align: center;
    margin: 50px 0;
}

#nav-single .pagination {
	display: inline-block;
	padding-left: 0;
	margin: 0;
	border-radius: 0
}

#nav-single .pagination .nav-links {
	display: -webkit-inline-box
}
.single-website-templates .page-top-bg{
padding-bottom:0;
}
.single-website-templates .page-post-container-wrapper{padding-top:0;}
#nav-single .pagination .nav-links span.current {
	background: #111;
    margin: 4px;
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 27px;
    display: block;
    text-align: center;
    border-radius: 4px;
}
#nav-single .pagination .nav-links a {
	width: 30px;
    height: 30px;
    line-height: 26px;
    margin: 5px;
    display: block;
    text-align: center;
    border: 1px solid #efefef;
    color: #999;
    border-radius: 4px;
}
span.page-numbers.dots{
	line-height:30px;
}

#nav-single .pagination .nav-links a.next, #nav-single .pagination .nav-links a.prev {
	background: #111;
    color: #fff;
    border-radius: 4px;
}

#nav-single .pagination .nav-links a.prev:before {
	font-family: fontawesome;
	content: "\f100";
	line-height: initial;
}

#nav-single .pagination .nav-links a.next:before {
	font-family: fontawesome;
	content: "\f101";
	line-height: initial;
}

ul#all-themes-front li:nth-child(3n+3) {
	margin-right: 0;
}

ul#all-themes-front li:nth-child(3n+1) {
	margin-left: 0;
}

/** pricing switcher **/

.th-switchbtn-radio-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 30px;
}
.th-switchbtn-radio-container h3 {
  color: #3A3A3A;
  letter-spacing: 1px;
  font-size: 18px;
  font-family: sans-serif;
  cursor: pointer;
	margin-bottom:0px
}
.th-switchbtn-radio-container * {
  box-sizing: border-box;
}
.th-switchbtn-radio-container .radio-wrap_ {
   	width: 65px;
    height: 35px;
  background-color: #4769d8;
  cursor: pointer;
  position: relative;
    border-radius: 4px;
  transition: 0.5s background-color ease;
}
.th-switchbtn-radio-container .radio-wrap_ .rounded-ball {
	height: 18px;
    width: 18px;
    background-color: white;
    border-radius: 10%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6px;
    transition: 0.3s left ease;
}
.th-switchbtn-radio-container .radio-wrap_.active {
  background-color: #f94907;
}

.th-switchbtn-radio-container .radio-wrap_.active .rounded-ball {
     left: calc(100% - (19px + 6px));
}

.th-pricing-container .box_ {
  display: none;
}
.th-pricing-container .box_.active {
  display: block;
}


.thmk-switcher .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	margin: 0 21px;
}

.thmk-switcher .switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}

.thmk-switcher .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.thmk-switcher .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.thmk-switcher input:checked + .slider {
	background-color: #2196F3;
}

.thmk-switcher input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

.thmk-switcher input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.thmk-switcher .slider.round {
	border-radius: 34px;
}

.thmk-switcher .slider.round:before {
	border-radius: 50%;
}
.thmk-plan-title{
	margin: 0;
	font-size: 22px;
	color: #000;
	letter-spacing: 1.5px;

}
.thmk-switcher{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:20px;
	margin-top:40px;
}

.thmk-switcher {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:20px;
}
.thmk-plan-title {
	margin: 0;
	font-size: 22px;
	color: #000;
	letter-spacing: 1.5px;
}

.plan-price span.discount {
	font-size: 22px;
    text-decoration: line-through;
    text-decoration-color: #FF5353;
    color: #666;
    letter-spacing: normal;
}
.thmk-price-table2 {
	display: none;
}

.th-testimonial ul {
	max-width: 1200px;
	margin: 0 auto;
}
.th-testimonial .th-testimonial-heading{
	margin-bottom: 80px;
	font-size: 38px;
	line-height:48px;
}
.th-testimonial {
	padding: 60px 0;
	background: #f3f9f9;
}
.th-testimonial ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}
h2.th-testimonial-heading {
	text-align: center;
}
li.th-testimonial-list {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin-right: 1.5%;
	margin-left: 1.5%;
	position: relative;
}
.th-testimonial-list p{
	color: #3A3A3A;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0.3px;
}
.th-testimonial-list .details{
	display:table;
}
.th-testimonial-list img{
	width:60px;
	border-radius:50px;
	display: table-cell;
	vertical-align: middle;
}
.th-testimonial-list span{
	display: table-cell;
	vertical-align: middle;
	padding-left:20px;
	letter-spacing:1px;
}

/** Pricing Table **/

/*License Pricing Table*/

.th-pricing-license .thmk-price-table .price-content{
text-align: left !important;
 padding: 0!important;
}

.th-pricing-license .thmk-price-table .plan{
    text-align: left !important;
    padding: 5px 30px !important;
}

.th-pricing-license .thmk-price-table .plan-price {
    padding-bottom: 30px !important;
}

/*old Pricing Table*/


#thunk-pricetable {
	overflow: hidden;
	padding: 0;
}	
#thunk-pricetable h1 {
	color: #fff;
	margin-bottom: 14px
}
#thunk-pricetable .thmk-price-block ul li,
#thunk-pricetable .thmk-price-block ul {
	list-style-type: none!important;
	padding: 0
}
#thunk-pricetable .thmk-price-block {
	padding: 35px 0;
	text-align:center;
	width: 100%
}
#thunk-pricetable ul.thmk-table-list li.thmk-row {
	border:1px solid #eeeeee;
	width: 31%;
	display:inline-table;
	margin:0 auto;
	margin-right: 1%;
	margin-left: 1%;
	position: relative
}
#thunk-pricetable.zita-pricetabel ul.thmk-table-list li.thmk-row {
	width: 30%;
	margin-right: 1.5%;
	margin-left: 1.5%;
}
#thunk-pricetable .thmk-price-table .plan {
	width: 100%;
	text-align: center;
	background: #fff
}
#thunk-pricetable .thmk-price-table .paln-top h3 {
	background-color: #fff;
	margin: 0;
	padding: 50px 0 30px;
	color: #000;
	border-radius: 0;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 20px
}
#thunk-pricetable .thmk-price-table .plan-price {
	letter-spacing: 3px;
	background-color: #fff;
	margin: 0;
	padding-bottom: 10px
}

#thunk-pricetable .thmk-price-table .plan-price .rate {
	color: #212226;
    font-size: 40px;
    font-weight: 700;
}

#thunk-pricetable .thmk-price-table .sup-up {
	font-size: 21px;
	vertical-align: top;
	color: #666
}

#thunk-pricetable .thmk-price-table .sub-down {
	font-size: 13px
}
#thunk-pricetable .thmk-price-table .sup-down {
	font-size: 22px;
	color: #666
}
#thunk-pricetable .thmk-price-table .price-content {
	background-color: #fff;
	display: block;
	text-align: center;
	margin: 0;
	padding: 15px
}
#thunk-pricetable .thmk-price-table .price-content li {
	font-size: 14px;
	color: #323232;
	padding: 12px 0;
	border-bottom: 1px solid rgba(153, 153, 153, .3);
	margin: 0!important;
	text-transform: capitalize
}
#thunk-pricetable .thmk-price-table .price-content li:last-child {
	border: 0
}

#thunk-pricetable .thmk-price-table .price-bottom {
	background-color: #fff;
	text-transform: capitalize
}

#thunk-pricetable .thmk-price-table .price-bottom a {
	margin-top: 0;
	margin-bottom: 50px;
	padding: 12px 40px;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 400;
	white-space: normal;
	letter-spacing: 0;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	border-radius: 5px;
}

#thunk-pricetable .thmk-price-table .one .price-bottom a {
	background: #4769d8
}

#thunk-pricetable .thmk-price-table .two .price-bottom a {
	background: #f94907
}

#thunk-pricetable .thmk-price-table .three .price-bottom a {
	background: #098bba
}
#thunk-pricetable .thmk-price-table .four .price-bottom a{
	background: #009828;
}
#thunk-pricetable .featured-ribbon.blue {
	width: 138px;
	background: #098bba
}

#thunk-pricetable .featured-ribbon.blue:before {
	border-color: #098bba transparent #098bba #098bba
}

#thunk-pricetable .featured-ribbon.blue:after {
	border-color: #098bba #098bba #098bba transparent
}

#thunk-pricetable .featured-ribbon.yellow {
	width: 138px;
	background: #f7a205
}

#thunk-pricetable .featured-ribbon.yellow:before {
	border-color: #f7a205 transparent #f7a205 #f7a205
}

#thunk-pricetable .featured-ribbon.yellow:after {
	border-color: #f7a205 #f7a205 #f7a205 transparent
}

#thunk-pricetable .thmk-price-table .feature .paln-top h3 {
	background-color: #ee696a;
	margin: 0
}

#thunk-pricetable .thmk-price-table .feature .price-content {
	background-color: #fdbbbc
}

#thunk-pricetable .thmk-price-table .feature .price-bottom a {
	background-color: #ef6966
}

#thunk-pricetable .thmk-price-table .feature .price-bottom a:hover {
	background-color: #da615e
}

#thunk-pricetable .thmk-price-table {
	overflow: hidden
}

#thunk-pricetable .thmk-content {
	width: 100%;
	text-align: center
}

#thunk-pricetable .thmk-price-table {
	width: 100%;
	padding-bottom:50px
}

#thunk-pricetable .renew-notice {
	margin-top: 60px;
	color: #222;
	font-weight: 300;
	text-align: center
}

.membership-page.price-page #thunk-pricetable .renew-notice {
	color: #222
}

#thunk-pricetable .thmk-price-table .price-bottom a {
	position: relative
}

#thunk-pricetable .thmk-price-table .price-bottom a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: rgba(255, 255, 255, .7);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none
}

#thunk-pricetable .thmk-price-table .price-bottom a:hover:after {
	width: 100%;
	background-color: transparent;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

#thunk-pricetable .featured-ribbon {
	color: #fff;
	letter-spacing: 1.2px;
	line-height: 26px;
	font-size: 14px;
	background: #ff5353;
	height: 25px;
	width: 80px;
	top: 8px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 20px;
	position: absolute;
	-webkit-box-shadow: 0 8px 6px -6px #ddd;
	-moz-box-shadow: 0 8px 6px -6px #ddd;
	box-shadow: 0 8px 6px -6px #ddd
}

#thunk-pricetable .featured-ribbon:after {
	content: "";
	position: absolute;
	right: 100%;
	bottom: 0;
	width: 0;
	height: 0;
	display: inline-block;
	line-height: 0;
	border-width: 12.5px;
	border-style: solid;
	border-color: #ff5353 #ff5353 #ff5353 transparent
}

#thunk-pricetable .featured-ribbon:before {
	content: "";
	position: absolute;
	left: 100%;
	bottom: 0;
	width: 0;
	height: 0;
	display: inline-block;
	line-height: 0;
	border-width: 12.5px;
	border-style: solid;
	border-color: #ff5353 transparent #ff5353 #ff5353
}
.templates-template-default.single.single-templates .price-page #thunk-pricetable {
	background-color: #ffffff;
	border-top: none;
}
.price-page #thunk-pricetable {
	background-color: #f0f8f8
}

.price-page #thunk-pricetable h1 {
	color: #343434
}

.price-page #thunk-pricetable ul.thmk-table-list li.thmk-row {
	box-shadow: 0 0 7px #dce8e8eb
}

.plan li:hover>span.tooltip_hover {
	opacity: 1;
	text-decoration: none;
	visibility: visible;
	overflow: visible;
	margin-top: -20px;
	display: inline;
	margin-left: 40px
}

.plan li span.tooltip_hover b {
	width: 15px;
	height: 15px;
	left: -7px;
	top: 21px;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #20292f
}

.three .plan li>span.tooltip_hover {
	margin-left: -450px;
	text-align: right
}

.three .plan li span.tooltip_hover b {
	left: 251.5px
}

.plan li>span.tooltip_hover {
	text-transform: initial;
	color: #fff;
	line-height: 22px;
	width: 260px;
	padding: 20px;
	text-align: left;
	margin-top: 0;
	margin-left: 60px;
	opacity: 0;
	background: #20292f;
	visibility: hidden;
	z-index: 10000;
	position: absolute;
	font-size: 14px;
	font-style: normal;
	border-radius: 4px;
	box-shadow: 0 5px 20px rgba(25, 31, 35, .23);
	-moz-box-shadow: 0 5px 20px rgba(25, 31, 35, .23);
	-webkit-box-shadow: 0 5px 20px rgba(25, 31, 35, .23);
	-webkit-transition-property: opacity, margin-top, visibility, margin-left;
	-webkit-transition-duration: .4s, .3s, .4s, .15s;
	-webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
	-moz-transition-property: opacity, margin-top, visibility, margin-left;
	-moz-transition-duration: .4s, .3s, .4s, .15s;
	-moz-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
	-o-transition-property: opacity, margin-top, visibility, margin-left;
	-o-transition-duration: .4s, .3s, .4s, .15s;
	-o-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
	transition-property: opacity, margin-top, visibility, margin-left;
	transition-duration: .4s, .3s, .4s, .15s;
	transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out
}

.thmk-price-block .plan li .fa {
	color: #20292f;
	font-size: 16px
}

.membership-page .section1 {
	background: #f0f8f8;
	border-bottom: 1px solid #eee;
	top: 0;
	display: block;
	overflow: hidden
}

.membership-page .top-sec {
	width: 100%;
	position: relative
}

.membership-page .fs-caption {
	position: relative;
	display: table;
	width: 100%;
	margin: 0 auto
}

.membership-page .caption-container {
	display: table-cell;
	text-align: center;
	vertical-align: top
}

.membership-page .caption-container h1 {
	color: #343434;
	font-size: 43px;
	margin: 30px 0;
	letter-spacing: 1px;
	line-height: 53px
}

.membership-page .caption-container p {
	padding: 30px 0 0;
	margin-bottom:25px;
	color: #343434;
	font-size: 22px;
	line-height: 34px;
	font-style: normal
}

.membership-page .sub-title {
	padding-top: 10px
}

.sub-title h2 {
	color: #fff;
	line-height: 48px;
	font-size: 36px;
	margin-bottom: 20px;
}

.membership-page .top-button-wrapper {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	display: inline-block
}

.membership-page .top-button {
	background: #f98311;
	color: #fff;
	padding: 15px 65px;
	font-size: 28px;
	line-height: 60px;
	border-radius: 10px;
	box-shadow: 0 8px 3px #694102
}

ul.key-point-list {
	text-align: center;
	margin: 40px 0
}

ul.key-point-list li {
	display: inline;
	margin-right: 10px
}

ul.key-point-list li:before {
	content: "\f005";
	font-family: fontawesome;
	color: #f98311;
	padding-right: 10px
}

.membership-page .top-text {
	width: 100%;
	text-align: center
}

.membership-page .top-text p {
	color: #fff;
	font-size: 24px;
	margin-bottom: 60px;
	display: inline-block
}

.membership-page #product-feature {
	display: block;
	overflow: hidden;
	background-color: #fff
}

.membership-page .page-feature {
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 50px
}

.membership-page .main-heading {
	font-size: 36px;
	color: #000;
	line-height: 32px;
	letter-spacing: -1px;
	margin: 0
}

.membership-page .bottom-heading-border {
	height: 2px;
	width: 150px;
	background-color: #33414f;
	margin: 0 auto;
	margin-top: 35px
}

.membership-page .feature-block {
	display: block;
	float: left;
	width: 100%
}

.membership-page .feature-block ul li,
.feature-block ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.membership-page ul.feature-grid li.feature-list {
	width: 31%;
	float: left;
	position: relative;
	padding-top: 50px
}

.membership-page ul.feature-grid li.feature-list:nth-of-type(3n+3) {
	margin-right: 0
}

.membership-page .feature-grid .feature-list {
	margin-right: 3.5%
}

.membership-page ul.feature-grid li.feature-list:nth-child(3n+1) {
	clear: both
}

.membership-page ul.feature-grid li.feature-list h4 {
	font-size: 20px;
	color: #000;
	margin-bottom: 15px;
	letter-spacing: 0;
	text-transform: none;
	text-align: center
}

.membership-page .feature-title a {
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
	letter-spacing: 2px
}

.membership-page .feature-content p {
	font-size: 15px;
	color: #000;
	line-height: 22px
}

.membership-page.price-page #thunk-pricetable .top-sec .sub-title h1 {
	margin-top: 0
}

section#faq {
	background: #f0f8f8;
	border-top: 1px solid #eee;
	padding: 50px 0
}

section#faq ul.faq {
	padding-top: 50px
}

.faq-wrapper h2 {
	text-align: center;
	font-size: 40px
}

section#faq ul.faq li {
	width: 49%;
	margin-bottom: 30px;
	float: left
}

.faq-wrapper li:nth-child(odd) {
	padding-right: 20px
}

.key-point-list li:nth-child(odd) {
	padding-right: 0
}

.key-point-list li:nth-child(3n+3) {
	margin-right: 0
}

.page-template-template-previews .page-post-container-wrapper .page {
	padding-right: 0
}
.demo-wrapper .scrolling-preview-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 470px;
	overflow: hidden
}

.preview-scroller-wrapper {
	margin-top: 30px;
	text-align: center
}

.preview-scroller-wrapper .multi-demo-heading {
	text-align: center;
	display: inline-block
}

ul.preview-scroller-wrapper li a.multilive-demo {
	background: 0 0;
	padding: 1px 4px;
	font-size: 12px;
	border-radius: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	border: 2px solid #f57826;
	color: #f57826!important;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s
}

ul.preview-scroller-wrapper li a.multilive-demo:hover {
	background: #f57826;
	color: #fff!important;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s
}

h1.multi-demo-main-heading {
	line-height: 42px;
	text-align: center;
	margin-bottom: 70px!important
}

.preview-scroller-wrapper li {
	display: inline-block!important;
	margin: 0!important;
	width: 31.5%;
	margin-right: .75%!important;
	margin-left: .75%!important
}

.demo-wrapper {
	border: 10px solid #eee;
	-webkit-box-shadow: 1px 1px 7px 0 rgba(156, 156, 156, .62);
	-moz-box-shadow: 1px 1px 7px 0 rgba(156, 156, 156, .62);
	box-shadow: 1px 1px 7px 0 rgba(156, 156, 156, .62);
	max-width: 100%;
	width: 100%;
	height: 490px;
	margin: 0 .5%;
	float: none;
	position: relative;
	display: inline-block;
	margin-bottom: 35px
}
.scrolling-preview-wrapper.suggest-demo p {
	text-align: center;
	margin-top: 60%;
	font-size: 28px;
	color:#000;
}
#wrapper img {
	position: absolute;
	bottom: -637px;
	cursor: pointer
}

img.scrolling-preview {
	height: auto;
	max-width: 100%
}

.demo-wrapper .scrolling-preview-wrapper .wrapper-small {
	-webkit-transition-duration: 3s;
	-moz-transition-duration: 3s;
	-ms-transition-duration: 3s;
	-o-transition-duration: 3s;
	transition-duration: 3s
}

.demo-wrapper .scrolling-preview-wrapper .wrapper-small:hover {
	-webkit-transition-duration: 8s;
	-moz-transition-duration: 8s;
	-ms-transition-duration: 8s;
	-o-transition-duration: 8s;
	transition-duration: 8s
}

.demo-wrapper .scrolling-preview-wrapper .wrapper-small {
	text-align: -webkit-auto
}

.page-post-container-wrapper .bottom-price-button {
	text-align: center
}

.page-post-container-wrapper .bottom-price-button li {
	list-style-type: none
}

.page-post-container-wrapper .bottom-price-button li {
	display: inline-block;
	margin: 5px
}

.page-post-container-wrapper .bottom-price-button {
	padding-bottom: 50px
}

.social-share {
	position: fixed;
	margin-top: 8%;
	z-index: 9999
}

.social-share li a:hover:before {
	padding-left: 20px;
	opacity: .8;
	cursor: pointer
}

.social-share li a:before,
.social-share li button:before {
	font-family: FontAwesome;
	color: #fff;
	font-size: 20px;
	line-height: 38px;
	width: 38px;
	height: 38px;
	display: inline-block;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	text-align: center;
	-webkit-box-sizing: initial;
	-moz-box-sizing: border-box;
	box-sizing: initial
}

.social-share-icon {
	display: none
}

.social-share-toggel button {
	border: 0;
	padding: 0
}

.social-share-toggel button:before {
	content: "\f1e0";
	background-color: #f7a205
}

.social-share .fb-icon a:before {
	content: "\f09a";
	background-color: #3b5999
}

.social-share .gml-icon a:before {
	content: "\f0d5";
	background-color: #db4a39
}

.social-share .twt-icon a:before {
	content: "\f099";
	background-color: #00a0d0
}

.social-share .paintest-icon a:before {
	content: "\f0d2";
	background-color: #cb211d
}

.social-share .linked-icon a:before {
	content: "\f0e1";
	background-color: #0177b5
}

.social-share .stumble-icon a:before {
	content: "\f1a4";
	background-color: #eb4924
}
html[data-useragent*='MSIE 10.0'] .sidebar .searchform #searchsubmit {
	margin-left: -33px;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-right: 16px;
	padding-left: 16px;
	width: auto
}

html[data-useragent*='MSIE 10.0'] .sidebar .searchform input#search {
	width: 98%
}

html[data-useragent*='MSIE 9'] .sidebar .searchform #searchsubmit {
	margin-left: -36px;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-right: 16px;
	padding-left: 16px
}

html[data-useragent*='MSIE 8'] .sidebar .searchform #searchsubmit {
	margin-left: -36px;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-right: 16px;
	padding-left: 16px
}

html[data-useragent*='MSIE 7'] .sidebar .searchform #searchsubmit {
	margin-left: -36px;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-right: 16px;
	padding-left: 16px
}
::i-block-chrome,
.footer .searchform input#search {
	width: 120px
}

::i-block-chrome,
.sidebar .searchform input#search {
	width: 94%
}
.social-icons {
	text-align: left
}
.footer-wrapper .footer ul li.featured-menu a {
    background: #4167cf;
    color: #fff!important;
    padding: 5px 10px;
	line-height: 40px;
}
.social-icons ul li {
	display: inline;
	margin: 0 6px
}

.social-icons ul li a .facebook:after {
	content: "\f09a";
	font-family: fontawesome;
	font-size: 24px;
	background: #48649f;
	padding: 8px 12px;
	color: #fff
}

.social-icons ul li a .googleplus:after {
	content: "\f0d5";
	font-family: fontawesome;
	font-size: 24px;
	background: #d73d32;
	padding: 8px;
	color: #fff
}

.social-icons ul li a .twitter:after {
	content: "\f099";
	font-family: fontawesome;
	font-size: 24px;
	background: #55acee;
	padding: 8px;
	color: #fff
}

.all-themes-left {
	text-align: center
}

.all-themes-left h2 {
	margin-bottom: 30px!important;
	padding-bottom: 15px;
	border-bottom: 2px solid #adadad;
	display: inline-block
}

.all-themes-left img {
	max-width: 400px!important;
	max-height: 400px;
	background-color: #fff;
	border: 10px solid #fff
}

.all-themes-left ul li {
	display: inline
}

.all-themes-left .button-def {
	color: #fff!important;
	margin-top: 20px
}

.page-template-fullwidth .page-post-container-wrapper .page {
	padding-right: 0
}

.top-offer {
	letter-spacing: .8px;
	color: #fff;
	text-align: center;
	background: #f5175a;
	padding: 10px 0;
	font-size: 20px
}

.top-offer span {
	font-weight: 400
}

.top-offer a {
	color: #99d4ff
}

.g-recaptcha {
	float: right
}

input.edd-add-to-cart.edd-no-js.button.green.edd-submit {
	display: none!important
}

.post-heading h1 a:hover {
	color: #595959
}

.slaes-page-image,
.slaes-page-image img,
.postid-564 .slaes-page-image,
.postid-564 .slaes-page-image img,
.postid-1589 .slaes-page-image,
.postid-1589 .slaes-page-image img,
.postid-93 .slaes-page-image,
.postid-93 .slaes-page-image img {
	max-width: 758px;
	width: 100%
}
ul#all-themes-front {
    padding: 0 31px;
}
.themehunk-thumbs {
	position: relative;
	width: 31%!important;
	min-height: 326px;
	margin: 0 3% 30px 0
}

.themehunk-img {
	border-radius: 3px;
	position: relative;
	z-index: 0;
	box-shadow: 0px 0px 10px 3px rgba(110, 193, 228, 0.13);
	-webkit-box-shadow: 0px 0px 10px 3px rgba(110, 193, 228, 0.13);
	-moz-box-shadow: 0px 0px 10px 3px rgba(110, 193, 228, 0.13);
	box-shadow: 0px 0px 10px 3px rgba(110, 193, 228, 0.13);
}

.themehunk-img span {
	display: block;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	background: transparent;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.themehunk-img img {
	display: block;
	width: 100%;
	border-radius: 3px;
	position: relative;
	z-index: -1
}

.prct-btn {
	top: 43%;
	left: 0;
	right: 0;
	text-align: center;
	position: absolute;
	opacity: 0
}

.themehunk-img:hover .prct-btn,
.themehunk-img:hover .btn-clr {
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.prct-btn a.button-one{
	box-shadow: none;
	background: #2196F3;
	border-radius: 3px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 2px;
	border: 1.3px solid #2196F3;
	font-size: 13px;
	font-weight: bold;
	margin: 2px;
	width: 45%;
	display: block;
	margin: 8px auto;
	padding: 7px 8px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.prct-btn a.button-two{
	box-shadow: none;
	background: #F7A205;
	border-radius: 3px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 1px;
	border: 1.3px solid #F7A205;
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: bold;
	margin: 2px;
	width: 45%;
	display: block;
	margin: 8px auto;
	padding: 7px 8px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn-clr{
	display:none;
}
.btn-txt {
	text-transform: uppercase;
	font-size: 12px;
	color: #f7a205;
	letter-spacing: 1px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg)
}

.themehunk-title em::before {
	content: "\f218";
	font-family: FontAwesome;
	color: #fff;
	margin-right: 6px
}

.themehunk-title {
	position: relative;
	bottom: 59px;
	height: 60px;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	background-color: rgba(23, 23, 23, .88);
	padding: 16px 15px 0;
	border-radius: 0 0 3px 3px;
	margin-bottom: 0
}

.themehunk-title span {
	float: right;
	color: #098bba
}

.themehunk-title em {
	display: inline-block;
	font-family: kepler-std, serif;
	font-style: italic;
	color: #bfbfbf;
	text-transform: none;
	margin-right: 3px
}

.themehunk-img:hover span:before {
	opacity: 1
}

.themehunk-img:hover span {
	background: rgb(255 255 255 / 87%)
}

.themehunk-title a {
	color: #fff
}

.themehunk-thumbs a h2 {
	font-size: 14px;
	letter-spacing: 0.08rem;
    margin-top: 32px;
    text-align: left;
	transition: all .25s linear;
	color: #205fd1
}
.page-template-allthemes .themehunk-thumbs a h2 {
    text-align: left;
        margin-top: 40px;
        font-size:15px;
}

.themehunk-thumbs a h2:hover {
	color: #545151
}

ul#all-themes-front li {
	display: inline-block;
	vertical-align: top
}


.page-template-allthemes .theme-desc{
       padding: 14px 0 0 15px;
	font-size:14px;
    line-height: 24px;
	position: relative;
	text-align: left;
	bottom:15px;
	color: #666;

}

.post-meta li.meta-comm {
	display: none
}

input#qt_bbp_topic_content_strong,
input#qt_bbp_topic_content_em,
input#qt_bbp_topic_content_ul,
input#qt_bbp_topic_content_ol,
input#qt_bbp_topic_content_li {
	max-width: 25px
}

input#qt_bbp_topic_content_link,
input#qt_bbp_topic_content_block,
input#qt_bbp_topic_content_close,
input#qt_bbp_topic_content_del,
input#qt_bbp_topic_content_img,
input#qt_bbp_topic_content_code {
	max-width: 65px
}

#bbpress-forums fieldset.bbp-form select {
	height: 40px;
	width: 300px;
	padding-left: 10px
}

#bbp_topic_tags {
	width: 46%
}

li.bbp-body .bbp-topic-title a {
	color: #4d4d4d
}

.registration input#signup_submit {
	background: #3180ba;
	color: #fff;
	padding: 5px 25px;
	margin-right: 0;
	width: 100%;
	font-weight: 700;
	letter-spacing: 1px
}

.registration input#signup_email,
#buddypress .standard-form #basic-details-section input[type=password],
#buddypress .standard-form #blog-details-section input#signup_blog_url {
	width: 90%
}

.registration .radio input[type=radio],
.registration .radio-inline input[type=radio],
.registration .checkbox input[type=checkbox],
.registration .checkbox-inline input[type=checkbox] {
	float: none
}

.sf-menu,
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none
}

.sf-menu li {
	position: relative
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
	width: auto
}

.sf-menu>li {
	float: left
}

.sf-menu li:hover>ul,
.sf-menu li.sfHover>ul {
	display: block
}

.sf-menu a {
	display: block;
	position: relative
}

.sf-menu ul ul {
	top: 0;
	left: 100%
}

.sf-menu {
	float: right
}

.sf-menu ul {
	*width: 12em
}

.sf-menu a {
	text-decoration: none;
	zoom: 1
}

.sf-menu a {}

.sf-menu li {
	white-space: nowrap;
	*white-space: normal;
	-webkit-transition: all .2s;
	transition: all .2s
}

.sf-menu ul li {
	padding: 10px;
	color: #fff
}

.sf-menu ul ul li {
	padding: 10px;
	display: block
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	-webkit-transition: none;
	transition: none
}

.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em
}

.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #dfeeff;
	border-top-color: rgba(255, 255, 255, .5)
}

.sf-arrows>li>.sf-with-ul:focus:after,
.sf-arrows>li:hover>.sf-with-ul:after,
.sf-arrows>.sfHover>.sf-with-ul:after {
	border-top-color: #fff
}

.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dfeeff;
	border-left-color: rgba(255, 255, 255, .5)
}

.sf-arrows ul li>.sf-with-ul:focus:after,
.sf-arrows ul li:hover>.sf-with-ul:after,
.sf-arrows ul .sfHover>.sf-with-ul:after {
	border-left-color: #fff
}

.page-id-2061 .page-content p {
	text-align: center;
	padding-top: 60px
}

.page-id-2061 .page-content a.jv-page-button {
	padding: 15px;
	background: #1f8fee;
	color: #fff;
	display: inline-block;
	margin: 10px;
	min-width: 300px;
	text-align: center
}

.page-id-2061 .page-content a.jv-page-themes-button {
	padding: 15px;
	background: #f7a205;
	color: #fff;
	display: inline-block;
	min-width: 300px;
	text-align: center
}

.sales-page-wrapper .sales-page {
	background-color: #fff;
	max-width: 100%
}

.sales-page-wrapper #page {
	clear: both;
	float: none
}

.sales-page-wrapper .page-container,
#page {
	max-width: 1145px;
	min-width: 240px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	clear: both
}

.sales-page-wrapper .page-post-container-wrapper {
	background: 0 0;
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 65px
}

.sales-page-wrapper .content-single-page {
	width: 70%;
	max-width: 800px;
	float: left
}

.sales-page-wrapper .preview-top-image {
	text-align: left
}

.sales-page-wrapper .sidebar-wrapper {
	max-width: 400px;
	width: 27.5%;
	float: right
}

.sales-page-wrapper .single-theme-sidebar {
	padding-left: 16%;
	padding-top: 0
}

.sales-page-wrapper section#section-2 {
	background-color: #fbfbfb;
	overflow: hidden
}

.sales-page-wrapper .slaes-page-image {
	max-width: 100%
}

.sales-page-wrapper .page-feature {
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 50px
}

.sales-page-wrapper .main-heading {
	font-size: 51px;
	color: #000;
	line-height: 61px;
	letter-spacing: -1px;
	margin: 0
}

.sales-page-wrapper .bottom-heading-border {
	height: 2px;
	width: 300px;
	background-color: #33414f;
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 50px
}

.sales-page-wrapper .feature-block {
	display: block;
	float: left;
	width: 100%
}

.sales-page-wrapper .feature-block ul li,
.feature-block ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.sales-page-wrapper .slaes-page-image ul li:before {
	content: "";
	color: #f7a205;
	font-size: 18px;
	padding-right: 10px
}

.sales-page-wrapper ul.feature-grid li.feature-list {
	width: 30%;
	float: left;
	position: relative;
	border: 1px solid #e8e8e8;
	padding: 15px;
	min-height: 240px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 3px 0 rgba(50, 50, 50, .1);
	-moz-box-shadow: 0 2px 3px 0 rgba(50, 50, 50, .1);
	box-shadow: 0 2px 3px 0 rgba(50, 50, 50, .1);
	margin-bottom: 50px
}

.sales-page-wrapper .feature-grid .feature-list {
	margin-right: 3.5%
}

.sales-page-wrapper ul.feature-grid li.feature-list:nth-of-type(3n+3) {
	margin-right: 0
}

.sales-page-wrapper section#section-3 {
	background-color: #fff;
	overflow: hidden
}

.sales-page-wrapper .page-services {
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 50px
}

.sales-page-wrapper .services-block {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 50px
}

.sales-page-wrapper .services-block img {
	max-width: 50%
}

.sales-page-wrapper section#section-4 {
	background-color: #33436c;
	overflow: hidden
}

.sales-page-wrapper .page-ribbon {
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 50px
}

.sales-page-wrapper .page-ribbon .preview-button {
	border: 1px solid #f7a205;
	background: #f7a205;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	padding: 10px 35px!important;
	margin-top: 30px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s
}

.sales-page-wrapper .page-ribbon .main-heading {
	font-size: 55px;
	color: #fff;
	line-height: 61px;
	letter-spacing: -1px;
	margin: 0
}

.sales-page-wrapper .page-ribbon p {
	color: #fff;
	padding-top: 30px
}

.sales-page-wrapper .page-ribbon .preview-button:hover {
	background: #fff;
	color: #f7a205;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s
}

.sales-page-wrapper .single-product-page-wrapper {
	max-width: 1145px;
	margin: 0 auto 50px
}

.single-product span.pro-tag {
	background: #eba357;
	padding: 2px 5px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-box-shadow: 0 8px 6px -6px #ddd;
	-moz-box-shadow: 0 8px 6px -6px #ddd;
	box-shadow: 0 8px 6px -6px #ddd
}

.product-template-default.single .related-page-container {
	background: #f7f9fa;
	padding: 40px 0;
	border-top: 1px solid rgba(190, 190, 190, .11);
	border-bottom: 1px solid rgba(190, 190, 190, .11)
}

.product-template-default.single .related-page-container .thnk-related-product-block {
	max-width: 1024px;
	min-width: 240px;
	margin: 0 auto;
	text-align: center
}

.thnk-related-product-block .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	box-shadow: 0 0 7px rgba(189, 189, 189, .7);
	max-width: 100%;
	margin: 0 auto;
	border: 12px solid #fff;
	padding: 2px
}

.thnk-related-product-block .owl-dots {
	margin-top: 20px
}

.thnk-related-product-block .owl-dots .owl-dot.active span,
.thnk-related-product-block .owl-dots .owl-dot:hover span {
	background: #a7a7a7
}

.thnk-related-product-block .owl-dots .owl-dot span {
	background: #d5d5d5
}

.thnk-related-product-content.item {
	padding: 15px
}

.thnk-related-product-wrap .figure-thnk-related-product {
	border-radius: 3px;
	position: relative;
	z-index: 0;
	padding: 0
}

.thnk-related-product-wrap .figure-thnk-related-product span {
	display: block;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	background: transparent;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.thnk-related-product-wrap .figure-thnk-related-product img {
	display: block;
	width: 100%;
	border-radius: 3px;
	position: relative;
	z-index: -1
}

.thnk-related-product-wrap .figure-thnk-related-product:hover .prct-btn,
.thnk-related-product-wrap .figure-thnk-related-product:hover .btn-clr {
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.thnk-related-product-wrap .figure-thnk-related-product:hover span:before {
	opacity: 1
}

.thnk-related-product-wrap .figure-thnk-related-product:hover span {
	background-color: rgba(28, 28, 29, .72)
}

.thnk-related-product-wrap .thnk-related-product-content h4 {
	margin-top: 20px
}

.thnk-related-product-block h2 {
	margin-bottom: 30px
}

.thnk-related-product-wrap .figure-thnk-related-product .themehunk-title {
	text-align: left;
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	height: 40px;
	letter-spacing: .4px;
	background-color: rgba(23, 23, 23, .79);
	font-size: 12px;
	padding: 10px 12px 0
}

.thnk-related-product-content h4 {
	font-size: 16px;
	letter-spacing: .4px
}

.thnk-related-product-content .themehunk-title span {
	color: rgba(234, 143, 23, .94)
}

.thnk-related-product-content .figure-thnk-related-product .prct-btn a {
	font-size: 11px;
	border: 1px solid #fff;
	padding: 8px 13px
}

.thnk-related-product-content .figure-thnk-related-product .btn-clr {
	width: 24px;
	height: 24px;
	line-height: 26px
}

.thnk-related-product-content .figure-thnk-related-product .btn-txt {
	font-size: 10px
}

.leadform-show-form input,
.leadform-show-form select,
.leadform-show-form textarea {
	margin-bottom: 0
}
.postid-2703 .sales-page-wrapper .single-product-page-wrapper {
	max-width: 100%
}

.postid-2703 section#section-5 {
	background: #f7f7f7;
	overflow: hidden
}

table#comparision-table,
#comparision-table td {
	border: 1px solid #e4e4e4;
	border-collapse: collapse;
	padding: 15px;
	width: 70%;
	margin: 0 auto 50px
}

#comparision-table td {
	width: 33.33%
}

#comparision-table th {
	padding: 30px;
	background-color: #111;
	border: 1px solid #aaaaab;
	color: #fff;
	text-align: center
}

#comparision-table td {
	text-align: center;
	letter-spacing: 1px;
	vertical-align: middle
}

#comparision-table tr:nth-child(even), #comparision-table tr:nth-child(odd) {
	background-color: #fff
}

#comparision-table i.fa-check {
	font-size: 20px;
	color: #72a755
}

#comparision-table i.fa-times {
	font-size: 20px;
	color: #e81123
}

#comparision-table td span {
	word-break: break-word
}

#comparision-table a.comparision-lite-btn {
	background: #ff5353;
	color: #fff;
	padding: 10px 15px;
	cursor: pointer
}

#comparision-table a.comparision-pro-btn {
	background: #1e70d0;
	color: #fff;
	padding: 10px 15px;
	cursor: pointer
}

#comparision-table span.check-mark:before {
	content: "\f00c";
	font-family: fontawesome;
	font-size: 20px;
	color: #72a755;
	display: block
}

#comparision-table span.red-cross:before {
	content: "\f00d";
	color: #e81123;
	font-family: fontawesome;
	font-size: 20px;
	display: block
}

#comparision-table .check-mark:before {
	content: "\f00c";
	font-family: fontawesome;
	font-size: 20px;
	color: #72a755;
	display: block
}

#comparision-table .red-cross:before {
	content: "\f00d";
	color: #e81123;
	font-family: fontawesome;
	font-size: 20px;
	display: block
}
#fvp #comparision-table th{background-color:#FD8C02;
	border: 1px solid #f5e5d2;}
#fvp table#comparision-table, #fvp #comparision-table td{

	border: 1px solid #f5e5d2;
}
#fvp #comparision-table tr:nth-child(odd) {
	background-color: #fffaf5;
}
section#plugin-demo-section {
	padding:30px 0 60px;
}  
#plugin-demo-section .plugin-demo-wrapper li{
	display:inline-block;
	width:29.9%;
	padding:10px;
	margin:1.5%;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 0px 10px 3px rgba(110, 193, 228, 0.13);
}
.single-fullwidth-product #plugin-demo-section .plugin-demo-wrapper li .plugin-demo-heading{
	margin:0!important;
}
a.plugin-demo-img img{
	max-width: 100%;
}
.plugin-demo .plugin-demo-heading a{
	font-size:20px;
	color:#000;
}


.single-fullwidth-product .sales-page {
	background-color: rgba(245, 245, 245, .94);
	max-width: 100%
}

.single-fullwidth-product #page {
	clear: both;
	float: none
}

.single-fullwidth-product .page-container,
#page {
	max-width: 1200px;
	min-width: 240px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	clear: both!important
}

.single-fullwidth-product .page-post-container-wrapper {
	background: 0 0;
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 65px
}

.single-fullwidth-product .content-single-page {
	width: 70%;
	max-width: 800px;
	float: left
}

.single-fullwidth-product .sidebar-wrapper {
	max-width: 400px;
	width: 27.5%;
	float: right
}

.single-fullwidth-product .single-theme-sidebar {
	padding-left: 16%;
	padding-top: 0
}

.single-fullwidth-product section#section-feature {
	background-color: #fff;
	overflow: hidden;
	padding: 60px 0;
}

.single-fullwidth-product .slaes-page-image {
	max-width: 100%
}

.single-banner1 .themehunk-page-builder-section {
	text-align: center;
	padding: 50px 0;
	background: #f7f9fa
}

.free-product-single .single-fullwidth-product .slaes-page-image {
	background: #fff;
	border-top: 1px solid rgba(190, 190, 190, .11);
}

.single-fullwidth-product .page-feature {
	text-align: center
}

.single-fullwidth-product .bottom-heading-border {
	display: none
}

.single-fullwidth-product .feature-block {
	display: block;
	float: left;
	width: 100%
}

.single-fullwidth-product .feature-block ul li,
.feature-block ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.single-fullwidth-product .slaes-page-image ul li:before {
	content: "";
	color: #f7a205;
	font-size: 18px;
	padding-right: 10px
}

.single-fullwidth-product ul.feature-grid li.feature-list {
	width: 30%;
	position: relative;
	text-align: center;
	float: left;
	padding: 15px;
	background-color: #fff;
	margin-bottom: 2%
}

.single-fullwidth-product .feature-grid .feature-list {
	margin-right: 5%
}

.single-fullwidth-product ul.feature-grid li.feature-list:nth-of-type(3n+3) {
	margin-right: 0
}

.single-fullwidth-product .page-top-bg {
	border-color: #a9d8e8;
	background-color: #a9d8e8
}

.single-fullwidth-product .theme-preview-page {
	padding-bottom: 60px
}

.single-fullwidth-product .page-top-bg .brd-crm h1 {
	margin-bottom: 0;
	color: #fff;
	font-size: 40px;
	font-style: italic;
	text-transform: capitalize;
	line-height: 1.2em
}

.single-fullwidth-product p.developer-licence-text {
	text-align: center;
	color: #fff;
	line-height: 1.6em;
	padding-top: 15px;
	max-width: 801px;
	margin: 0 auto
}

.single-fullwidth-product section#section-benifit {
	text-align: center;
	padding: 30px 0 60px;
	overflow: hidden;
	background: #f7f9fc;
	border-top: 1px solid #50d7ff
}

.product-template-default.single .free-product-single #section-3.boxed-layout {
	padding: 0 0 60px;
}

.single-fullwidth-product section#section-benifit .sales-benefit h2 {
	color: #4e4e4e
}

.single-fullwidth-product section#section-benifit h3,
.single-fullwidth-product .main-heading {
	text-transform: capitalize;
	line-height: 1.2em;
	font-size: 36px;
	color: #000;
	letter-spacing: -1px;
	margin: 0;
	margin-bottom: 60px
}

.single-fullwidth-product section#section-benifit ul li:before {
	content: "✓";
	color: #f7a205;
	padding-right: 5px;
	font-size: 21px;
	font-weight: 700
}

.single-fullwidth-product section#section-benifit ul li {
	color: #404040;
	width: 20%;
	float: left;
	position: relative;
	padding: 20px 5px;
	text-align: left;
	font-size: 15px
}

.single-fullwidth-product ul.feature-grid li.feature-list h4 {
	font-size: 20px;
	line-height: 24px;
	color: #2e2e2e;
	margin-bottom: 20px;
	margin-top: 10px
}

.single-fullwidth-product section#section-3 h2.head-text {
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 34px;
}

.single-fullwidth-product section#section-3 .featured-box-text {
	float: left;
	width: 50%;
	padding: 0 30px
}

.product-template-default.single .featured-box-text ul li:before {
	color: #656565
}

.product-template-default.single .featured-box-text ul li {
	color: #656565;
	    line-height: 2.7rem;
	        margin-bottom: 15px;
}

.product-template-default.single #section-3.boxed-layout {
	background: #fff;
	padding: 30px 0;
	border-top: 1px solid rgba(190, 190, 190, .11)
}

.product-template-default.single li.featured-boxes {
	overflow: hidden
}

.single-fullwidth-product section h2 {
	text-align: center;
	font-size: 36px;
	color: #424141;
	margin-top: 50px!important;
	margin: 0 0 30px
}
.page-template-pricing-recuring-tmpl .membership-page.price-page #thunk-pricetable{
padding:60px 0;
}
.page-template-pricing-recuring-tmpl .membership-page.price-page .page-feature{
padding:60px 0;
}
.product-template-default.single .single-border {
	border-top: 1px solid #c5e5ff;
	margin: 40px auto;
	max-width: 500px;
	height: 1px;
}

.product-template-default.single ul.theme-feature-box li:first-child .single-border {
	border: 0;
	margin: 20px auto
}

.single-fullwidth-product section#section-3 .featured-box-img {
	text-align: center;
	float: right;
	width: 50%;
	padding: 0
}

.single-fullwidth-product section#section-3 .featured-box-img img {
	max-width: 100%
}

.single-fullwidth-product section#section-3 h2.head-text {
	color: #424141;
	text-align: left
}

.single-fullwidth-product section#section-3.boxed-layout p {
	color: #454545;
}

.single-fullwidth-product ul.feature-grid li.feature-list:nth-of-type(3n+1) {
	clear: both
}

.single-fullwidth-product section#section-3 .featured-boxes:nth-child(odd) .featured-box-text {
	float: right;
	width: 50%;
	text-align: left
}

.single-fullwidth-product section#section-3 .featured-boxes:nth-child(odd) .featured-box-img {
	width: 50%;
	float: left
}

.single-fullwidth-product .bottom-price-button li {
	list-style-type: none
}

.single-fullwidth-product .bottom-price-button {
	padding-bottom: 50px
}

.single-fullwidth-product section#section-benifit ul li:nth-of-type(6) {
	clear: both
}

.single-fullwidth-product section#section-3 h2.head-text {
	font-weight: 600;
}

.single-fullwidth-product .slaes-page-image {
	max-width: 100%;
	text-align: center
}

.single-fullwidth-product .slaes-page-image h2 {
	text-transform: capitalize;
	line-height: 1.2em;
	font-size: 34px;
	color: #000;
	letter-spacing: 0px;
	margin-top: 50px;
	margin-bottom: 5px
}

.single-fullwidth-product .slaes-page-image h4 {
	line-height: 1.2em;
	font-size: 20px;
	color: #000;
	margin-top: 40px;
	margin-bottom: 40px
}

.single-fullwidth-product .slaes-page-image h2.end-text {
	font-size: 30px;
	display: none;
	font-style: italic
}

.single-fullwidth-product .bottom-price-button li.membership-button a {
	background: #1e70d0;
	border-color: #1e70d0;
	color: #fff
}

.single-fullwidth-product .bottom-price-button li.sales-bottom a,
.buy-button.membership.top-button.sales-bottom a {
	border-color: #ff5353;
	background: #ff5353
}

.single-fullwidth-product .bottom-price-button .prev-button:hover,
.buy-button.top-button a:hover {
	color: #fff
}

a.membership-button-top.get-membership {
	display: block;
	background: #99e2e6;
	max-width: 240px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 16px 15px;
	border-radius: 30px;
	color: #fff;
	font-size: 20px
}

.thnk-content {
	margin-top: 50px
}

.thnk-content .content {
	width: 100%;
	margin: 0 auto
}

.thnk-content ul.links-tab {
	text-align: center
}

.thnk-content .links-tab li {
	font-size: 18px;
	display: inline-block;
	padding: 10px 14px;
	background: #fff;
	color: #a0a0a0;
	border-right: 1px solid #ebebeb;
	cursor: pointer;
	margin-right: -4px
}

.thnk-content .links-tab li:hover {
	background: #fff;
	color: #f7a205
}

.thnk-content .links-tab li.active {
	background: #404040;
	color: #fff;
	cursor: default
}

ul.links-tab:before {
	background-color: #adadad;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 39%;
	right: .22em;
	margin-left: -30%
}

ul.links-tab:after {
	background-color: #adadad;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 39%;
	left: 0;
	margin-right: -30%;
	margin-left: 7px!important
}

.single-fullwidth-product .bottom-price-button .prev-button:focus,
.single-fullwidth-product .bottom-price-button li.sales-bottom a:focus,
.single-fullwidth-product .bottom-price-button li.membership-button a:focus,
.theme-hunk-left-col1 .themehunk-buy-button .button:focus,
.wrap-product-single .theme-preview-page .theme-hunk-left-col1 .preview-button a .prev-button:focus {
	outline: 0
}
.sidebar.bbf-sidebar .sidebar-inner-widget:nth-child(7) {
	padding: 20px 6px 0
}

.sidebar.bbf-sidebar .sidebar-inner-widget:nth-child(7) .sidebar-heading {
	padding-left: 14px
}

.leadform-show-loading .error p {
	color: #000;
	margin-top: 20px;
	font-size: 18px
}

.inline-post-button a.button-post-orange,
.inline-post-button a.button-post-green {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1em;
	padding: .5em 1.5em;
	background: #ffbb02;
	color: #fff!important;
	border: 1px solid #ffbb02;
	border-width: 1px 0;
	-webkit-border-radius: .25em;
	-moz-border-radius: .25em;
	border-radius: .25em;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .05)
}

.inline-post-button a.button-post-green {
	background-color: #0edbe6;
	border-color: #0edbe6
}

.post .inline-post-button li {
	margin-left: 0
}

ul.inline-post-button li {
	display: inline-block
}

.inline-post-button li:nth-child(2) {
	margin-left: 10px
}

.latest-comment {
	position: relative;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	margin-bottom: 15px
}



.theme-demo {
	color: #575757;
	font-size: 10px;
	text-transform: uppercase;
	border-radius: 2px;
	padding: 0 7px;
	letter-spacing: 1px;
	margin: 0;
	display: inline-block;
	background: 0 0;
	border: 1px solid #575757
}

.theme-demo:hover {
	background: #f7a205;
	color: #fff;
	border-color: #f7a205
}

.pixline-comment {
	position: relative;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	margin-bottom: 15px
}

.recent-widget.latest-theme .theme-image{
	width:100%;
	padding:10px;
	border: 1px solid rgba(0, 220, 255, 0.16);
	margin-bottom:10px;
}
.recent-widget.latest-theme .theme-image img{
	display:block;
}
.recent-widget.latest-theme .r_title{
	text-align:center;
	margin-top:10px;
}
.recent-widget.latest-theme .r_title a{
	color:#000;
	font-size:14px;
}

.recent-post .pixline-comment img {
	float: left;
	margin-right: 15px;
	width: 60px;
	border: 1px solid rgba(0, 220, 255, 0.26);
	padding: 3px;
	border-radius: 5px
}

.recent-post .pixline-comment {
	margin-bottom: 8px
}

.recent-post .pixline-post h5.r_title a {
	color: #444
}

.recent-post .pixline-post h5.r_title {
	font-size: 15px
}

ul.recent-pixline-meta li {
	background: 0 0;
	padding-left: 0;
	font-size: 13px;
	color: #999
}

.pixline-comment img {
	float: left;
	margin-right: 15px;
	width: 60px
}

.pixline-post ul {
	margin-bottom: 0;
	display: block;
	overflow: hidden
}

.post-entry p {
	margin-top: 6px
}

ul.latest-social {
	overflow: hidden
}

ul.latest-social li {
	background: 0 0;
	width: 33.33%;
	float: left;
	padding-left: 0;
	padding-bottom: 0;
	text-align: center
}

ul.latest-social li a i {
	color: #fff;
	display: block;
	padding: 15px 18px;
	vertical-align: middle;
	font-size: 21px
}

ul.latest-social li a i:hover {
	opacity: .9
}

ul.latest-social li a i.fa-facebook, ul.latest-social li a i.fa-twitter, ul.latest-social li a i.fa-tumblr{background:#ff0076;
}
.sidebar ul.latest-social li a i.fa-linkedin, ul.latest-social li a i.fa-pinterest, ul.latest-social li a i.fa-youtube-play {
	background: #5A3CF3;
}

.blog-sidebar h4{
	letter-spacing: .6px;
}

.blog-sidebar .latest-post h5 a {
	letter-spacing: .5px;
	font-size: 14px
		color:#444;
}
.thunk-post-list-btn{
	display:inline-flex;
}
.thunk-post-list-btn li.thunk-post-list{
	list-style-type: none;
	margin:0;
	padding:0;
	margin-right:20px;
}
.thunk-post-list-btn li.thunk-post-list a.thunk-post-btn{
	background-color: #32373c;
	color:#fff!important;
	border: none;
	border-radius: 5px;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	margin: 0;
	padding: 4px 17px;
	text-align: center;
	text-decoration: none;
	overflow-wrap: break-word;
	position:relative;
}
.thunk-post-list-btn li.thunk-post-list a.thunk-post-btn.demo{
	background-color:#f7a205;
}
.thunk-post-list-btn li.thunk-post-list a.thunk-post-btn.hosting{
	background-color:#ff5353;
}
.thunk-post-list-btn li.thunk-post-list a.thunk-post-btn.download{
	background-color:#098bba;
}
.thunk-post-list-btn li.thunk-post-list a.thunk-post-btn:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	background-color: rgba(255,255,255,0.7);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.thunk-post-list-btn li.thunk-post-list a.thunk-post-btn:hover:after {
	width: 100%;
	background-color: rgba(255,255,255,0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/**************** Page ID based CSS Start************/


.post .thumb img {
	display: block;
}
.postid-7705 .theme-hunk-left-col1 .themehunk-buy-button {
	display: none;
}
.single-product.postid-13881 #thunk-pricetable li.thmk-row.one .price-bottom a:before {
	content: "Buy Now";
	font-size: 18px;
}
.single-product.postid-13881 #thunk-pricetable li.thmk-row.one .price-bottom a {
	font-size: 0px;
}
.postid-7705 #thunk-pricetable {
	display: none;
}
.postid-13866 #thunk-pricetable,
a#move-to-top {
	display: none;
}
.product-template-default.single.single-product.postid-7705 #section-3.boxed-layout{
	background:#fff;
}
.product-template-default.single.single-product.postid-7705 .single-border{
	border-top: 1px solid #f5f5f5;
}
.th-tmpl-filter{
	margin-top: 80px;
	margin-bottom: 80px;
	gap: 0px 0px;
	display: flex;
	flex-wrap: wrap;
/*	justify-content: space-around;
*/
}
.th-tmpl-filter .demo-item:nth-of-type(3n+3) {
margin-right:0;
}
#themhunk-tmpl-tab .th-view-more a,#th-load-more{
	color:#E75A34;
	font-size:20px;
	padding:15px 20px;
	border:2px solid #E75A34;
	border-radius:5px;
	display: inline-flex;
	cursor: pointer;

}

#th-load-more{
	 width: 20%;
margin-left:40%
}
#themhunk-tmpl-tab .th-view-more{
	margin-top: 20px;
	display: inline-block;
	    width: 35%;
}
.demo-item{
	position: relative;
	width: 30.3%;
	margin-right: 3%;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 0px 10px 3px rgb(110 193 228 / 13%);
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 40px;
}
.demo-item .demo-title {
	color: #000;
	margin: 10px 0;
	padding: 0 15px;
	font-size: 16px;
	line-height: 27px;
}
/**home search**/
.thmk-ddn-wrapper-dropdown .thmk-ddn-search-wrap-content input{
	background: #fff;
	border: none;
	border-radius: 8px;
	box-shadow: 0px 0px 10px 0px rgb(193 193 193 / 50%);
	height: 60px;
	font-size: 16px;
}
.th-template-shortcode .elementor-shortcode{
	text-align:center;
}
.th-template-shortcode .elementor-shortcode button {
	background: #fff;
	border: 1px solid #EFEFEF;
	padding: 4px 7px;
	margin: 4px 2px;
	font-size: 13px;
	color: #999;
}
.th-template-shortcode .elementor-shortcode button.current{
	color: #252525;
}
#template-filter .demo-item {
	position: relative;
	width: 30%;
	margin: 1.5%;
}
#template-filter .th-tmpl-filter {
	margin-top: 40px;
	margin-bottom:40px;
}
#pop-themes .demo-item{
	width:47%;
	margin:1.5%;
	background:#fff;
}
#themhunk-tmpl-tab .demo-item{
	    width: 360px;
	box-shadow: 0px 0px 10px 3px rgb(236 236 236);
	border-radius:5px;
	border:5px solid #fff
}
.thmk-ddn-wrapper-dropdown .thmk-ddn-result-content {
	z-index: 99;
	border: 1px solid #efefef;
	box-shadow: none;
}
.th-search.thmk-ddn-wrapper-dropdown .demo-item {
	width: 100%;
	box-shadow: none;
}
.thmk-ddn-wrapper-dropdown .thmk-ddn-result-content ul li:hover {
	background: #f8f9fc;
}
/**************** Page ID based CSS End ************/



/** table of content sticky css **/
@media (min-width: 1500px) {
#ez-toc-container{
  position: fixed;
  top: 200px; /* Distance from the top */
  right: 0; /* Aligns the div with the right side of the viewport */
  width: 300px; /* Set the width of the fixed div */
  background-color: #f1f1f1; /* Optional styles */
  padding: 10px;
  border: 1px solid #ddd;
}

#ez-toc-container .eztoc-toggle-hide-by-default, label.cssiconcheckbox {
display: none;
overflow-y: scroll;
height: 65vh;
}



/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #a9a9a9; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000; 
}

}

/* Hide or reposition the fixed-right div for mobile views */
@media (max-width: 1501px) {
 #ez-toc-container {
    position: static; /* Remove fixed positioning for smaller screens */
    width: 50%; /* Full width on smaller screens */
    margin-top: 20px;
  }
}

.post-content{
  position: relative; /* Create a containing context */
  width: 100%; /* Example width, adjust to your layout */
  margin: 0 auto; /* Center the content on the page */
  padding: 20px;
}
@media (min-width: 1500px) {
  /* Adjust the fixed div to stay within the content area on larger screens */
  #ez-toc-container {
    right: calc((100vw - 95%) / 2); /* Align with the right edge of the content */
  }
}


/** end table of content **/













/**************** @media CSS Start************/

 /** shop mania page responsive **/

 @media screen and (max-width: 767px){
.th-tmpl-filter .demo-item{
  width: 48.5%
}
.th-tmpl-filter .demo-item:nth-of-type(2n+2){
  margin-right: 0;
}
ul.th-tmpl-filter a.item-button-details, ul.th-tmpl-filter a.item-button-demo{
	width: 75%;
	font-size: 12px
}
ul.th-tmpl-filter a.item-button-details,
ul.th-tmpl-filter a.item-button-demo{
	padding: 7px 0;
}
}

/** end **/




@media only screen and (device-width:768px) and (device-height:1024px) and (-webkit-min-device-pixel-ratio:1) {
	.footer .searchform input#searchsubmit {
		margin-left: -40px
	}
	.footer .searchform input#search {
		width: 200px
	}
	.sidebar .searchform input#searchsubmit {
		margin-left: -35px
	}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	#thunk-pricetable ul.thmk-table-list li.thmk-row {
		width: 48%;
		margin-right: 1%;
		margin-left: 1%;
		margin-bottom:3%
	}
	.footer .searchform input#search {
		width: 150px
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
	#thunk-pricetable ul.thmk-table-list li.thmk-row {
		width: 48%;
		margin-right: 1%;
		margin-left: 1%;
		margin-bottom:3%
	}
	.footer .searchform input#search {
		width: 130px
	}
}
@media(min-width:990px) and (max-width:1199px) {
	.nivo-directionNav {
		max-width: 945px
	}
	.brd-crm {
		bottom: 43%
	}
	.page-post-container-wrapper {
		margin-top: 0
	}
	.commentlist li ul.children li.comment {
		margin-left: 0
	}
	p.slide-para {
		font-size: 19px;
		padding-bottom: 24px;
		line-height: 20px;
		text-shadow: 0 2px 0 rgba(0, 0, 0, .5)
	}
	.slide-h1 {
		font-size: 33px;
		line-height: 35px;
		text-shadow: 0 3px 0 rgba(0, 0, 0, .5)
	}
	.slide-button {
		font-size: 19px;
		padding: 8px 37px
	}
	.slider-caption-container {
		margin-top: 8%
	}
	.footer .searchform input#search {
		width: 186px
	}
	.buy-button.side-button {
		margin-right: 5px
	}
	.theme-preview-buttons {
		width: 487px;
		margin: 0 auto
	}
}
@media screen and (max-width:1080px) {
	.navigation .menu > li > a {
		font-size: 13px;
	}}
@media screen and (max-width:1024px) {
	.sidebar {
		margin-left: 0
	}
	.single-fullwidth-product .theme-preview-buttons {
		width: 100%
	}
	.single-fullwidth-product section#section-benifit ul li {
		width: 33%
	}
	.single-fullwidth-product .sales-benefit {
		margin: 0
	}
	.single-fullwidth-product section#section-3 h2.head-text {
		font-size: 2em;
	}
	.single-fullwidth-product .page-container,
	#page {
		max-width: 96%
	}
	.single-fullwidth-product ul.feature-grid li.feature-list:nth-of-type(3n+1) {
		clear: both
	}
	.single-fullwidth-product section#section-benifit ul li:nth-of-type(3n+1) {
		clear: both
	}
	.single-fullwidth-product section#section-benifit ul li:nth-of-type(6) {
		clear: none
	}
	ul.links-tab:before {
		width: 22%
	}
	ul.links-tab:after {
		width: 22%
	}
	.navigation .menu > li > a {
		padding: 14px 0 14px 15px;
		font-size: 13px;
		text-align: left;
	}	
	.brd-crm nav li{
		width:auto!important;
		float:none;
	}
	#plugin-demo-section .plugin-demo-wrapper li{
		width:45.4%;
		margin:2%;
	}
}

@media screen and (max-width:1000px) {
	.membership-page .feature-block {
		display: block;
		float: none;
		display: inline-block;
		width: 90%
	}
	.membership-page ul.feature-grid li.feature-list {
		width: 48%;
		float: left;
		position: relative;
		padding-top: 50px
	}
	.membership-page ul.feature-grid li.feature-list:nth-of-type(2n+2) {
		margin-right: 0
	}
	.membership-page .feature-grid li {
		display: list-item;
		text-align: -webkit-match-parent
	}
	.membership-page .feature-grid .feature-list {
		margin-right: 2%
	}
	.sales-page-wrapper .content-single-page {
		width: 100%;
		max-width: 100%;
		float: left
	}
	.sales-page-wrapper .preview-top-image {
		text-align: center
	}
	.sales-page-wrapper .sidebar-wrapper {
		width: 100%;
		float: none;
		margin: 0 auto;
		overflow: hidden
	}
	.sales-page-wrapper .single-theme-sidebar {
		padding-left: 0%;
		padding-top: 10px;
		max-width: 350px;
		margin-left: auto;
		margin-right: auto
	}
	.theme-preview-page .preview-top-image img {
		max-width: 100%
	}
}

@media(max-width:991px) {
	ul.preview-scroller-wrapper li {
		width: 48%;
		margin-right: 1.5%!important
	}
	.themehunk-thumbs {
		position: relative;
		width: 48%!important;
		margin: 0 3% 80px 0
	}
	.themehunk-thumbs:nth-child(even) {
		margin: 0 0% 80px 0
	}
	ul#all-themes-front li:nth-child(2n+1) {
		margin-right: 3%
	}
	.single-theme-sidebar {
		padding-left: 0%;
		padding-top: 10px;
		max-width: 350px;
		margin-left: auto;
		margin-right: auto
	}
	.sidebar.bbf-sidebar,
	.page-post-container-wrapper .sidebar {
		padding-left: 0%;
		padding-top: 10px;
		margin-left: auto;
		margin-right: auto
	}
	.forum-content {
		width: 100%;
		float: none
	}
	.forum-sidebar {
		width: 100%;
		float: none;
		margin: 30px auto 0
	}
	.nav-wrapper ul li a {
		font-size: 14px;
		padding: 0 5px
	}
	.buy-button.side-button {
		display: none
	}
}

@media(min-width:768px) and (max-width:991px) {
	.buy-button.side-button span {
		font-size: 14px;
		padding: 14px 16px 11px
	}
	.nivo-directionNav {
		max-width: 725px
	}
	.feature-page-container {
		padding: 0
	}
	.feature-page-container p {
		padding: 0 10px
	}
	.footer-column-first {
		margin-left: 15px
	}
	.footer-column-last {
		margin-right: 15px
	}
	.sidebar {
		margin-left: 0
	}
	#wp-calendar tbody td {
		padding: 2px
	}
	.brd-crm {
		bottom: 37%
	}
	.page-post-container-wrapper .page {
		padding-right: 0
	}
	#commentsbox.post {
		padding-right: 26px
	}
	.commentlist li ul.children li.comment {
		margin-left: 0
	}
	p.slide-para {
		font-size: 17px;
		padding-bottom: 22px;
		line-height: 18px
	}
	.slide-h1 {
		font-size: 33px;
		line-height: 35px
	}
	.slide-button {
		font-size: 16px;
		padding: 6px 30px
	}
	.slider-caption-container {
		margin-top: 5%
	}
	.footer .searchform input#search {
		width: 100%
	}
	.page-template-contact .page-post-container-wrapper {
		margin-top: 1px
	}
}

@media screen and (max-width:768px) {
	.thmk-ddn-wrapper-dropdown .thmk-ddn-search-wrap-content .loading-sec{
		right:10px;
	}
	.thmk-ddn-wrapper-dropdown .thmk-ddn-search-wrap-content input{
		font-size:14px;
	}
	ul.th-tmpl-filter a.item-button-details, ul.th-tmpl-filter a.item-button-demo {
     font-size: 14px;
		width: 60%;
	}
	ul.th-tmpl-filter .demo-item-button {
    top: 30%;
	}
	#template-filter .demo-item {
		width: 47%;
	}
	.single.single-post span.nav-previous a, .nav-next a{
		padding:6px 10px;
	}
	.page-template-blog .post-heading h2 a{
		font-size:15px;
		line-height:24px;
	}
	.post-meta li a, .post-meta .meta-date {
    font-size: 12px;
}
	.single-fullwidth-product ul.feature-grid li.feature-list {
		width: 47.5%
	}
	.single-fullwidth-product ul.feature-grid li.feature-list:nth-child(2n+2) {
		margin-right: 0%
	}
	.single-fullwidth-product ul.feature-grid li.feature-list:nth-child(2n+1) {
		margin-right: 5%
	}
	.single-fullwidth-product ul.feature-grid li.feature-list:nth-of-type(3n+1) {
		clear: none
	}
	.single-fullwidth-product ul.feature-grid li.feature-list:nth-of-type(2n+1) {
		clear: both
	}
	.single-fullwidth-product .preview-top-image {
		width: 91%;
		margin: 0 auto
	}
	.single-fullwidth-product section#section-benifit ul li:nth-of-type(3n+1) {
		clear: both
	}
	.single-fullwidth-product section#section-benifit ul li:nth-of-type(6) {
		clear: none
	}
	.single-fullwidth-product section#section-benifit h3 {
		font-size: 36px
	}
	.single-fullwidth-product section#section-3 h2.head-text {
		font-size: 2em
	}
	.single-fullwidth-product .bottom-price-button li.membership-button a {
		font-size: 16px;
		padding: 12px 28px
	}
	.single-fullwidth-product .bottom-price-button .prev-button {
		padding: 13px 61px!important
	}
	.single-fullwidth-product ul.feature-grid li.feature-list {
		min-height: 100px
	}
	ul.links-tab:before {
		width: 16%
	}
	ul.links-tab:after {
		width: 16%
	}
	.sales-page-wrapper ul.feature-grid li.feature-list {
		width: 48%
	}
	.sales-page-wrapper ul.feature-grid li.feature-list:nth-of-type(3n+3) {
		margin-right: 3.5%
	}
	.sales-page-wrapper ul.feature-grid li.feature-list:nth-of-type(2n+2) {
		margin-right: 0%
	}
	.sidebar .searchform input#searchsubmit {
		padding-top: 0;
		padding-bottom: 12px
	}
	.menu-wrap-logo {
		width: 50%
	}
	.menu-wrap {
		width: 50%
	}
	.single-docs-sidebar {
		display: none
	}
	.Home-Newsletter form.Newsletter-form .btnSubmit {
		margin-top: 10px
	}
	.docs-col {
		width: 96%;
		float: none
	}
	ul.preview-scroller-wrapper li {
		width: 48%;
		margin-right: 1.5%!important
	}
	ul.preview-scroller-wrapper li:nth-of-type(2n+2) {
		margin-right: 1.5%!important
	}
	ul.preview-scroller-wrapper li:nth-of-type(2n+2) {
		margin-right: 0!important
	}
	.docs-template-default iframe {
		width: 100%;
		height: 350px
	}
	.page-post-container-wrapper .col-lg-16,
	.page-post-container-wrapper .col-sm-16 {
		width: 100%
	}
	.page-post-container-wrapper .sidebar {
		padding-left: 0%;
		padding-top: 10px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 50px
	}
	.home .html-fieldtype.lf-field.lfb-terms {
		position: initial
	}
	.home .leadform-show-form input[type=text],
	.home .leadform-show-form input[type=email] {
		width: 80%;
		float: none
	}
	.home .leadform-show-form input[type=submit] {
		float: none;
		width: 25%!important;
		margin-top: 20px
	}
	#thunk-pricetable ul.thmk-table-list li.thmk-row, #thunk-pricetable.zita-pricetabel ul.thmk-table-list li.thmk-row {
		width: 100%;
		max-width: 350px;
		margin-bottom: 30px;
		float: none;
		margin-right: 0;
		margin-left: 0;
		box-shadow: 0 0 7px #ccc;
		position: relative;
		margin: auto;
		margin-bottom: 30px
	}
	#thunk-pricetable ul.thmk-table-list li.thmk-row.three {
		margin-bottom: 0
	}
	.plan li>span.tooltip_hover,
	.plan li span.tooltip_hover b,
	.plan li:hover>span.tooltip_hover,
	.thmk-price-block .plan li .fa {
		display: none
	}
	.membership-page .feature-block {
		display: block;
		float: none;
		display: inline-block;
		width: 90%
	}
	.membership-page ul.feature-grid li.feature-list {
		width: 48%;
		float: left;
		position: relative;
		padding-top: 50px
	}
	.membership-page ul.feature-grid li.feature-list:nth-of-type(2n+2) {
		margin-right: 0
	}
	.membership-page ul.feature-grid li.feature-list:nth-of-type(3n+1) {
		clear: none
	}
	.membership-page ul.feature-grid li.feature-list:nth-of-type(2n+1) {
		clear: both;
		margin-right: 2%
	}
	.membership-page .feature-grid li {
		display: list-item;
		text-align: -webkit-match-parent
	}
	.membership-page .feature-grid .feature-list {
		margin-right: 2%
	}
	.membership-page .main-heading,
	.faq-wrapper h2 {
		font-size: 24px
	}
	.membership-page .page-section2 h2 {
		font-size: 24px
	}
	.footer-column-fourth img {
		max-width: 233px
	}
}
@media(max-width:767px) {
	.sidebar-inner-widget{
		padding:20px;
	}
	.single-theme-sidebar {
		padding-left: 0;
		max-width: 372px;
		margin: 0 auto 30px
	}
	.buy-button.side-button {
		text-align: center;
		margin-right: 0
	}
	.single-theme-sidebar .sales-benefit h3 {
		text-align: center
	}
	.single-theme-sidebar ul {
		width: auto
	}
	.nav-wrapper {
		margin-top: 0
	}
	.page-top-bg {
		height: auto;
		padding-top:40px;
		padding-bottom:0px;

	}
	.second-container h1 {
		line-height: 58px
	}
	.top-bg-mask {
		height: 100%
	}
	.top-bg-mask img {
		display: none
	}
	.Home-Newsletter form.Newsletter-form input[type=text],
	.Home-Newsletter form.Newsletter-form input[type=email] {
		width: 250px
	}
	.content-container {
		margin-top: 0
	}
	.nivo-directionNav {
		display: none
	}
	.nivo-caption {
		visibility: hidden
	}
	.footer-column-last {
		margin-right: 15px
	}
	.copyright-container p {
		padding-left: 15px
	}
	.copyright-container {
		text-align: center;
		float: none
	}
	.footer-social-icons {
		float: none;
		margin-right: 0;
		text-align: center
	}
	.top-icons {
		padding-top: 0
	}
	.sidebar {
		margin-left: 0
	}
	.page-post-container-wrapper {
		margin-top: 0
	}
	.post {
		padding-right: 0
	}
	.page-post-container-wrapper .page {
		padding-right: 0
	}
	.brd-crm {
		bottom: 15%
	}
	.commentlist li ul.children li.comment {
		margin-left: 0
	}
	#commentsbox.post {
		padding-right: 0
	}
	.footer .searchform input#search {
		width: 100%
	}
	.sidebar .searchform input#search {
		width: 100%
	}
	.vid-holder1 img:hover+img.zoom-btn,
	.vid-holder2 img:hover+img.zoom-btn {
		display: none
	}
	.bottom-feature-button {
		text-align: center
	}
	.preview-scroller-wrapper li {
		margin: 0!important
	}
	.page-post-container-wrapper {
		padding-left: 0;
		padding-right: 0
	}
	.js #menu {
		display: none
	}
	.js .slicknav_menu {
		display: block;
		text-align: center
	}
	.nav-wrapper .slicknav_menu ul ul {
		min-width: auto
	}
	.container {
		padding-left: 15px;
		padding-right: 15px
	}
	a#pull:after {
		right: 0;
		top: 0
	}
	.page-post-container-wrapper {
		padding-left: 15px;
		padding-right: 15px
	}
	.footer-wrapper {
		padding-left: 15px
	}
	ul#all-themes-front li {
		position: relative;
		width: 48%!important;
		margin: 0 2% 40px 0
	}
	ul#all-themes-front li:nth-child(2n) {
		margin-right: 0%!important
	}
	ul#all-themes-front li:nth-child(2n+1) {
		margin-right: 2%
	}
	ul#all-themes-front {
		text-align: center
	}
	.page-post-container-wrapper .col-lg-16 {
		padding: 20px;
	}
	.post-heading h1{
		font-size: 24px;
	}
	.author_detail .authr-img{
		width:10%;
	}
}
@media screen and (max-width:680px) {
	.single-fullwidth-product section#section-benifit ul li {
		width: 100%;
		text-align: center
	}
	.single-fullwidth-product ul.feature-grid li.feature-list {
		width: 100%
	}
	ul.preview-scroller-wrapper li {
		max-width: 356px;
		width: 100%;
		margin-right: 0%!important
	}
	.post-type-archive-docs .page-post-container-wrapper .page ul li {
		float: none;
		width: 100%;
		display: block;
		margin-left: 0%
	}
}
@media screen and (max-width:550px) {
	.docs-template-default iframe {
		height: 250px
	}
	.mobile-menu-active #darkness {
		background: rgba(255, 255, 255, .75);
		transition: background .2s;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 5
	}
	.single-fullwidth-product section#section-3 .featured-box-text {
		text-align: center!important
	}
	.single-fullwidth-product section#section-3 .featured-box-img {
		text-align: center!important
	}
	.single-fullwidth-product ul.feature-grid li.feature-list {
		min-height: auto
	}
	.single-fullwidth-product .page-top-bg .brd-crm h1 {
		font-size: 36px;
		line-height: 1.2em
	}
	.single-fullwidth-product p.developer-licence-text {
		line-height: 1.4em
	}
	.single-fullwidth-product section#section-benifit ul li {
		padding: 12px 5px
	}
	.single-fullwidth-product .main-heading {
		font-size: 30px
	}
	.single-fullwidth-product ul.feature-grid li.feature-list {
		width: 100%;
		min-height: 200px
	}
	.single-fullwidth-product section#section-3 h2.head-text {
		font-size: 1.8em
	}
	.single-fullwidth-product section#section-3 .theme-feature-box h2.head-text {
		text-align: center
	}
	.single-fullwidth-product section#section-3 .featured-boxes:nth-child(odd) .featured-box-img {
		width: 100%
	}
	.single-fullwidth-product section#section-3 .featured-boxes:nth-child(even) .featured-box-img {
		width: 100%
	}
	.single-fullwidth-product section#section-3 .featured-boxes:nth-child(odd) .featured-box-text {
		width: 100%
	}
	.single-fullwidth-product section#section-3 .featured-boxes:nth-child(even) .featured-box-text {
		width: 100%
	}
	.product-template-default.single ul.theme-feature-box li:first-child .single-border {
		border: 0;
		margin: 0 auto
	}
	.single-fullwidth-product li.featured-boxes {
		padding: 0;
		overflow: hidden
	}
	#comparision-table th {
		padding: 15px 10px
	}
	#comparision-table td {
		padding: 13px 10px;
		font-size: 14px
	}
	.social-share-icon {
		display: inline-block!important
	}
	.social-share {
		bottom: 10px;
		left: 0;
		right: 0;
		text-align: center;
		z-index: 99
	}
	.social-share-icon li {
		display: inline
	}
	.social-share li a:hover:before {
		padding-left: 0;
		opacity: .8;
		cursor: pointer
	}
	.social-share-toggel {
		display: none
	}
	.post-heading h1 {
		line-height: 1.2em
	}
	.second-container h1 {
		font-size: 50px!important;
		line-height: 48px!important
	}
}

@media screen and (max-device-width:480px) {
	.thmk-ddn-wrapper-dropdown .thmk-ddn-search-wrap-content .loading-sec {
    right: 14px!important;
	}
   #template-filter .demo-item {
        width: 100%;
max-width:330px;
    }
 #template-filter .th-tmpl-filter{   text-align: -webkit-center;
    position: relative;
    display: block;
	}
	.footer .searchform input#search {
		width: 150px
	}
	.footer .searchform input#searchsubmit {
		margin-left: -37px
	}
	.brd-crm {
		display: block
	}
	.theme-preview-page .theme-preview-buttons ul li {
		margin: 12px
	}
	.buy-button.side-button {
		margin-top: 30px
	}
	.author_detail .authr-img {
		width: auto;
		float: left;
		margin-right: 4%;
		margin-bottom: 2%
	}
	.author_detail .authr-content {
		width: 100%;
		float: none;
		margin-left: 0%
	}
	.author_detail .authr-content p {
		line-height: 22px
	}
	.membership-page .caption-container h1 {
		font-size: 35px
	}
	.faq-wrapper li:nth-child(odd) {
		padding-right: 0
	}
	section#faq ul.faq li {
		width: 100%;
		float: none;
		padding: 10px
	}
	section#faq ul.faq {
		text-align: center
	}
	.membership-page .feature-block {
		display: block;
		float: left;
		width: 100%
	}
	.membership-page ul.feature-grid li.feature-list {
		width: 90%;
		float: none;
		display: inline-block;
		position: relative;
		padding-top: 50px
	}
	.membership-page ul.feature-grid li.feature-list:nth-of-type(2n+2) {
		margin-right: 0
	}
	.membership-page .feature-grid li {
		display: list-item;
		text-align: -webkit-match-parent
	}
	.membership-page .feature-grid .feature-list {
		margin-right: 0%
	}
	.membership-page .section2-button {
		padding: 15px 65px;
		font-size: 18px
	}
	.membership-page .top-button {
		font-size: 18px
	}
	.membership-page .main-heading {
		font-size: 24px
	}
	.membership-page .page-section2 h2 {
		font-size: 24px
	}
	.membership-page .top-button {
		padding: 12px 35px
	}
	ul#all-themes-front li {
		position: relative;
		width: 100%!important;
		max-width: 360px;
		margin: 0 0% 40px 0
	}
	ul#all-themes-front {
		text-align: center
	}
	.sales-page-wrapper ul.feature-grid li.feature-list {
		width: 100%;
		margin-right: 0%
	}
	.sales-page-wrapper ul.feature-grid li.feature-list:nth-of-type(3n+3) {
		margin-right: 0%
	}
	.sales-page-wrapper ul.feature-grid li.feature-list:nth-of-type(2n+2) {
		margin-right: 0%
	}
}

/** docs template 
sidebar design **/

/* Style the scrollbar */
.right-content::-webkit-scrollbar,
.t-left::-webkit-scrollbar {
  width: 4px; /* Width of the scrollbar */
}

.right-content::-webkit-scrollbar-track,
.t-left::-webkit-scrollbar-track
 {
  background-color: #f1f1f1; /* Track color */
}

.right-content::-webkit-scrollbar-thumb,
.t-left::-webkit-scrollbar-thumb  {
  background-color: #ebebeb; /* Thumb color */
  border-radius: 5px; /* Rounded corners */
}

.right-content::-webkit-scrollbar-thumb:hover,
.t-left::-webkit-scrollbar-thumb:hover {
  background-color: #cfcfcf; /* Thumb color on hover */
}



.single.single-docs .container{
	max-width:1280px;
}
.t-right section{
	display:none;
}
.t-ul{
	margin: 0;
	padding: 0;
}
.t-li{
	list-style-type: none;
}
.t-li a{
	position: relative;
	color: #1f1f1f;
	text-decoration: none;
	display: block;
	padding: 8px 0 8px 38px;
	border-radius: 5px;
	letter-spacing: 0.5px;
	font-size: 16px;
	line-height: 24px;
	transition: all 0.1s linear;
	cursor: pointer;
}
.t-li a.activate,
.t-li a:focus{
	color: #10dc10;
	background: #fff;
	font-weight: bold;
}
.t-li a:before{
	position: absolute;
	/* background-color: #999;*/
	content: " ";
	height: 100%;
	left: 24px;
	top: 0;
	width: 3px;
}
.t-li a:after{
	background-color: #ffffff;
	border: 2px solid #cfe9ff;
	border-radius: 100%;
	content: " ";
	height: 15px;
	width: 15px;
	left: 10px;
	position: absolute;
	top: 13px;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.t-li a.activate:before,
.t-li .anbefore:before{
	background: #10dc10;
}
.t-li .anbefore{
	color: #10dc10; 
}
.t-li:first-child>a:before{
	/*background: linear-gradient(transparent,transparent 20px,#53cf63 21px,#53cf63);*/
}
.t-li:last-child .anbefore:before{
	background: linear-gradient(#53cf63,#53cf63 20px,transparent 21px,transparent);
}
.t-li:last-child a:before{
	/*background: linear-gradient(#b8b8b8,#b8b8b8 20px,transparent 21px,transparent);*/
}


.t-li.visit:after{

	/*background: linear-gradient(transparent,transparent 20px,#53cf63 21px,#53cf63);*/

}
.t-li.active a:after{
	background-color: #007eff;
	border-color: #007eff;
}

.t-li.active, .t-li a:focus {
	color: #197df6;
	background: #fff;
	font-weight: bold;
}



.t-li .t-submenu a:before{
	/*left: 24px;*/
}
.t-li .t-submenu a:before{
	/*background-color: #999;*/
}


.t-li a.anbefore:after{
	border-color: #53cf63;
}
.t-wrapper{
	display: flex;
}
.t-left{
	 width: 28%;
    margin-right: 2%;
	padding:15px;
	background-color: #f7f6f6;
	height: 100vh;
	overflow-y: scroll;
}
.t-right{
	width: 70%;
	height:100vh;
	border-radius: 10px;
}
.t-right p {
	padding: 10px;
}
.right-content{
	position: relative;
	height: 100vh;
	background: #fff;
	border-radius: 5px;
      overflow-y: scroll;
    padding: 5px;
    border: 1px solid #f7f6f6;
}
.right-content section{
	position: absolute;
	padding: 20px;
	padding-top: 0;
}
.right-content img{
	max-width:100%;
	-webkit-box-shadow: 1px 1px 7px 0 #e3fdfd;
	-moz-box-shadow: 1px 1px 7px 0 #e3fdfd;
	box-shadow: 1px 1px 7px 0 #e3fdfd;
}
.t-heading{
	font-size: 28px;
	line-height: 42px;
	margin-bottom: 48px;
	font-weight: 700;
	letter-spacing: 1px;
}
.t-title{
	font-size: 22px;
	line-height: 33px;
	margin: 35px 0;
	font-weight: 700;
	letter-spacing: 1px;
}
/* Submenu Css Start*/
.right-subcontent{
	position: relative;
	/*height: 100vh;*/
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
	overflow: hidden;
}
.right-content section iframe{
	max-width:100%;
}
.t-submenu{
	list-style-type: none;
	margin-left:25px;
}
.t-submenu{
	display: none;
}

.t-li .t-submenu a:after{
	width: 12px;
	height: 12px;
	left: 11px;
}
.t-subli .sub-before{
	color: #10dc10; 
}
.t-subli a.sub-before:before{
	background: #10dc10;
}
/*.t-subli:last-child .sub-before:before{
background: linear-gradient(#53cf63,#53cf63 20px,transparent 21px,transparent);
}*/

.sub-before:after{
	background-color: #53cf63;
	border-color: #53cf63;
}

.t-subli a.sub-before:after{
	border-color: #53cf63;
}


.t-link i{
	position: relative;
	top: 2px;
	margin-left: 15px;
	font-size: 21px;
}
.t-link.multilevel-link:after{
	border-color: #53cf63;
}
.t-li .multilevel-link{
	color: #10dc10;
}

/*** home page search style **/

.thmk-ddn-wrapper-dropdown {
	position: relative;
	visibility: visible;
	position: relative;
}

.thmk-ddn-wrapper-dropdown .thmk-ddn-search-wrap-content {
	visibility: visible;
}
.thmk-ddn-wrapper-dropdown .thmk-ddn-search-wrap-content{
	position: relative;
}
.thmk-ddn-wrapper-dropdown .thmk-ddn-search-wrap-content input {
	width: 100%;
	padding: 10px 20px;
	margin-bottom: -11px;
	border-radius: 10px;
	background: #fff;
}
.thmk-ddn-wrapper-dropdown .thmk-ddn-search-wrap-content .loading-sec {
	position: absolute;
	top: 65%;
	right: 4px;
	transform: translate(0, -50%);
	width: 6%;
	display: flex;
}
.thmk-ddn-wrapper-dropdown .thmk-ddn-search-wrap-content .loading-sec .thmk-search-clear {
	display:none;
	cursor: pointer;
	color: #5a5a5a;
	font-size: 18px;
	padding-right: 20px;
}
.thmk-ddn-wrapper-dropdown .thmk-ddn-search-wrap-content .loading-sec .loading-search_ {
	visibility: visible;
}
.thmk-ddn-wrapper-dropdown .thmk-ddn-result-content {
	margin-top: 18px;
	margin-left: 3px;
	background-color: white;
	/* 	width: 99%; */
	border: 0;
	display: none;
	position: absolute;
	border-radius: 10px;
	box-shadow: 0 0 0 0.14rem rgb(148 148 148 / 15%);
	overflow: hidden;
}
.thmk-ddn-wrapper-dropdown .thmk-ddn-result-content.active {
	display: none;
}
.thmk-ddn-wrapper-dropdown .thmk-ddn-result-content.active li a {
	width:100%;
	color: #676666;
	opacity: 0;
	animation-name: thmkDropDownAnimationIn;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	padding: 8px 25px;
}

.thmk-ddn-wrapper-dropdown .thmk-ddn-result-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	max-height: auto;
}
.thmk-ddn-wrapper-dropdown .thmk-ddn-result-content ul li {

	margin: 0;
	visibility: visible;
	letter-spacing: 1px;
	border-bottom: 1px solid #efefef;
}

.thmk-ddn-wrapper-dropdown .thmk-ddn-result-content ul li:hover {
	background: #f0f6f7;
}
.thmk-ddn-wrapper-dropdown .thmk-ddn-result-content ul li a {
	grid-gap: 1px;
	display: flex;
	text-decoration: none;
	cursor: pointer;
	transition: 0.3s all linear;
}

.thmk-ddn-wrapper-dropdown .thmk-ddn-result-content ul li h2{
	font-size: 15px;
	padding-left: 10px;  color: #1e1f1f;
	transition: all .5s;
	 text-align: left;
    line-height: 1.2em;
}

.thmk-ddn-wrapper-dropdown .thmk-ddn-result-content ul li p{
    padding-left: 10px;
    font-size: 13px;
     width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.th-search svg {
	fill: #cac4d0;
}
.svg-close {
	margin-top: 8px;
}


.thmk-ddn-wrapper-dropdown .thmk-ddn-result-content ul li .image_ {
	width:100px;
	height: auto;
	position: relative;
	border-radius: 3px;
}

.thmk-ddn-wrapper-dropdown .thmk-ddn-result-content.active li:nth-child(1) a {
}
animation-duration: 0.5s;
}
.thmk-ddn-wrapper-dropdown .thmk-ddn-result-content.active li:nth-child(2) a {
	animation-duration: 0.9s;
}
.thmk-ddn-wrapper-dropdown .thmk-ddn-result-content.active li:nth-child(3) a {
	animation-duration: 1s;
}

@keyframes thmkDropDownAnimationIn {
	0% {
		opacity: 0;
		transform: translate(0, -10px);
	}
	50% {
		opacity: 0.4;
	}
	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}

/*ths-ths-loader style*/

.ths-loader,
.ths-loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}
.ths-loader {
	display: none;
	margin: 0px auto;
	font-size: 2px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(46,46,46, 0.2);
	border-right: 1.1em solid rgba(46,46,46, 0.2);
	border-bottom: 1.1em solid rgba(46,46,46, 0.2);
	border-left: 1.1em solid #2e2e2e;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*tab template loader css*/
.th-tmpl-loader{
	background-color:rgb(255 255 255 / 55%);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	display: flex;
	justify-content: center;
}
.th-tmpl-loader span{
	font-size: 50px;
	display: block;
	border: 4px solid #1f5be4;
	height: 60px;
	width: 60px;
	margin-top: 20%;
	border-radius: 50%;
	border-top-color: #F9F9F9;
	animation: loaderTMK .5s linear 0s infinite forwards;
}
@keyframes loaderTMK{
	0%{
		transform:rotate(0deg);
	}
	100%{
		transform:rotate(360deg);
	}
}

/*** //end search template style **/

/* Submenue Css End */


/** 5 star ratting **/
span.fa.fa-star.checked,span.fa-star-half-full.checked {
  color: orange;
}

span.fa.fa-star.unchecked {
    color: #858585;
}



/** search form **/

form.gsearchform{
	width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    position: relative;
    margin-bottom: 30px;
}

.gsearchform #searchsubmit {
	background: var(--e-a-color-info);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 20px;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: -3px;
    margin-top: -22px;
    width: 100px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border:none;
}

.gsearchform #search {
background: #fff;
    border: 1px solid #CFCFCF;
    border-radius: 5px;
    color: #464646;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 12px;
    width: 80%;
}


.gsearchform :focus-visible {
  outline: 1px solid #ff6200;
}


@media screen and (max-width: 768px){
	.t-left{
		display:none;
	}
	.t-right {
		width: 100%;
	}
	li.th-testimonial-list {
		width: 100%;
		padding:10px 20px;
	}
}



@media(max-width:420px) {

	.page-template-blog .blog-flex-wrap {
    width:100%;
}
	.brd-crm {
		bottom: 0
	}
	.second-container h1 {
		font-size: 35px!important;
		line-height: 44px!important
	}
	.page-content input,
	.page-content textarea {
		width: 100%
	}
	.comment-form input {
		width: 100%
	}
	.vid-holder1 iframe,
	.vid-holder2 iframe {
		height: 170px
	}
}

@media screen and (max-width:320px) {
	.single-fullwidth-product .page-top-bg .brd-crm h1 {
		font-size: 20px
	}
	.single-fullwidth-product section#section-benifit h3 {
		font-size: 26px
	}
	.single-fullwidth-product section#section-benifit ul li {
		padding: 10px 5px
	}
	.single-fullwidth-product .main-heading {
		font-size: 22px
	}
	.single-fullwidth-product section#section-3 h2.head-text {
		font-size: 1.8em;
		font-weight: 100
	}
	.single-fullwidth-product .bottom-price-button li {
		width: 260px
	}
}
@media(max-width:300px) {
	.brd-crm {
		display: block
	}
	.button-def {
		padding: 7px
	}
	.vid-holder1 iframe,
	.vid-holder2 iframe {
		height: 130px
	}
	.second-container h1 {
		font-size: 43px
	}
}