/*
*  Default Typography Style
*/

html,
body {
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

html {
	font-size: 18px;
}

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

p {
	margin-bottom: 15px;
}

ul {
	margin-bottom: 40px;
}

h1 {
	font-size: 36px;
}

h4 {
	font-size: 21px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

button,
input,
optgroup,
select,
textarea {
	font-family: 'Muli', sans-serif;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.alert.alert-error,
.alert.alert-danger {
	background-color: #F9E0E0;
	border-color: #F9E0E0;
	color: #6A2B13;
}

.badge {
	font-size: 12px;
	line-height: 1;
	padding: 6px 10px;
	border-radius: 20px;
}

.badge-warning {
	background: #F5A623;
}

.badge-success {
	background: #06A400;
}

.badge-danger {
	background: #E90F2A;
}

.thm-card h3 {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 20px;
}

.thm-card-bg {
	padding: 30px;
	background: #FFFFFF;
	box-shadow: 0 1px 1px 0 rgba(9, 30, 66, 0.15);
}

.thm-card-dark-bg {
	padding: 40px;
	background-image: linear-gradient(144deg, #1C004B 0%, #020B2D 100%);
	border-radius: 10px;
	color: #fff;
}

.thm-card-dark-bg a {
	font-size: 14px;
	color: #fff;
}

.thm-card-dark-bg a:hover {
	color: #fff;
	text-decoration: underline;
}

.thm-card-dark-bg h2 {
	line-height: 1;
	margin: 0 0 10px;
}

.thm-card-dark-bg .fa-muted {
	color: rgba(255, 255, 255, .6);
}

img {
	max-width: 100%;
}

.text-primary {
	color: #456BED !important;
}

.padding-top-80 {
	padding-top: 80px;
}

.padding-80 {
	padding: 80px 0;
}

.wp-block-embed__wrapper iframe {
	width: 100%;
	height: 411px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.widget-area .blog-widget .widget {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
	padding: 30px;
	margin-bottom: 30px;
}

.widget-area .blog-widget .widget .widget-title {
	font-size: 25px;
	margin-bottom: 20px;
}

.widget-area .blog-widget .widget.widget_categories ul li {
	text-align: right;
	color: #636363;
}

.widget-area .blog-widget .widget.widget_categories ul li a {
	float: left;
	color: #636363;
}

.widget-area .blog-widget .widget.widget_categories ul li a:hover {
	color: #6e8fff;
}

.thm-blog-post-big-item {
	margin-bottom: 40px;
}

.thm-single-blog-section {
	margin-bottom: 70px;
	margin-top: 70px;
}

.thm-single-post-content img {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	display: block;
}

.thm-single-post-content figure {
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.thm-single-post-content figure .wp-caption-text {
	font-size: 14px;
	font-style: italic;
	color: #999;
	line-height: 1.2em;
}

.thm-single-post-content figure .wp-caption-text strong {
	font-weight: 900;
}

.thm-single-post-data {
	margin-bottom: 40px;
}

.thm-single-post-data .thm-single-post-meta {
	margin-bottom: 40px;
}

.thm-single-post-data .thm-single-post-meta i {
	color: #6e8fff;
	margin-right: 4px;
}

.thm-single-post-data .thm-single-post-meta a {
	color: #212127;
}

.thm-single-post-data .thm-single-post-meta a:hover {
	color: #6e8fff;
}

.thm-single-post-data .thm-post-date,
.thm-single-post-data .thm-post-categories {
	font-size: 14px;
	margin-right: 15px;
}

.must-log-in {
	font-size: 18px;
	color: #9696a2;
	margin-bottom: 30px;
}

.widget-themeum-cta {
	background-color: #214EEC;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	padding: 30px;
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
}

.widget-themeum-cta .themeum-cta-title {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
	margin-bottom: 20px;
}

.widget-themeum-cta .themeum-cta-subtitle {
	margin-bottom: 20px;
}

.widget-themeum-cta .themeum-cta-offer {
	font-family: AvenirLTPro-Heavy;
	font-size: 35px;
	color: #FFF56C;
	line-height: 25px;
	margin-bottom: 40px;
}

.wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 15px;
	margin-top: 5px;
}

.wppb-contact-form7-addon p:empty {
	display: none;
}

.wppb-contact-form7-addon label {
	color: #545464;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
	margin-top: 20px;
	display: block;
	font-weight: 700;
}

.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="url"] {
	margin-bottom: 0 !important;
}

span.wpcf7-not-valid-tip {
	background: #ffe1e1;
	color: #de0000;
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	padding: 5px 15px;
	margin-top: 6px;
	border-radius: 3px;
	position: relative;
}

span.wpcf7-not-valid-tip:after {
	content: '';
	width: 6px;
	height: 6px;
	background-color: #ffe1e1;
	position: absolute;
	top: -3px;
	right: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.wpcf7-form-control-wrap textarea+span.wpcf7-not-valid-tip {
	margin-top: -4px;
}

div.wpcf7-validation-errors {
	display: block;
	background-color: #fff7d2;
	border-color: #fff7d2;
	color: #907600;
	border-radius: 3px;
}


/* ------------ Homepage ------------ */

a {
	-webkit-transition: 400ms;
	transition: 400ms;
}

a:hover {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
	outline: 0;
	outline-offset: 0;
}

input:focus,
textarea:focus,
keygen:focus,
select:focus {
	outline-offset: 0;
}

:focus {
	outline: -webkit-focus-ring-color auto 0;
}

.mfp-iframe-holder .mfp-close {
	background: none;
}

.white {
	color: #ffffff;
}

.white * {
	color: #ffffff;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	color: #ffffff;
}

label {
	font-weight: 600;
}

select {
	background: #e9eef2;
	border: none;
	padding: 0px 20px 0px 20px;
	height: 36px;
	font-size: 14px;
	display: inline-block;
	text-indent: 5px;
}

input {
	box-shadow: none;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	padding: 15px 20px 15px 20px;
	margin-bottom: 10px;
	color: #343434;
	font-size: 16px;
}

#bbp_topic_private,
#bbp_topic_subscription {
	margin-right: 8px;
}

input#bbp_topic_title {
	width: 100%;
}

.header-banner {
	background-size: cover;
	background-position: 0px -100px;
}

.call-to-content .call-to-title {
	font-size: 50px;
	line-height: 1.2;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
}

.call-to-content .action-btn-group .action-btn1 {
	padding: 17px 55px 17px 55px;
	margin: 10px;
}

.call-to-content .action-btn-group .action-btn1:hover {
	background: rgba(255, 255, 255, 0.85);
	color: #6e8fff;
}

.call-to-content .action-btn-group .action-btn2 {
	margin: 10px;
	padding: 15px 55px 15px 55px;
}

.call-to-content .action-btn-group .action-btn2:hover {
	color: rgba(255, 255, 255, 0.8);
	border-color: rgba(255, 255, 255, 0.8);
}

.call-to-content .action-btn-video {
	margin-top: 45px;
}

.call-to-content .action-btn-video .video-play {
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
}

.call-to-content .action-btn-video .video-play i {
	font-size: 14px;
	float: left;
	margin-right: 14px;
	width: 33px;
	height: 33px;
	text-indent: 3px;
	line-height: 34px;
	border-radius: 50px;
	text-align: center;
	background: #ffffff;
	color: #6e8fff;
}

.call-to-content .action-btn-video .video-play:hover {
	color: rgba(255, 255, 255, 0.85);
}

.call-to-content .action-btn-video .video-play:focus {
	color: rgba(255, 255, 255, 0.85);
}


/* thm title */

.thm-title .title {
	margin: 0;
}

.thm-title.featuredin .title {
	margin: 0px 0px 20px 0px;
	font-weight: 600;
	font-size: 22px;
}

.thm-title .sub-title {
	margin: 0;
}


/* Call to action 2 */

.call-to-content2.action-box {
	background: #fff;
	padding: 60px 60px 60px 60px;
	border-radius: 10px;
	transition: 400ms;
	box-shadow: 0 13px 35px rgba(0, 0, 0, 0.05);
	transition: 400ms;
	-webkit-transition: 400ms;
}

.call-to-content2.action-box:hover {
	box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
}

.call-to-content2.action-box .call-to-content2-title {
	margin: 0px 0px 17px 0px;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 600;
}

.call-to-content2.action-box .call-to-content2-content {
	margin-bottom: 31px;
	font-size: 17px;
	color: #333;
}

.call-to-content2.home-feature-project .call-to-content2-title {
	font-size: 40px;
	margin-bottom: 13px;
}

.call-to-content2.home-feature-project .call-to-content2-subtitle {
	color: #6e8fff;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.5;
}

.call-to-content2.home-feature-project .call-to-content2-content {
	font-size: 17px;
	margin-bottom: 40px;
	color: #4c4c4c;
}

.call-to-content2.home-feature-plugin {
	margin-top: 40px;
}

.call-to-content2.home-support {
	text-align: center;
}

.call-to-content2.home-support .call-to-content2-title {
	font-size: 40px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.call-to-content2.home-support .call-to-content2-subtitle {
	font-size: 18px;
	font-weight: 400;
	padding-left: 180px;
	padding-right: 180px;
	line-height: 1.5;
	margin-bottom: 0px;
}


/* Home Features */

.thm-home-feature .home-feature {
	padding: 0px 30px 20px 0px;
}

.thm-home-feature .home-feature .icon-feature {
	-webkit-transition: 400ms;
	transition: 400ms;
	float: left;
	margin-right: 35px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 10px;
	padding: 20px 20px 20px 20px;
	box-shadow: 0px 7px 35px rgba(0, 0, 0, 0.05);
	text-align: center;
}

.thm-home-feature .home-feature:hover .icon-feature {
	box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.12);
}

.thm-home-feature .home-feature .icon-feature .svg-icon path {
	fill: #6e8fff;
}

.thm-home-feature .home-feature .feature-content {
	padding-left: 135px;
}

.thm-home-feature .home-feature .feature-content .left-feature-title {
	display: inline-block;
	margin: 15px 0 20px;
	margin: 15px 0px 15px 0px;
}

.thm-home-feature .home-feature .feature-content p {
	color: #4c4c4c;
}

.woocommerce-checkout .woocommerce-message {
	display: none;
}


/* thm list */

.thm-list .thm-list-item {
	font-size: 17px;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.thm-list .thm-list-item i {
	margin-right: 8px;
	font-size: 14px;
}


/* home testimonial */

.thm-testimonial-content .thm-testimonial-img {
	padding-right: 30px;
	margin-top: 110px;
}

.thm-testimonial-content .thm-testi-title {
	margin-top: 45px;
	margin-top: 45px;
	margin-top: 45px;
	margin-top: 2.5rem;
	margin-bottom: 5px;
	font-size: 17px;
}

.thm-testimonial-content .thm-testi-intro {
	font-size: 24px;
	margin-top: 40px;
	font-weight: 600;
	line-height: 1.3;
}


/* Home Subscribe */


/* sub header */

.bbp-thm-forum-search form {
	position: relative;
}

.bbp-thm-forum-search form #bbp_search {
	width: 100% !important;
	padding: 12px 30px 12px 30px;
	border-radius: 50px;
	border: 1px solid #d8d8d8;
}

.bbp-thm-forum-search form .button {
	position: absolute;
	right: 4px;
	top: 3px;
	border: none;
	height: 40px;
	width: 40px;
	line-height: 40px;
	padding: 0;
}


/* widget area */

.widget-area .widget {
	margin-bottom: 60px;
}

.widget-area .widget .widget-title {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 18px;
}

.widget-area .widget ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
}

.widget-area .widget ul li {
	padding: 4px 0;
	font-size: 16px;
}

.widget-area .widget ul li a {
	font-size: 16px;
	color: #212127;
}

.widget-area .widget ul li a:hover {
	color: #6e8fff;
}


/* Forums */

#bbpress-forums .widget li {
	margin-bottom: 5px;
}

.page-template-template-gray {
	background: #f6f8fa;
}

.page-template-template-gray #main {
	margin-bottom: 100px;
}

#bbpress-forums {
	font-size: 16px;
	overflow: visible;
	margin-bottom: 100px;
	/* bbpress profile */
}

#bbpress-forums ul.bbp-topics {
	border: none;
	overflow: visible;
	font-size: 14px;
	margin-bottom: 0px;
}

#bbpress-forums ul.bbp-topics li.bbp-body ul.topic {
	overflow: visible;
	background: #fff;
	padding: 20px 25px 15px 0px;
	border-top: 1px solid #f6f8fa;
}

#bbpress-forums ul.bbp-topics li.bbp-body ul.topic.super-sticky {
	background-color: #dae3ff !important;
}

#bbpress-forums ul.bbp-topics li.bbp-body ul.topic .bbp-thm-topic-title .bbp-list-item .media {
	overflow: visible;
}

#bbpress-forums ul.bbp-topics li.bbp-body ul.topic .bbp-thm-topic-title .bbp-list-item .bbp-client-img {
	padding-right: 0px;
	margin-left: 0px;
}


/*#bbpress-forums ul.bbp-topics li.bbp-body ul.topic.super-sticky .bbp-thm-topic-title .bbp-list-item .bbp-client-img {
padding-right: 25px;
margin-left: 25px;
}*/

#bbpress-forums ul.bbp-topics li.bbp-body ul.topic .bbp-thm-topic-title .bbp-list-item .bbp-client-img .bbp-author-name {
	display: none;
}

#bbpress-forums ul.bbp-topics li.bbp-body ul.topic .bbp-thm-topic-title .bbp-list-item .bbp-client-img img {
	border-radius: 100%;
}

#bbpress-forums ul.bbp-topics li.bbp-body ul.topic .bbp-thm-topic-title .bbp-list-item .bbp-client-img img {
	margin-right: 20px;
	margin-left: 20px;
}

#bbpress-forums ul.bbp-topics li.bbp-body ul.topic.super-sticky li .bbp-client-img .pull-left {
	padding-right: 20px;
	margin-left: 20px;
}

#bbpress-forums ul.bbp-topics li.bbp-body ul.topic .bbp-thm-topic-title .bbp-list-item ul {
	margin-top: 3px;
	color: #565656;
	font-size: 14px;
}

#bbpress-forums ul.bbp-topics li.bbp-body ul.topic .bbp-thm-topic-title .bbp-list-item ul li {
	display: inline-block;
	margin-right: 25px;
}

#bbpress-forums ul.bbp-topics li.bbp-body ul.topic .bbp-thm-topic-title .bbp-list-item ul li a {
	color: #565656;
}

#bbpress-forums ul.bbp-topics li.bbp-body ul.topic .bbp-thm-topic-title .bbp-list-item ul li a:hover {
	color: #6e8fff;
}

#bbpress-forums ul.bbp-topics li.bbp-body ul.topic .bbp-thm-topic-title .bbp-list-item ul li i {
	margin-right: 4px;
}

#bbpress-forums ul.bbp-topics li.bbp-body ul.topic .bbp-thm-topic-title .bbp-list-item ul .bbp-thm-topic-reply-author .bbp-author-avatar {
	display: none;
}

#bbpress-forums ul.bbp-topics li.bbp-body ul.topic .bbp-thm-topic-title .bbp-list-item ul .bbp-thm-topic-reply-author .staff {
	background: #7390f7;
	border-radius: 3px;
	color: #ffffff;
	font-size: 12px;
	padding: 3px 6px 3px 6px;
	text-transform: uppercase;
	margin-left: 5px;
}

#bbpress-forums ul.bbp-topics li.bbp-body ul.topic .bbp-thm-topic-title .bbp-list-item .bbp-topic-permalink {
	color: #212127;
	font-weight: 700;
	font-size: 16px;
}

#bbpress-forums ul.bbp-topics li.bbp-body ul.topic .bbp-thm-topic-title .bbp-list-item .bbp-topic-permalink:hover {
	color: #6e8fff;
}

#bbpress-forums .bbp-pagination {
	padding: 25px 30px 25px 30px;
	background: #fff;
	font-size: 14px;
	margin-top: 10px;
}

#bbpress-forums .bbp-pagination .bbp-pagination-links .page-numbers {
	display: block;
	float: left;
	padding: 0;
	margin-left: 5px;
	border: 1px solid #d8d8d8;
	text-decoration: none;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 600;
	width: 35px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	color: #212127;
}

#bbpress-forums .bbp-pagination .bbp-pagination-links .page-numbers.current {
	background: #d8d8d8;
}

#bbpress-forums .bbp-pagination .bbp-pagination-links .page-numbers.current:hover {
	background: #d8d8d8;
	color: #212127;
	border: 1px solid #d8d8d8;
}

#bbpress-forums .bbp-pagination .bbp-pagination-links .page-numbers:hover {
	background: #6e8fff;
	border: 1px solid #6e8fff;
	color: #fff;
}

#bbpress-forums #bbp-user-wrapper {
	margin-top: 0px;
	margin-bottom: 150px;
}

#bbpress-forums #bbp-user-wrapper #bbp-single-user-details {
	width: 230px;
	padding-right: 30px;
}

#bbpress-forums #bbp-user-wrapper #bbp-single-user-details #bbp-user-avatar {
	width: 200px;
}

#bbpress-forums #bbp-user-wrapper #bbp-single-user-details #bbp-user-avatar img.avatar {
	width: 200px;
	height: auto;
	border-radius: 5px;
}

#bbpress-forums #bbp-user-wrapper #bbp-single-user-details #bbp-user-navigation li a {
	font-size: 16px;
	color: #212127;
	padding: 0;
	margin-bottom: 8px;
}

#bbpress-forums #bbp-user-wrapper #bbp-single-user-details #bbp-user-navigation li.current a {
	background: #6e8fff;
	padding: 5px 15px 5px 15px;
	color: #fff;
	border-radius: 3px;
}

#bbpress-forums #bbp-user-wrapper #bbp-your-profile,
#bbpress-forums #bbp-user-wrapper #bbp-user-profile {
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
	padding: 40px;
	background: #fff;
	border-radius: 5px;
}

#bbpress-forums #bbp-user-wrapper #bbp-your-profile .entry-title,
#bbpress-forums #bbp-user-wrapper #bbp-user-profile .entry-title {
	font-size: 30px;
	margin-bottom: 15px;
	margin-top: 0px;
	font-weight: 400;
}

#bbpress-forums #bbp-user-wrapper #bbp-your-profile .bbp-user-section p,
#bbpress-forums #bbp-user-wrapper #bbp-user-profile .bbp-user-section p {
	margin-bottom: 4px;
}

#bbpress-forums #bbp-user-wrapper #bbp-user-body {
	margin-left: 230px;
}

#bbpress-forums #bbp-user-wrapper #bbp-user-body ul.bbp-topics li.bbp-body ul.topic .bbp-thm-topic-title .bbp-list-item .bbp-client-img {
	margin-left: 30px;
}

#bbpress-forums #bbp-user-wrapper #bbp-user-body .thm-bbp-reply-author-wrap .thm-bbp-reply-author-list .media .bbp-client-img img {
	margin-left: 0px;
}

#bbpress-forums #bbp-user-wrapper #bbp-user-body .bbp-user-content .bbp-reply-revision-log-item {
	display: none;
}

#bbpress-forums #bbp-user-wrapper .bbp-form-account label {
	display: block;
	font-weight: 600;
}

#bbpress-forums #bbp-user-wrapper .bbp-form-account input {
	width: 100%;
	box-shadow: none;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	padding: 8px 20px 8px 20px;
	margin-bottom: 20px;
	color: #777;
	font-size: 16px;
}

#bbpress-forums #bbp-user-wrapper #password .entry-title {
	margin-top: 0px;
	margin-top: 0px;
	margin-top: 0px;
	margin-top: 0rem;
}

#bbpress-forums #bbp-user-wrapper #password label {
	display: block;
	font-weight: 700;
}

#bbpress-forums #bbp-user-wrapper #password input {
	width: 100%;
	box-shadow: none;
	border: 2px solid #c4c4c4;
	border-radius: 3px;
	padding: 8px 20px 8px 20px;
	margin-bottom: 20px;
	color: #777;
}

#bbpress-forums #bbp-user-wrapper #password .indicator-hint {
	color: #aaa;
	font-size: 14px;
}

#bbpress-forums #bbp-user-wrapper #user-role {
	margin-top: 60px;
}

#bbpress-forums #bbp-user-wrapper #user-role label {
	display: block;
	font-weight: 700;
}

#bbpress-forums #bbp-user-wrapper #user-role select {
	background: #e9eef2;
	border: none;
	padding: 0px 20px 0px 20px;
	height: 36px;
	font-size: 14px;
	display: inline-block;
	text-indent: 5px;
	margin-bottom: 20px;
}

#bbpress-forums #bbp-user-wrapper #user-role .user-submit {
	padding: 12px 40px 12px 40px;
	margin-top: 30px;
}

.forum.bbpress {
	background: #f6f8fa;
}

.forum.bbpress .thm-bbpress-forums {
	margin-bottom: 100px;
}

.forum.bbpress .thm-bbpress-forums .bbp-topic-form {
	padding: 30px 30px 30px 30px;
	background: #fff;
}

.forum.bbpress .thm-bbpress-forums .bbp-topic-form #bbp_topic_title {
	width: 100%;
}

.forum.bbpress .thm-bbpress-forums .bbp-topic-form input {
	border: 2px solid #eee;
	padding: 6px 15px 6px 15px;
	border-radius: 2px;
}

.forum.bbpress .thm-bbpress-forums .bbp-topic-form .entry-title {
	margin-top: 0px;
	margin-bottom: 15px;
}

.forum.bbpress .thm-bbpress-forums .bbp-topic-form p {
	margin-bottom: 5px;
}

.forum.bbpress .thm-bbpress-forums .bbp-topic-form.topic-form-design p {
	margin-bottom: 5px;
}

.forum.bbpress .thm-bbpress-forums .submit {
	padding: 12px 35px 12px 35px;
	font-size: 16px;
}

.forum.bbpress .thm-bbpress-forums .bbp-the-content-wrapper {
	margin-bottom: 30px !important;
	border: 2px solid #f5f5f5;
	border-radius: 3px;
}

.forum.bbpress .thm-bbpress-forums label {
	font-weight: 600;
	font-size: 16px;
	font-size: 16px;
	font-size: 16px;
	font-size: 0.88888889rem;
}

.forum.bbpress .thm-bbpress-forums select {
	background: #e9eef2;
	border: none;
	padding: 0px 20px 0px 20px;
	height: 36px;
	font-size: 14px;
	display: inline-block;
	text-indent: 5px;
	margin-bottom: 20px;
}

#bbpress-forums .thm-bbpress-forums ul li {
	margin-top: 5px;
	margin-bottom: 5px;
}

#bbpress-forums .thm-bbpress-forums ul li strong.fixwidth {
	color: #444;
	display: inline-block;
	width: 190px;
	font-weight: 600;
}

#bbpress-forums .thm-bbpress-forums ul li strong.fixwidth.bottom-margin {
	margin-bottom: 10px;
}

#bbpress-forums .thm-bbpress-forums ul li .note_content span {
	display: block;
}

#bbpress-forums .thm-bbpress-forums ul li .note_content span strong {
	margin-left: 5px;
	margin-right: 5px;
}

#bbpress-forums .thm-bbpress-forums ul li.list-licence {
	border-left: 2px solid #c4c4c4;
	background: #f5f5f5;
	padding: 10px 10px 10px 10px;
}

#bbpress-forums .thm-bbpress-forums.single-topic-info {
	background: #fff;
	padding: 30px 30px 30px 30px;
	border-radius: 5px;
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
}

#bbpress-forums .thm-bbpress-forums.single-topic-info .bbp-the-content-wrapper {
	border: 2px solid #f5f5f5;
	margin-bottom: 20px;
}

.thm-bbp-reply-author-wrap {
	padding: 20px 20px 20px 20px;
	-webkit-transition: 400ms;
	transition: 400ms;
	background: #fff;
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
	border-radius: 3px;
}

.thm-bbp-reply-author-wrap .topic-title {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.thm-bbp-reply-author-wrap.topics-first {
	background: #fffdf7;
	border: 1px solid #eaeaea;
}

.thm-bbp-reply-author-wrap .thm-bbp-reply-author-list .media {
	overflow: visible;
	overflow: hidden;
	zoom: 1;
	display: block;
}

.thm-bbp-reply-author-wrap .thm-bbp-reply-author-list .media-body {
	-webkit-box-flex: initial;
	-ms-flex: 1 1 0%;
	flex: inherit;
	overflow: hidden;
	zoom: 1;
}

.thm-bbp-reply-author-wrap .thm-bbp-reply-author-list .media .bbp-client-img {
	padding-right: 20px;
}

.thm-bbp-reply-author-wrap .thm-bbp-reply-author-list .media .bbp-client-img img {
	border-radius: 100px;
}

.thm-bbp-reply-author-wrap .thm-bbp-reply-author-list .media .thm-bbp-reply-content .bbp-user-name {
	display: inline-block;
	margin-right: 4px;
	font-size: 18px;
}

.thm-bbp-reply-author-wrap .thm-bbp-reply-author-list .media .thm-bbp-reply-content .bbp-user-name a {
	text-transform: capitalize;
	color: #212127;
	-webkit-transition: 400ms;
	transition: 400ms;
}

.thm-bbp-reply-author-wrap .thm-bbp-reply-author-list .media .thm-bbp-reply-content .bbp-user-name a:hover {
	color: #6e8fff;
}

.thm-bbp-reply-author-wrap .thm-bbp-reply-author-list .media .thm-bbp-reply-content .bbp-user-name .bbp-user-name-forms {
	color: #999;
	margin: 0 5px;
	font-style: italic;
}

.thm-bbp-reply-author-wrap .thm-bbp-reply-author-list .media .thm-bbp-reply-content .bbp-user-name .bbp-user-name-forms a {
	color: #6e8fff;
	font-style: normal;
	margin-left: 5px;
}

.thm-bbp-reply-author-wrap .thm-bbp-reply-author-list .media .thm-bbp-reply-content .bbp-author-role {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	background: #6e8fff;
	padding: 0px 8px 0px 8px;
	border-radius: 3px;
}

.thm-bbp-reply-author-wrap .thm-bbp-reply-author-list .media .thm-bbp-reply-content .thm-bbp-reply-post-date {
	display: block;
	color: #999;
	line-height: 20px;
	font-size: 14px;
}

.thm-bbp-reply-author-wrap .thm-bbp-reply-author-list .media .thm-bbp-reply-content .bbp-user-content {
	margin-top: 15px;
	font-size: 16px;
	line-height: 26px;
}

.thm-bbp-reply-author-wrap .thm-bbp-reply-author-list .media .thm-bbp-reply-content .bbp-user-content p {
	margin-bottom: 10px;
}

.thm-bbp-reply-author-wrap .thm-bbp-reply-author-list .media .thm-bbp-reply-content .bbp-meta {
	float: right;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: 400ms;
	transition: 400ms;
	-webkit-transform: translate(50px, 0);
	transform: translate(50px, 0);
}

.thm-bbp-reply-author-wrap .thm-bbp-reply-author-list .media .thm-bbp-reply-content .bbp-meta .bbp-admin-links {
	color: #ccc;
	float: none;
}

.thm-bbp-reply-author-wrap .thm-bbp-reply-author-list .media .thm-bbp-reply-content .bbp-meta .bbp-admin-links a {
	color: #aaa;
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
}

.thm-bbp-reply-author-wrap .thm-bbp-reply-author-list .media .thm-bbp-reply-content .bbp-meta .bbp-admin-links a:hover {
	color: #6e8fff;
}

.thm-bbp-reply-author-wrap:hover .thm-bbp-reply-author-list .thm-bbp-reply-content {
	overflow: hidden;
}

.thm-bbp-reply-author-wrap:hover .thm-bbp-reply-author-list .thm-bbp-reply-content .bbp-meta {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 9 */
	-webkit-transform: translate(0, 0);
	/* Safari */
	transform: translate(0, 0);
}

div.bbp-template-notice p {
	margin: .9em !important;
	font-size: 18px;
}

#bbpress-forums .bbp-reply-form {
	margin-top: 50px;
	margin-bottom: 0px;
}

#bbpress-forums .bbp-reply-form .entry-title {
	margin-bottom: 15px;
	font-size: 22px;
}

#bbpress-forums .bbp-reply-form p {
	margin-bottom: 10px;
	line-height: 1;
}

#bbpress-forums .bbp-reply-form .bbp-the-content-wrapper {
	margin-bottom: 40px;
}

.thm-bbp-submit-wrapper {
	margin-top: 20px;
}

.thm-bbp-submit-wrapper .submit {
	padding: 10px 40px 10px 40px;
}

#bbpress-forums ul.thm-bbp-forums {
	font-size: 16px;
}

#bbpress-forums ul.bbp-topic-revision-log img.avatar {
	border: none;
	margin: 0 5px;
	border-radius: 3px;
}

#bbpress-forums ul.bbp-topic-revision-log li a {
	color: #212127;
}

#bbpress-forums ul.bbp-topic-revision-log li a:hover {
	color: #6e8fff;
}

#bbpress-forums ul.bbp-topic-revision-log li {
	color: #888;
}


/* forum listing */

#bbpress-forums ul.thm-bbp-forum li.bbp-body ul.topic {
	padding: 30px 30px 30px 30px;
}

#bbpress-forums ul.thm-bbp-forum li.bbp-body ul.topic .bbp-list-item h3 {
	margin-top: 0;
	font-size: 20px;
	margin-bottom: 6px;
}

#bbpress-forums ul.thm-bbp-forum li.bbp-body ul.topic .bbp-list-item h3 a {
	-webkit-transition: 400ms;
	transition: 400ms;
	color: #212127;
}

#bbpress-forums ul.thm-bbp-forum li.bbp-body ul.topic .bbp-list-item h3 a:hover {
	color: #6e8fff;
}

#bbpress-forums ul.thm-bbp-forum li.bbp-body ul.topic .bbp-list-item .bbp-thm-forum-content {
	font-size: 16px;
}


/* widget office time */

.thm-office-time {
	margin-bottom: 50px;
}

.thm-office-time .support-mode p {
	font-weight: 600;
	font-size: 18px;
	font-size: 18px;
	font-size: 18px;
	font-size: 1rem;
}

.thm-office-time .support-mode p span.online {
	border: 2px solid #73c03c;
	padding: 3px 10px 3px 10px;
	border-radius: 3px;
	color: #73c03c;
	margin-left: 5px;
	font-size: 14px;
	font-weight: 600;
}

.thm-office-time .support-mode p span.offline {
	border: 2px solid #eade76;
	padding: 3px 10px 3px 10px;
	border-radius: 3px;
	color: #eade76;
	margin-left: 5px;
	font-size: 14px;
	font-weight: 600;
}

.thm-office-time .support-hour {
	margin-bottom: 25px;
}

.thm-office-time .support-hour h4 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 5px;
}

.thm-office-time .support-time h4 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 5px;
}

.topic-purchase-live {
	margin-bottom: 40px;
}

.topic-purchase-live input {
	width: 100%;
}

#bbpress-forums div.bbp-the-content-wrapper input {
	border: 1px solid #c4c4c4;
	padding: 5px 10px;
	box-shadow: none;
}

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
	padding: 7px 10px;
}


/* filter */

#bbpress-forums .thm-ask-question {
	margin-bottom: 30px;
}

#bbpress-forums .all-topics ul {
	list-style: none;
	padding: 0;
	margin: 3px 0 0;
}

#bbpress-forums .all-topics ul li {
	display: inline-block;
	margin-right: 15px;
}

#bbpress-forums .all-topics ul li a {
	color: #212127;
	font-weight: 700;
}

#bbpress-forums .all-topics ul li a:hover {
	color: #6e8fff;
}

#bbpress-forums .all-topics ul li.all-topics-count {
	font-weight: 700;
}

#bbpress-forums .all-topics ul li.all-topics-profile a {
	border: 2px solid #C4C4C2;
	padding: 4px 10px 4px 10px;
	border-radius: 3px;
	font-size: 16px;
}

#bbpress-forums .all-topics ul li.all-topics-profile a:hover {
	border: 2px solid #6e8fff;
}

.forum.bbpress .thm-bbpress-forums .bbp-topic-form.topic-form-design p {
	margin-bottom: 5px;
}

.forum.bbpress .thm-bbpress-forums .bbp-topic-form.topic-form-design label {
	margin-bottom: 5px;
}

.topic-stypes select {
	margin-bottom: 20px;
	width: 120px;
}

.allreply {
	margin: 40px 0 20px 0;
}

.allreply h4 {
	font-size: 20px;
}

.private-topics {
	position: relative;
}

.private-topics:after {
	position: absolute;
	content: "\f023";
	right: 15px;
	top: 0;
	font-size: 36px;
	font-family: FontAwesome;
	color: #ddd;
}

.status-no-ans {
	margin-left: 10px;
	font-size: 14px;
	color: #ef8b84;
}

.status-open {
	color: #6e8fff;
	margin-left: 6px;
	border: 1px solid #6e8fff;
	padding: 0px 4px 0px 4px;
	border-radius: 3px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 14px;
	display: inline-block;
	font-weight: 600;
}

.status-new {
	color: #212127;
	margin-left: 6px;
	border: 1px solid #212127;
	padding: 0px 4px 0px 4px;
	border-radius: 3px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 14px;
	display: inline-block;
	font-weight: 600;
}

.status-close {
	margin-left: 6px;
	color: #bbb;
	border: 1px solid #bbb;
	padding: 0px 4px 0px 4px;
	border-radius: 3px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 14px;
	display: inline-block;
	font-weight: 600;
}

.status-ans {
	color: #6cbb7b;
	font-size: 14px;
	margin-left: 10px;
}

.status-solve {
	color: #6cbb7b;
	font-size: 14px;
	margin-left: 10px;
}


/* Profile */

.bbp-user-page.single #main,
.bbp-user-edit.single #main,
.topic-edit.bbpress #main,
.topic.bbpress #main,
.forum-archive.bbpress #main,
.topic-archive.bbpress #main,
.forum-search.bbpress #main {
	background: #f6f8fa;
}


/* 404 page */

.error-page-inner {
	padding: 200px 0px 200px 0px;
}

.error-page-inner .error-msg img {
	max-width: 333px;
}

.error-page-inner .error-msg .error-message-title {
	margin: 30px 0px 50px 0px;
	font-size: 30px;
	font-weight: 400;
}

.error-page-inner .error-msg a {
	margin-left: 10px;
	margin-right: 10px;
}


/* theme listing */

@media (min-width: 1300px) {
	.container1400 .container {
		width: 1300px;
	}
}


/* faq page */

.margintop50 {
	margin-top: 50px;
}

.faqtitle {
	margin-bottom: 30px;
	border-bottom: 1px solid #e1e7ed;
	padding-bottom: 20px;
	padding-top: 10px;
}

.faqtitle .title {
	font-size: 40px;
}

.thm-accordion.custom-faq .faq-title {
	font-weight: 600;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-left: 0px;
	margin-left: 0px;
	margin-left: 0rem;
	color: #181819;
}

.thm-accordion.custom-faq>div {
	margin-left: 0px;
	margin-left: 0px;
	margin-left: 0px;
	margin-left: 0rem;
}

.thm-accordion.custom-faq>div .content-wrap {
	margin-bottom: 25px;
}


/* about us */

.about-banner {
	text-align: center;
	margin-bottom: 160px;
}

.about-banner .call-to-content2-title {
	font-size: 50px;
	font-weight: 600;
	margin-bottom: 20px;
}

.about-banner .call-to-content2-subtitle {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.65;
}

.about-banner.team {
	margin-bottom: 80px;
}

.opacity70 {
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
}

.opacity70 p {
	color: rgba(255, 255, 255, 0.7);
}

.custom-font-size {
	font-size: 22px;
	font-weight: 600;
}

.thm-counter {
	margin-top: 40px;
	margin-bottom: 20px;
}

.thm-counter div {
	color: rgba(255, 255, 255, 0.7);
}

.thm-counter div .thm-counter-number {
	font-size: 22px;
}

.thm-counter div .thm-counter-title {
	font-size: 17px;
}

.about-image-top {
	margin-top: -70px;
}

.themeum-team-bg {
	margin-bottom: -35px;
}

.thm-person {
	text-align: center;
}

.thm-person .team-img {
	overflow: hidden;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.thm-person .team-img img {
	display: inline-block;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.thm-person .name-desig {
	margin-top: 12px;
	margin-bottom: 35px;
}

.thm-person .name-desig h4 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 6px;
	font-weight: 600;
}

.thm-person .name-desig h5 {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
	color: #494a4b;
}

.thm-person:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.thm-sponsor {
	text-align: center;
	margin-bottom: -1px;
}


/* ==========================================================================
Contact Page
========================================================================== */

.contact-section {
	padding-top: 108px;
	padding-bottom: 120px;
}

.wpcf7-form-control-wrap select {
	width: 100%;
	background: none;
	border: none;
	border-radius: 0;
}

.classcf7-select-btn {
	position: relative;
	border: 2px solid #D8D8D8;
	padding: 6px 15px 6px 3px;
	background: #fff;
	border-radius: 3px;
	width: 100%;
	display: inline-block;
}

.contact-form-page {
	background-color: #1E50D5;
	background-size: cover;
	background-position: 0px -100px;
}

.topic-select .btn-group.bootstrap-select {
	width: 100% !important;
}

.topic-select .btn-default:hover,
.topic-select .btn-default:focus,
.topic-select .btn-group.open .dropdown-toggle {
	box-shadow: none;
	background: #fff;
	outline: none !important;
}

.ninja_forms_field_6_div_wrap {
	width: 100%;
	margin-bottom: 25px;
}

#ninja_forms_field_6_div_wrap .bootstrap-select {
	width: 100%;
	margin-bottom: 25px;
}

.ninja-forms-required-items {
	display: none;
}

#ninja_forms_form_1_response_msg {
	padding: 0px 15px;
	margin-bottom: 25px;
}

.input-fields input {
	border: 2px solid #D8D8D8;
	color: #212127;
	font-size: 16px;
	height: 52px !important;
	margin-bottom: 25px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	padding: 0 0 0 15px;
	width: 100%;
	border-radius: 5px;
}

.input-fields .ninja-forms-field-error {
	margin-top: -20px;
	margin-bottom: 20px;
}

.textarea-wrap .ninja-forms-field-error {
	margin-top: -40px;
	margin-bottom: 30px;
}

.field-wrap {
	margin-bottom: 0px !important;
}

.input-fields input:focus,
.textarea-submit textarea:focus {
	border-color: #6e8fff;
	box-shadow: none;
}

.textarea-submit textarea {
	border: 2px solid #D8D8D8;
	color: #212127;
	font-size: 16px;
	border-radius: 3px;
	padding: 20px 0 0 20px;
	width: 100%;
	height: 210px;
	resize: none;
	margin-bottom: 30px;
}

.contact-form {
	background-color: #fff;
	border-radius: 3px;
	margin-top: -60px;
	margin-bottom: 130px;
	padding: 100px 0 80px;
}

.textarea-submit input[type="submit"] {
    text-shadow: 0 0.5px 0.3px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px -1px rgba(9,30,66,.6);
    background-image: linear-gradient(to bottom,#4672ee,#214eec);
	color: #fff;
	padding: 8px 36px;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	margin-top: 20px;
	border-radius: 100px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 700;
	border: none;
}

.textarea-submit input[type="submit"]:hover {
    cursor: pointer;
    box-shadow: 0 6px 12px -3px rgba(9,30,66,.4);
    transform: translate(0,-3px);
    -webkit-transform: translate(0,-3px);
}

.contact-form-page h3,
.contact-form-page h4 {
	color: #fff;
}

#bbpress-forums .thm-bbpress-forums.single-topic-info p {
	margin-bottom: 5px;
	margin-bottom: 5px;
	margin-bottom: 5px;
	margin-bottom: 0.27777778rem;
}

.avatar-author-name span {
	width: 50px;
	display: inline-block;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	vertical-align: middle;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 2px;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a {
	color: #9696A3;
	-webkit-transition: 400ms;
	transition: 400ms;
}

#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a:hover {
	color: #577bf4;
}

.affwp-form input {
	border: 2px solid #D8D8D8;
	color: #212127;
	font-size: 16px;
	height: 52px !important;
}

.affwp-form textarea {
	border: 2px solid #D8D8D8;
	color: #212127;
	border-radius: 3px;
	font-size: 16px;
	padding: 20px;
}

#affwp-affiliate-dashboard .affwp-tab-content {
	padding: 40px 40px 12px;
	background: #fff;
	border-radius: 10px;
	border: 2px solid #d8d8d8;
	margin-bottom: 20px;
}

#affwp-generate-ref-url input {
	width: auto;
}

.affwp-form input.button {
	border: none;
	color: #fff;
	height: 40px !important;
	padding: 8px 20px;
	cursor: pointer;
}

.affwp-form label {
	cursor: pointer;
	color: #545464;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
	margin-top: 20px;
	display: block;
	font-weight: 700;
}

.affwp-form input[type=checkbox] {
	height: 16px !important;
}

@media (max-width: 667px) {
	.avatar-author-name span {
		margin-left: 20px;
	}
}

.thm-bbp-reply-author-wrap .avatar-author-name {
	margin-left: 0;
}

.author-avatar-info .file-upload-wrapper {
	position: relative;
	margin-bottom: 5px;
	margin-top: 0;
	display: inline-block;
	margin-left: 30px;
	padding: 12px 25px;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	top: -40px;
}

.author-avatar-info .file-upload-wrapper span {
	margin-left: 5px;
}

.author-avatar-info .custom-file-upload-hidden {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	width: auto;
	display: inline-block;
}

.author-avatar-info .file-upload-wrapper path {
	fill: #fff;
}

.author-avatar-info .file-upload-wrapper svg:not(:root) {
	overflow: hidden;
	width: 15px;
	top: 3px;
	position: relative;
}

.author-avatar-info #current-image img {
	border-radius: 100%;
	width: 80px;
}

#bbp-user-avatar #current-image img {
	border-radius: 3px;
	margin-bottom: 20px;
}

.author-avatar-info .avatar-author-name span {
	width: 80px;
	height: 80px;
	line-height: 80px;
}

.thm-product-item {
	text-align: center;
	background: #fff;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
	height: 100%;
	transition: 400ms;
	-webkit-transition: 400ms;
}

.thm-product-item:hover {
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.12);
}

.thm-product-item .product-item-thumbnail {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: 10px 10px 0px 10px;
	display: inline-block;
}

.thm-product-item .product-item-thumbnail img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.thm-product-item .thm-product-data {
	padding: 20px;
}

.thm-product-item .thm-product-data h2 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: 600;
	color: #343434;
}

.thm-product-item .thm-product-data h2 a {
	color: #343434;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.thm-product-item .thm-product-data p {
	font-size: 16px;
	color: #a3a3a3;
	margin-bottom: 0;
	overflow: hidden;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.thm-product-item:hover .product-item-thumbnail img {
	/* IE 9 */
	-webkit-transform: scale(1.1);
	/* Chrome, Safari, Opera */
	transform: scale(1.1);
}

.thm-product-item:hover .thm-product-data h2 {
	color: #6e8fff;
}

.thm-product-item:hover .thm-product-data h2 a {
	color: #6e8fff;
}

.thm-product-item:hover .thm-product-data p {
	color: #212127;
}

.thm-pi-cat-145 .thm-product-data p {
	text-overflow: ellipsis;
	white-space: nowrap;
}

.thm-single-item-data .thm-item-action-btns {
	margin-top: 50px;
}

.thm-single-item-data .thm-item-action-btns .btn:first-child {
	margin-right: 20px;
}

.thm-single-item-data .thm-item-price-wrap .thm-item-price {
	display: block;
	float: left;
	font-size: 60px;
	line-height: 1;
	margin-right: 50px;
}

.thm-single-item-data .thm-item-price-wrap .thm-item-price .woocommerce-Price-currencySymbol {
	font-size: 25px;
	vertical-align: top;
	margin-top: 10px;
	display: inline-block;
}

.square-rounded {
	height: 50px;
	width: 50px;
}

.woocommerce-EditAccountForm .square-rounded {
	height: 100px;
	width: 100px;
	border-radius: 50%;
}

.thm-single-item-data .thm-item-price-wrap .thm-item-mb-g {
	display: inline-block;
	font-size: 16px;
	color: #75c01b;
	max-width: 157px;
	line-height: 1.4;
	margin-top: 6px;
}

.thm-single-item-data-in h1 {
	color: #091E42;
}

.thm-single-plugin-bg .thm-item-plugin-img-wrap {
	position: relative;
	left: 250px;
}

.thm-single-plugin-bg .thm-plugin-img {
	margin-left: -200px;
}

.thm-single-plugin-bg .justify-content-md-center {
	align-items: center;
}

.thm-single-plugin-bg .plugin-product-title {
	margin-top: 50px;
}

.tutor-single-bg .btn.btn-whitebg {
	background: #577bf4 !important;
	border-color: #577bf4 !important;
	color: #fff !important;
}

.tutor-single-bg .btn.btn-whitebg:hover {
	background: #23dbd2 !important;
	border-color: #23dbd2 !important;
	color: #fff !important;
}

.tutor-single-bg.thm-single-plugin-bg .thm-plugin-img {
	margin-left: 0;
}

.tutor-single-bg.thm-single-plugin-bg .thm-item-plugin-img-wrap {
	left: 0;
}

.tutor-single-bg .thm-plugin-img img {
	box-shadow: none;
}

.tutor-single-bg .product-plugin-intro {
	color: #212127;
}

.tutor-single-bg.thm-single-item-data-in .plugin-product-title h1 {
	color: #212127;
}

.tutor-single-bg .tutor-teacher-img {
	position: absolute;
	top: -20px;
	height: 480px;
	margin-left: -50px;
}

.tutor-single-bg.thm-single-item-data-in {
	padding-top: 120px;
}

.tutor-single-bg .thm-plugin-img .youtube-video-popup i {
	font-size: 30px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100px;
	margin-top: -80px;
	text-align: center;
	background: #fff;
	color: #252D4B;
}

.tutor-single-bg .thm-plugin-img .youtube-video-popup .fa-youtube-play:before {
	content: "\f04b";
	font-family: FontAwesome;
	margin-left: 4px;
}


/*Plugin Deatils*/

.thm-plugin-featured-image {
	position: relative;
}

.thm-plugin-featured-image .thm-video-popup {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 30px;
	background: #456BED;
	border-radius: 100px;
	box-shadow: 0 10px 20px -5px rgba(9, 30, 66, 0.30), 0 0 0 5px rgba(69, 107, 237, 0.3), 0 0 0 10px rgba(69, 107, 237, 0.1);
	transform: translate(-50%);
    transition: all 400ms;
    z-index: 2;
}

.thm-plugin-featured-image .thm-video-popup:hover {
	background: rgb(52, 85, 194);
	box-shadow: 0 10px 20px -5px rgba(9, 30, 66, 0.30), 0 0 0 5px rgba(69, 107, 237, 0.4), 0 0 0 10px rgba(69, 107, 237, 0.2);
}

.thm-plugin-featured-image .thm-video-popup .fa {
	font-size: 36px;
	color: #fff;
	position: relative;
	left: 3px;
	top: 3px;
}

.thm-single-plugin-layout-alt {
	padding: 90px 0 70px;
	text-align: center;
}

.thm-single-plugin-layout-alt .plugin-product-title {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 15px;
}

.thm-single-plugin-layout-alt .plugin-product-title span {
	display: block;
	font-size: 46px;
	line-height: 59px;
	margin-top: 15px;
}

@media (max-width: 991px) {
	.thm-single-plugin-layout-alt .plugin-product-title {
		font-size: 20px;
		line-height: 30px;
	}
	.thm-single-plugin-layout-alt .plugin-product-title span {
		font-size: 32px;
		line-height: 44px;
	}
}

.plugin-product-intro {
	max-width: 680px;
	display: inline-block;
	font-size: 18px;
	color: #9FA6B6;
	line-height: 27px;
	margin-bottom: 30px;
}

.thm-btn-group {
	margin: -10px;
}

.thm-btn-group .btn {
	margin: 10px;
}

.thm-single-plugin-layout-alt .thm-btn-group {
	margin-bottom: 20px;
}


/* image tab */

.thm-image-thumb-nav-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 20px;
	margin-top: 20px;
}

.thm-item-big-img-wrap {
	list-style: none;
	font-size: 0;
	position: relative;
}

.thm-image-thumb-nav {
	position: relative;
	cursor: pointer;
}

.thm-image-thumb-nav img {
	z-index: 1;
	position: relative;
}

.thm-image-thumb-nav:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0, 0, 0, .27);
	border-radius: 4px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: 400ms;
	transition: 400ms;
	z-index: 2;
	pointer-events: none;
}

.thm-image-thumb-nav:after {
	position: absolute;
	width: auto;
	height: auto;
	content: "";
	border-width: 6px 6px;
	border-style: solid;
	border-color: rgba(255, 0, 0, 0) rgba(0, 128, 0, 0) #44382F rgba(0, 0, 255, 0);
	left: 50%;
	margin-left: -6px;
	margin-top: -12px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: 400ms;
	transition: 400ms;
	-webkit-transform: translateY(12px);
	transform: translateY(12px);
}

.thm-image-thumb-nav:hover:after,
.thm-image-thumb-nav:hover:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.thm-image-thumb-nav img,
.thm-image-thumb-content img {
	border-radius: 4px;
}


/* Plugin Details */

.thm-single-item-data-in .plugin-product-title h1 {
	font-size: 24px;
	line-height: 32px;
}

.product-plugin-intro {
	font-size: 50px;
	line-height: 62px;
	font-family: 'AvenirLTPro-Heavy';
	margin-top: 15px;
	margin-bottom: 60px;
	display: inline-block;
}

.thm-single-item-data-bg {
	overflow: hidden;
}

.thm-item-plugin-img-wrap {
	position: relative;
	text-align: right;
}

.thm-plugin-img {
	position: relative;
	padding-left: 40px;
}

.thm-plugin-img img {
	border-radius: 6px;
	width: 100%;
	box-shadow: 0 12px 34px 0 rgba(0, 0, 20, 0.16);
}

.thm-plugin-img .youtube-video-popup {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.thm-plugin-img .youtube-video-popup i {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 80px;
	line-height: 1;
	margin-top: -35px;
	margin-left: -20px;
	color: #456BED;
	transition: 400ms;
}

.thm-plugin-img .youtube-video-popup:hover i {
	color: #456BED;
}


/* testimonial */

.wppb-thm-testimonial-content {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 20px;
	margin-top: 20px;
}

.wppb-thm-testimonial-title {
	cursor: pointer;
	-webkit-transition: 400ms;
	transition: 400ms;
}

.wppb-thm-testimonial-name {
	font-size: 20px;
	color: rgba(0, 0, 0, .25);
}

.wppb-thm-testimonial-designation {
	font-size: 14px;
	color: rgba(0, 0, 0, .25);
}

.wppb-thm-testimonial-title:hover .wppb-thm-testimonial-name {
	color: #456BED;
}

.wppb-thm-testimonial-img-wrap {
	display: none;
	text-align: center;
}

.wppb-thm-testimonial-img-wrap img {
	width: 165px;
}

.wppb-thm-testimonial-introtext {
	font-size: 32px;
	line-height: 46px;
	font-family: AvenirLTPro-Heavy;
	margin-top: 30px;
	margin-bottom: 80px;
}


/* share this */

.social-button {
	position: fixed;
	z-index: 2;
	top: 40%;
	left: 30px;
	color: rgba(0, 0, 0, 0.25);
	font-size: 14px;
	font-weight: 600;
}

.social-button ul {
	padding: 0;
	margin: 15px 0 0 5px;
}

.social-button ul li {
	list-style: none;
}

.social-button ul li a {
	color: rgba(255, 255, 255, 0.7);
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.1);
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	margin-bottom: 15px;
	-webkit-transition: 400ms;
	transition: 400ms;
	display: inline-block;
}

.social-button ul li a:hover {
	background: #3057D5;
	color: #fff;
}


/* related product */

.thm-related-product-wrap {
	display: -ms-grid;
	display: grid;
	grid-column-gap: 30px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
}

.thm-related-product .theme-product-data {
	background: #fff;
	border-top: 0;
}

.thm-related-data {
	padding-left: 22px;
	padding-top: 40px;
	position: relative;
}

.related-product-data-title {
	position: relative;
}

.related-product-data-title .product-badge {
	font-size: 12px;
	color: #fff;
	padding: 0px 5px;
	border-radius: 2px;
	text-transform: lowercase;
	position: absolute;
	top: -2px;
	margin-left: 8px;
	line-height: 18px;
}

.product-badge-sale {
	background: #1cbd2b;
}

.product-badge-hot {
	background: #ef0909;
}

.product-badge-new {
	background: #27ce28;
}

.related-product-data-title {
	font-size: 28px;
	line-height: 25px;
}

.related-product-data-title a,
.related-product-data-title a:hover {
	color: #fff;
}

.related-product-data-subtitle {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	margin-top: 15px;
	margin-bottom: 5px;
	font-family: 'Muli', sans-serif;
}

.related-data-tag {
	color: rgba(255, 255, 255, .5);
	font-size: 12px;
	line-height: 25px;
}

.related-data-btn {
	margin-top: 60px;
}

.related-data-btn .btn {
	color: #fff;
	padding: 12px 16px;
	font-size: 14px;
}

.thm-related-thumbnail {
	padding-top: 30px;
	line-height: 0;
	padding-right: 12px;
}


/* Changelog */

#thm-changelog-wrap {
	padding-left: 30px;
	position: relative;
}

#thm-changelog-wrap:before {
	position: absolute;
	content: "";
	left: 0;
	width: 2px;
	height: 93%;
	background: #eaebef;
}

.thm-changelog-title {
	cursor: pointer;
	margin: 0;
}

.thm-changelog-content {
	display: none;
	margin: 20px 0 40px;
}

.thm-changelog-content.thm-changelog-default {
	display: block;
}

.thm-changelog-in {
	display: -ms-grid;
	display: grid;
	grid-column-gap: 20px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
}

.thm-changelog-item {
	padding: 20px;
	background: #fff;
	border-radius: 0;
	border: 1px solid #eaebef;
	font-size: 14px;
	color: rgba(33, 33, 39, 0.9);
}

.thm-changelog-item p {
	margin-top: 6px;
	margin-bottom: 0;
	position: relative;
	padding-left: 17px;
	line-height: 25px;
}

.thm-changelog-item p::before {
	position: absolute;
	left: 0;
	top: 10px;
	width: 7px;
	height: 7px;
	background: #f7f7f7;
	border-radius: 100px;
	content: "";
}

.thm-changelog-title {
	position: relative;
	font-size: 16px;
	color: #212127;
	border-bottom: 1px solid #eaebef;
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 25px;
}

.thm-changelog-date {
	position: absolute;
	right: 0;
	font-size: 14px;
	color: #212127;
	font-family: 'Muli', sans-serif;
	font-weight: 500;
}

.thm-changelog-icon {
	position: absolute;
	left: -39px;
	width: 20px;
	height: 20px;
	text-align: center;
	background: #d3d3d6;
	border-radius: 100%;
	color: #fff;
	line-height: 19px;
}

.thm-changelog-title.active .thm-changelog-icon {
	background: #456BED;
}

.thm-changelog-title.active .thm-changelog-icon.fa-angle-down:before {
	content: "\f106";
}

.thm-changelog-fix,
.thm-changelog-new,
.thm-changelog-update {
	font-size: 10px;
	text-transform: uppercase;
	padding: 3px 8px;
	border-radius: 1px;
	color: #fff;
}

.thm-changelog-update {
	background: #456BED;
}

.thm-changelog-fix {
	background: #E25B16;
}

.thm-changelog-new {
	background: #50C51B;
}


/* theme details */

.thm-single-item-data h1 {
	line-height: 1;
	margin-bottom: 8px;
}

.thm-single-item-data h2 {
	margin-bottom: 30px;
	font-weight: 600;
}

.product-title span.product-subtitle {
	display: block;
	font-size: 21px;
	line-height: 32px;
	margin: 10px 0 25px;
}

.product-title img {
	width: 42px;
	margin-top: 20px;
}

.product-title {
	position: relative;
}

.theme-product-subtitle {
	display: block;
	font-size: 18px;
	line-height: 24px;
	margin: 10px 0 25px;
	color: #9FA6B6;
}

.product-title-center {
	text-align: center;
}

.product-title .product-badge {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	padding: 3px 8px 0px;
	display: inline-block;
	border-radius: 2px;
	position: relative;
	top: -10px;
}

.product-title .product-badge-new {
	background: #27ce28;
}


/* ---------------- */


/* ---- rating ---- */


/* ---------------- */

.thm-rating-download {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 35px;
}

.thm-rating-download>div {
	display: inline-block;
	margin: 5px 15px;
	color: #9FA6B6;
	transition: 400ms;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
}

.rating-count {
	float: right;
	letter-spacing: 1px;
}

.toast-message {
	float: right;
}

.thm-rating-download span {
	display: block;
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	color: #091E42;
	margin-right: 4px;
}

.thm-product-ratings {
	display: inline-block;
	position: relative;
	letter-spacing: 5px;
	unicode-bidi: bidi-override;
	direction: rtl;
	text-align: left;
}

.thm-product-ratings span {
	display: inline-block;
	cursor: pointer;
}

.thm-product-ratings span.star:hover:before,
.thm-product-ratings span.star:hover~span.star:before {
	content: "\f005";
	color: #e6ad00;
	cursor: pointer;
}

.thm-rating-download span.fa {
	color: #F8C51C;
}


/* current version */

.thm-update-info {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	margin-top: 30px;
	margin-bottom: 50px;
	font-size: 14px;
	font-weight: 700;
}

.thm-update-wrap {
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
}

.thm-update-info span {
	display: block;
	font-weight: 700;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.4);
}


/** Pricing Table **/

.thm_pricing_modal_row {
	margin-bottom: 50px;
}

.thm-pricing-license-desc {
	background: #efefef;
	padding: 10px 15px;
	display: block;
	border-radius: 3px;
	font-size: 14px;
	color: #37373C;
	margin: 0 -15px;
}

.thm-pricing-license-desc i {
	color: #3057D5;
	margin-right: 10px;
	font-size: 16px;
}

.thm-pricing-title {
	font-size: 22px;
	line-height: 30px;
	margin: 0;
	font-weight: 600;
	font-family: 'Muli', sans-serif;
}

.thm-pricing-subtitle {
	font-size: 16px;
	opacity: 0.8;
	color: #212127;
	font-weight: 400;
}

.thm_pricing_total_price {
	font-size: 48px;
	line-height: 52px;
	margin-top: 25px;
	margin-bottom: 30px;
	font-family: 'Muli', sans-serif;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.thm_pricing_total_price.get_sale_price {
	font-size: 20px;
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 40px;
	position: relative;
	color: #577bf4;
	display: inline-block;
	font-weight: 600;
}

.thm_pricing_total_price.get_sale_price:after {
	content: ' ';
	width: 99%;
	height: 1px;
	border-bottom: 2px solid #577bf4;
	position: absolute;
	top: 14px;
	left: 1px;
}

.thm_pricing_total_price.get_sale_price_now {
	display: block;
	margin-top: 40px;
	font-size: 60px;
	line-height: 60px;
	font-family: 'AvenirLTPro-Heavy';
	color: #212127;
	margin-bottom: 0px;
}

.thm_pricing_total_price.get_sale_price strong {
	color: #212127;
}

.thm_pricing_total_price.thm_pricing_all_total_price {
	display: block;
}

.thm_pricing_total_price del {
	color: #737373;
	font-size: 32px;
	margin-left: 10px;
}

.thm-pricing-feature-group1 ul {
	list-style: none;
	padding: 0;
	margin: 30px 0;
}

.thm-pricing-feature-group1 ul li {
	margin: 10px 0;
	text-transform: capitalize;
}

.thm-product-pricing-table {
	width: 100%;
	border-collapse: collapse;
}

.thm-additional-related-title {
	font-size: 16px;
}

.thm-additional-related-title span {
	color: #577BF4;
}

.thm-additional-related-subtitle {
	font-size: 14px;
	color: #212127;
}

.thm-single-related-product input,
.thm-single-related-product label {
	font-size: 14px;
	color: #737373;
	font-weight: 400;
	margin: 0;
}

.thm-single-related-product label {
	position: relative;
	margin-left: 25px;
	line-height: 30px;
}

.thm-single-related-product input {
	visibility: hidden;
}

.thm-single-related-product input {
	position: absolute;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	cursor: pointer;
	height: 0;
	width: 0;
}

.thm-checkmark {
	position: absolute;
	top: 8px;
	left: -30px;
	height: 16px;
	width: 16px;
	background-color: #fff;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #d8d8d8;
}

.thm-additional-related-product {
	margin-bottom: 30px;
}

.thm_pricing_modal_form {
	background: #fff;
	padding: 35px 40px 40px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.thm-super-saver {
	text-align: center;
	padding: 8px 20px;
	background: #456BED;
	color: #fff;
	position: absolute;
	width: 100%;
	top: -42px;
	left: 0;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
}

.thm-single-related-product label input:checked~.thm-checkmark {
	background-color: #2196F3;
	border: 1px solid #2196F3;
}

.thm-single-related-product input:checked~.thm-checkmark:after {
	display: block;
}

.search-not-found {
	margin-bottom: 80px;
}

.search .search-not-found {
	margin-top: 80px;
}

.thm-single-related-product label .thm-checkmark:after {
	content: "\f00c";
	position: absolute;
	display: none;
	font: normal normal normal 14px/1 FontAwesome;
	color: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 15px;
	font-size: 12px;
}

.thm_pricing_total_price .thm-save {
	color: #456BED;
	font-size: 14px;
	display: block;
	line-height: 22px;
	font-weight: 600;
}

.thm-single-related-product label span {
	font-weight: 600;
	margin-left: 3px;
	color: #212127;
}

.thm-product-pricing-table td,
.thm-product-pricing-table th {
	padding: 10px;
	border: 1px solid #eff1f2;
}

.thm-product-pricing-table th {
	text-align: left;
}

.thm-product-pricing-table th.pricing-table-first-th {
	width: 250px;
}

.thm-product-pricing-table th.pricing-table-second-th,
.thm-product-pricing-table th.pricing-table-third-th {
	text-align: center;
}

.thm-product-pricing-table td.pricing-table-second-td,
.thm-product-pricing-table td.pricing-table-third-td {
	background-color: #ffffff;
	text-align: center;
}

.thm-product-pricing-table td .fa-times {
	color: #e76045;
}

.thm-product-pricing-table td .fa-check {
	color: #0044ec;
}

.thm-product-pricing-table th.pricing-table-first-th {
	border-top: none;
	border-left: none;
}

.thm-product-pricing-table td.bottom-left-border-less-cell {
	border-bottom: none;
	border-left: none;
}

a.get-this-plugin-btn {
	background-color: #3057d6;
	color: #fff;
	display: block;
	text-align: center;
	padding: 10px 0;
}

a.free-download-btn {
	text-align: center;
	display: block;
}

.thm-product-pricing-table tr.no-padding td {
	padding: 0;
}


/* free and Pro Compare */

.thm-table .wppb-table-item-wrap {
	border-spacing: 0px;
	border: 1px solid #e5e5e5;
	border-collapse: collapse;
}

.thm-table .td.wppb-table-title-wrap {
	border-right: 1px solid #e5e5e5;
}

.thm-table .wppb-table-item {
	border-bottom: 1px solid #d4d4d4;
}


/* sticky */

.thm-single-item-data-in {
	position: relative;
	overflow: hidden;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 80px;
	padding-bottom: 80px;
	z-index: 2;
}

.thm-sticky-sub-header {
	background: #fff;
	border-bottom: 1px solid #E4E6E9;
	padding: 15px 0;
	/* opacity: 0; */
	transition: 400ms;
	position: absolute;
	width: 100%;
}

.tutor-sticky-wrap.thm-sticky-sub-header {
	background: none;
	border: none;
	padding: 0;
}

.tutor-sticky-wrap {
	position: relative;
	opacity: 1;
}

.tutor-sticky-wrap .thm-sticky-product {
	padding: 20px 10px 20px 25px;
	border: 1px solid #DFDFDF;
	background: #fff;
}

.btn-sticky-link {
	margin-right: 25px;
}

.thm-sticky-enable {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
}

.thm-sticky-sub-header.thm-sticky-enable {
	opacity: 1;
}

.admin-bar .thm-sticky-enable {
	margin-top: 32px;
}

.thm-sticky-product {
	display: -ms-flexbox;
	display: -webkit-box;
	/* display: flex; */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-logo-wrap {
	margin-right: 60px;
	font-weight: 600;
}

.prodcut-logo {
	color: #212125;
	transition: 400ms;
}

.prodcut-logo:hover {
	color: #577bf4;
}

.product-logo-wrap .product-version {
	color: rgba(0, 0, 0, 0.3);
	font-size: 14px;
	margin-left: 8px;
}

.wppb-builder-container .wppb-row-parent.tutor-sticky-zindex {
	z-index: 99;
}

.thm-sticky-feature-wrap {
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
}

.thm-sticky-feature-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.thm-sticky-feature-wrap ul li {
	display: inline-block;
	margin-right: 20px;
}

.thm-sticky-feature-wrap ul li a {
	color: #9FA6B6;
	transition: 400ms;
	font-size: 15px;
	font-weight: 600;
}

.thm-sticky-feature-wrap ul li a:hover,
.thm-sticky-feature-wrap ul li.active a {
	color: #577bf4;
}

.thm-btn-divider-or {
	color: #aaa;
	margin: 0 8px;
}

.thm-sticky-feature-wrap ul li:last-child {
	margin-right: 0;
}

.thm-sticky-btn-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.thm-sticky-btn-wrap ul li {
	display: inline-block;
}

.thm-video-content .call-to-content2.action-box {
	box-shadow: none;
	padding: 0;
	text-align: left;
	margin-bottom: 65px;
}

.thm-video-content .call-to-content2.action-box .call-to-content2-title {
	margin: 0 0 25px;
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
}

.thm-video-content .call-to-content2.action-box .call-to-content2-content {
	font-size: 18px;
	color: rgba(0, 0, 0, 0.702);
	margin: 0;
}

.thm-video-content .call-to-content2.action-box:hover {
	box-shadow: none;
}

.thm-title-section {
	margin: 0 0 47px;
}

.thm-title-section .call-to-content2-title {
	font-size: 44px;
	font-weight: 400;
	margin: 0 0 30px;
}

.thm-title-section .call-to-content2-subtitle {
	font-size: 18px;
	font-weight: 400;
	margin: 0px;
	line-height: 26px;
}

.thm-title-color {
	color: #fff;
	margin-top: 47px;
}

.thm_features {
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
	text-align: center;
	border-radius: 5px;
	color: #585858;
	background: #fff;
	padding: 32px;
	height: 100%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.thm_features img {
	width: 175px;
	display: inline-block;
}

.thm_features .thm-feature-title {
	font-size: 22px;
	font-weight: 600;
	color: #343434;
	margin-bottom: 20px;
	margin-top: 30px;
}

.thm_features:hover {
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.thm-features-col {
	margin-bottom: 30px;
}

.testimonial-content {
	display: inline-block;
	text-align: center;
	padding: 42px 32px;
	background: #f6f8fa;
	margin-bottom: 30px;
}

.testimonial-content .testimonial-img {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50%;
	display: inline-block;
	margin: 0 auto;
}

.testimonial-content .testimonial-img img {
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 300px 100px, cover;
	overflow: hidden;
}

.testimonial-content .thm-feature-title {
	font-size: 22px;
	font-weight: 400;
	margin: 22px 0 5px;
}

.testimonial-content .thm-client-desig {
	font-size: 16px;
}

.testimonial-content .thm-feature-subtitle {
	font-size: 18px;
	font-weight: 400;
	margin-top: 20px;
	margin-top: 10px;
	line-height: 1.528;
	color: rgba(0, 0, 0, 0.8);
}

.thm-pricing-table {
	background: #fff;
	padding: 42px 50px 64px;
	text-align: center;
	margin-top: 110px;
	box-shadow: 8.5px 14.722px 49px 0px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
}

.thm-pricing-table .thm-pricing-title {
	font-size: 30px;
	padding-bottom: 22px;
	font-weight: 400;
}

.thm-pricing-table .thm-pricing-subtitle {
	font-size: 18px;
	font-size: 18px;
	font-size: 18px;
	font-size: 1rem;
	color: #6e8fff;
	font-weight: 400;
}

.thm-pricing-table span.thm-price {
	font-size: 60px;
}

.thm-pricing-table span.thm-price span {
	font-size: 40px;
}

.thm-pricing-table div.thm-list ul {
	margin: 16px 0 0;
	padding: 0;
	text-align: left;
}

.thm-pricing-table div.thm-list ul li.items {
	list-style: none;
	color: rgba(0, 0, 0, 0.72);
}

.thm-pricing-table div.thm-list ul li.items i {
	font-size: 14px;
	font-weight: 100;
	padding-right: 8px;
}

.thm-pricing-table .thm-pricing-btn a {
	border: 2px solid #6e8fff;
	border-radius: 30px;
	margin-top: 40px;
	font-weight: 400;
}

.thm-pricing-table .thm-pricing-btn .pricing-btn a {
	font-weight: 400;
}

.thm-pricing-table .thm-pricing-btn a:hover {
	background: #6e8fff;
}

.thm-pricing-table .thm-pricing-btn .pricing-btn:hover {
	color: #fff;
}

select.additional_product_pricing {
	background: none;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	text-align: right;
	display: inline-block;
}

.thm-additional-related-subtitle {
	margin-right: 10px;
}

.add-price-cls {
	margin-top: 78px;
	margin-left: -5px;
	padding-top: 74px;
	padding-bottom: 95px;
}

.add-price-cls .thm-pricing-btn a {
	background: #6e8fff;
	font-weight: 400;
}

.add-price-cls .thm-pricing-btn .pricing-btn {
	color: #fff;
	font-weight: 400;
}

.col-lg-4.no-padding {
	padding: 0 !important;
}

.screenshot-full {
	text-align: center;
}

.screenshot-full>div.col-md-3 {
	margin-bottom: 30px;
	color: #5a5a5a;
	text-align: center;
}

.screenshot-full a.fancybox {
	display: block;
	margin-bottom: 10px;
}

.screenshot-full a.fancybox img {
	border-radius: 3px;
	box-shadow: 0 0px 18px rgba(0, 0, 0, 0.25);
}

.table-responsive table {
	text-align: center;
	border: 1px solid #dfdfdf;
}

.table-responsive table.table-bordered>thead>tr>th {
	text-align: center;
	border-bottom-width: 1px;
	padding: 18px 25px 18px 25px;
}

.table-responsive table.table-bordered>thead>tr>th:first-child {
	text-align: left;
}

.table-responsive table.table-bordered>thead>tr>th:nth-child(2) {
	color: #6e8fff;
}

.table-responsive table.table-bordered>tbody>tr>td {
	padding: 15px 25px 15px 25px;
}

.table-responsive table.table-bordered>tbody>tr>td:first-child {
	text-align: left;
}

.table-responsive table.table-bordered>tbody>tr>td .price {
	color: #6e8fff;
	font-size: 22px;
	padding-bottom: 12px;
}

.table-responsive table.table-bordered>tbody>tr>td .price.black {
	color: #191919;
}

.table-responsive table.table-bordered>tbody>tr>td .guarantee {
	font-size: 14px;
	color: #585858;
	margin-bottom: 5px;
}

.table-responsive table.table-bordered>tbody>tr>td p {
	margin-bottom: 15px;
}

.table-responsive table .fa-check {
	color: #4ec400;
}

.table-responsive table .fa-close {
	color: #f31010;
}

.table-responsive table .btn {
	padding: 10px 30px 10px 30px;
	margin-bottom: 15px;
}

.table-responsive table .free-download {
	vertical-align: middle;
}

.table-responsive table .free-download .btn {
	padding: 8px 30px 8px 30px;
}

.table-responsive.panel-default {
	border-color: #dfdfdf;
	background-color: transparent;
	border-radius: 3px;
}

.single-pricing {
	padding: 95px 95px 60px 95px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 9px 25px rgba(0, 0, 0, 0.2);
}

.single-pricing ul {
	padding: 0;
}

.single-pricing ul li {
	list-style: none;
	padding: 5px 0;
}

.single-pricing ul li:before {
	font-family: 'FontAwesome';
	content: '\f00c';
	margin: 0 5px 0;
	color: #75c01b;
	font-size: 16px;
}

.single-pricing .price {
	font-size: 60px;
}

.single-pricing .price sup {
	font-size: 24px;
	top: -20px;
}

.single-pricing .title {
	color: #6e8fff;
	padding-bottom: 34px;
}

.single-pricing .guarantee {
	font-size: 16px;
	color: #75c01b;
	padding-top: 30px;
}

.paddingbottom100 {
	padding-bottom: 100px;
}

.paddingtop50 {
	padding-top: 50px;
	width: 100%;
}

.mfp-arrow:hover,
.mfp-arrow:focus,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover {
	background: transparent;
}

.modal button.close {
	filter: alpha(opacity=60);
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	background: none;
}

.modal button.close span {
	padding: 0px 7px 0px 7px;
	font-size: 20px;
	border-radius: 50%;
	border: 2px solid #212127;
	width: 30px;
	height: 30px;
	line-height: 25px;
	font-size: 24px;
	display: inline-block;
}

.modal input#username,
.modal input#password,
.modal input#username2,
.modal input#password2,
.modal input#email {
	border-radius: 3px;
	box-shadow: none;
	padding: 10px 20px;
	height: auto;
	margin-bottom: 14px;
	border-color: #f1f1f1;
	padding: 14px 25px 14px 25px;
	font-size: 14px;
}

.modal input#password,
.modal input#password2 {
	margin-bottom: 35px;
}

.modal label {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	padding-left: 10px;
	top: 2px;
	position: relative;
}

.modal .submit_button {
	padding: 11px 60px;
	float: right;
	position: relative;
	top: -5px;
	cursor: pointer;
}

.modal .lost-pass {
	margin: 40px 0px 30px 0px;
	position: relative;
	display: block;
	padding-bottom: 30px;
	border-bottom: 1px solid #cdcfd1;
}

.modal .google-login,
.modal .facebook-login,
.modal .twitter-login,
.modal .register_button {
	padding: 12px 0px 12px 0px;
	color: #ffffff;
	border-radius: 30px;
	border: none;
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
	font-size: 16px;
}

.modal .condition {
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	font-size: 12px;
	margin-top: 10px;
}

.modal .google-login {
	background-color: #df4a32;
}

.modal .facebook-login {
	background-color: #39579a;
}

.modal .twitter-login {
	background-color: #51abf1;
}

.modal .haveaccount {
	background: #cdcfd1;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.modal .haveaccount span {
	background: #f6f8fa;
	padding: 10px;
	position: relative;
	top: -16px;
	left: 20px;
	color: #848484;
}

.modal #gSignIn {
	display: none;
}

.thm-item-review {
	padding: 110px 0;
}

.thm-item-review .woocommerce-Reviews-title {
	margin-top: 0;
	text-align: center;
	margin-bottom: 40px;
}

.thm-item-review .woocommerce-Reviews .comment_container {
	background: #f6f8fa;
	padding: 20px 20px 20px 102px;
}

.thm-item-review .woocommerce-Reviews .comment_container .comment-text {
	padding: 0 !important;
	border: none !important;
	margin: 0 !important;
}

.thm-item-review .woocommerce-Reviews .comment_container .comment-text .woocommerce-review__published-date,
.thm-item-review .woocommerce-Reviews .comment_container .comment-text .woocommerce-review__author {
	display: block;
}

.thm-item-review .woocommerce-Reviews .comment_container .comment-text .woocommerce-review__author {
	color: #212127;
	font-size: 18px;
	font-weight: 600;
}

.thm-item-review .woocommerce-Reviews .comment_container .comment-text .woocommerce-review__dash {
	display: none;
}

.thm-item-review .woocommerce-Reviews .star-rating {
	font-size: 14px;
}

.thm-item-review .woocommerce-Reviews .woocommerce-review__verified {
	display: none;
}

.thm-item-review .commentlist {
	padding: 0;
	margin: 0;
	list-style: none;
}

.thm-item-review .comment-reply-title {
	display: block;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 25px;
}

.thm-item-review #review_form {
	padding: 20px;
	background-color: #f6f8fa;
}

.thm-item-review #review_form label {
	font-weight: 600;
}

.thm-item-review #review_form .comment-form-rating .stars,
.thm-item-review #review_form .comment-form-rating label {
	display: inline-block;
}

.thm-item-review #review_form .comment-form-rating .stars {
	top: 8px;
	position: relative;
	left: 10px;
}

.thm-item-review #review_form .comment-form-rating .stars a {
	margin-right: 4px;
	color: #ffb600;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	width: auto;
	height: auto;
	border: none;
	background: none;
	padding: 0;
	border-radius: 62px;
	top: 20px;
	left: 20px;
}

.woocommerce .star-rating,
.woocommerce .star-rating:before {
	color: #ffb600;
	letter-spacing: 3px;
	width: 6.2em;
}

.woocommerce-noreviews,
.thm-already-commented {
	padding: 10px 30px;
	background-color: #fff2d6;
	color: #b5841a;
	font-size: 16px;
}


/* woocommerece */

.woocommerce-order-received.woocommerce-checkout .woocommerce table.shop_table {
	border: 1px solid #d8d8d8;
}

.woocommerce-order-received.woocommerce-checkout .woocommerce table.shop_table td {
	padding: 15px 20px;
	text-align: left;
}

.thm_plugins_features {
	display: table;
	padding: 60px 70px;
	color: #585858;
}

.thm_plugins_features .col-md-6 {
	display: table-cell;
	float: none;
	vertical-align: middle;
}

.thm_plugins_features h3 {
	color: #343434;
}

.thm-accordion {
	margin-bottom: 20px;
}

.thm-accordion i.fa {
	background-color: #c9cccf;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	color: #fff;
	float: left;
}

.thm-accordion>a {
	margin-left: 60px;
	margin-bottom: 15px;
	display: block;
	line-height: 40px;
	color: #212127;
	font-size: 22px;
}

.thm-accordion>div {
	margin-left: 60px;
}

.thm-accordion>div .content-wrap {
	margin-bottom: 50px;
	color: #585858;
}

.thm-feedback {
	background-color: #fff;
	margin-bottom: 30px;
	border-radius: 5px;
	padding: 50px;
	text-align: center;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.thm-feedback .rating {
	color: #ffb600;
	letter-spacing: 4px;
}

.thm-feedback .review {
	font-size: 21px;
	margin-bottom: 40px;
	color: #585858;
}

.thm-feedback .name {
	font-size: 18px;
	font-weight: 600;
	color: #343434;
}

.thm-feedback .address {
	color: #585858;
	font-size: 16px;
}

body.woocommerce-account #main {
	background-color: #F5F7FA;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	color: #545556;
	display: block;
	padding: 5px 20px;
	border-radius: 3px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	display: block;
	background-color: #6e8fff;
	color: #fff;
}

body.woocommerce-account.woocommerce-downloads .woocommerce-MyAccount-content {
	box-shadow: none;
	background-color: transparent;
	padding: 0;
}

.thm-myaccount-download-item {
	background: #FFFFFF;
	box-shadow: 0 1px 1px 0 rgba(9, 30, 66, 0.15);
	border-radius: 3px;
	padding: 10px;
	border-radius: 4px;
	margin-bottom: 10px;
}

.thm-myaccount-links {
	margin: 0 -10px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.thm-myaccount-links li {
	width: 25%;
	float: left;
	padding: 0 10px;
}

.thm-myaccount-links li a {
	display: block;
	padding: 15px;
	background-color: #e9eef2;
	text-align: center;
	border-radius: 3px;
	color: #212127;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	font-size: 16px;
}

.thm-myaccount-links li a:hover {
	background-color: #6e8fff;
	color: #fff;
}

.thm-myaccount-download-items {
	list-style: none;
}

.thm-myaccount-download-items li {
	width: 50%;
	float: left;
	padding: 0 10px;
	margin-bottom: 20px;
}

.thm-myaccount-download-items {
	margin-bottom: 80px;
}

.thm-myaccount-download-items .thm-download-item-data h3 {
	font-size: 18px;
	margin-top: 20px;
}

.thm-myaccount-download-items .thm-download-item-data span {
	display: block;
	color: #737373;
	font-size: 14px;
}

.thm-myaccount-download-items .thm-download-item-data a {
	display: inline-block;
	margin-top: 12px;
	font-size: 14px;
}


/*Helper*/

.themeum-card {
	background: #FFFFFF;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}


/*woocommerce*/

body .woocommerce {
	padding: 70px 0;
}

.woocommerce .cart_totals.calculated_shipping {
	float: none;
	width: auto;
	margin: 0;
}

.woocommerce .cart_totals.calculated_shipping h2 {
	font-size: 18px;
	line-height: 1;
	margin: 0 0 15px;
}

.wc-payment-form .form-row,
.woocommerce-billing-fields .form-row,
.woocommerce-account-fields .form-row {
	display: inherit;
}

.woocommerce .select2-container .select2-selection--single {
	height: 42px;
	border: 1px solid #D8D8D8;
}

.woocommerce .select2-container .select2-selection--single:not(.select2-container--open) {
	border-radius: 100px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
	padding-left: 20px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 41px;
	right: 13px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: transparent;
	padding: 0;
	border-radius: 0;
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
	border: 0;
}

.showlogin {
	margin: 0 0 30px;
}

.woocommerce form.login {
	background: transparent;
	padding: 0;
	border: 0;
	margin: 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	margin: 0;
}

.wc_payment_methods_container {
	margin-top: 60px;
	margin-bottom: 20px;
	position: relative;
	background: #FFFFFF;
	padding: 20px 20px 0 20px;
	border: 1px solid #E4E4E4;
	border-radius: 0 3px 3px 3px;
}

.wc_payment_method_names {
	position: absolute;
	top: -42px;
	left: -1px;
	display: flex;
}

.wc_payment_method_names .wc_payment_method_name {
	background: #F7F8FC;
	height: 42px;
	padding: 0;
	border: 1px solid #E4E4E4;
	z-index: 1;
	cursor: pointer;
}

.wc_payment_method_names .wc_payment_method_name.active {
	background: #fff;
	border-bottom-color: #fff;
}

.wc_payment_method_names .wc_payment_method_name:first-child {
	border-radius: 3px 0 0 0;
	border-right: 0;
}

.wc_payment_method_names .wc_payment_method_name:last-child {
	border-radius: 0 3px 0 0;
}

.wc_payment_method_names .wc_payment_method_name input {
	margin: -2px 5px 0 0;
}

.wc_payment_method_names .wc_payment_method_name label {
	padding: 0 20px;
	margin: 0;
	line-height: 40px;
	cursor: pointer;
}

#stripe-payment-data p {
	display: none;
}

#stripe-payment-data .wc-stripe-elements-field,
#stripe-payment-data .wc-stripe-iban-element-field {
	background: #FFFFFF;
	padding: 11px 15px;
	border: 1px solid #E4E4E4;
	border-radius: 100px;
	transition: 400ms;
}

#stripe-payment-data .wc-stripe-elements-field.focused,
#stripe-payment-data .wc-stripe-iban-element-field.focused {
	border-color: #80bdff;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

#stripe-payment-data .wc-stripe-elements-field.invalid,
#stripe-payment-data .wc-stripe-iban-element-field.invalid {
	border-color: #ffa3a7;
	box-shadow: 0 0 0 0.2rem rgba(255, 173, 173, 0.432);
}

#stripe-payment-data br {
	display: none;
}

#stripe-payment-data .stripe-source-errors:not(:empty) {
	margin-top: 20px;
}

legend {
	color: #212127;
	padding-top: 20px;
	margin-bottom: 10px;
	border-bottom-width: 0;
	font-size: 24px;
}

.woocommerce-Address-title {
	padding-top: 0;
}

.woocommerce form .form-row:not(:last-child) {
	margin-bottom: 20px;
}

.woocommerce form .form-row textarea {
	height: 170px;
}


/* Error and notice */

.woocommerce-notices-wrapper .woocommerce-error {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}


/* ------------ Cart & Checkout ------------ */

.woocommerce-cart .woocommerce .cart-empty,
.woocommerce-cart .woocommerce .return-to-shop {
	text-align: center;
}

.woocommerce-cart .woocommerce .shop_table {
	background-color: #fff;
	border-radius: 2px;
}

.woocommerce-cart .woocommerce table.shop_table {
	border: none;
}

.woocommerce-cart .woocommerce table.shop_table td {
	border-top: 1px solid #e1e1e1;
	vertical-align: middle;
}

.woocommerce-cart .woocommerce table.shop_table td.product-name a {
	color: #191919;
	transition: 400ms;
}

.woocommerce-cart .woocommerce table.shop_table td.product-name a:hover {
	color: #577bf4;
}

.woocommerce-cart .woocommerce table.shop_table .order-total th {
	border-top: 1px solid #e1e1e1;
}

.woocommerce-cart .woocommerce table img {
	width: 50px;
}

.woocommerce-cart .woocommerce table th {
	padding: 14px 20px 14px 20px;
	font-weight: 700;
}

.woocommerce-cart .woocommerce table input[type="number"] {
	padding: 5px 0px 5px 0px;
	border: 1px solid #d8d8d8;
	border-radius: 16px;
}

.woocommerce-cart .woocommerce table input.button,
.woocommerce-cart .woocommerce table input.button:disabled[disabled] {
	color: #fff;
	padding: 9px 30px 10px 30px;
	margin: 5px 0px 5px 0px;
	border: 2px solid #6e8fff;
	background: transparent;
	color: #6e8fff;
	font-size: 16px;
	line-height: .8;
	border-radius: 20px;
	padding: 9px 30px 11px 30px;
}

.shop_table .cart-subtotal td {
	text-align: right;
}

.shop_table tbody tr.cart-subtotal td {
	padding-right: 15px;
}

.woocommerce-cart .woocommerce-notices-wrapper {
	display: none;
}

.checkout-review-order-table {
	margin: -30px;
}

.checkout-review-order-table>.checkout-review-order-item {
	border-bottom: 1px solid #D3D6DD;
	padding: 20px 30px 20px 60px;
	position: relative;
}

.checkout-review-order-item .thm-product-subtitle {
	font-size: 15px;
	line-height: 25px;
	color: #9FA6B6;
	margin: 10px 0;
}

.checkout-review-order-item .thm-product-licenses {
	font-size: 15px;
	line-height: 25px;
	color: #456BED;
}

.checkout-review-order-table>.checkout-review-order-item .remove {
	color: #888 !important;
	font-size: 22px;
	line-height: 1rem;
	position: absolute;
	top: 24px;
	left: 25px;
}

.checkout-review-order-table-footer {
	padding: 40px 30px 30px 60px;
}

.checkout-review-order-total .woocommerce-Price-amount {
	font-size: 32px;
	color: #456BED;
	line-height: 34px;
}

.checkout-review-order-table-footer .action-reveal-coupon {
	font-size: 14px;
	font-weight: bold;
	color: #456BED;
	letter-spacing: 0.6px;
	border-bottom: 1px solid #456BED;
}

.checkout-review-order-table-footer .cart-discount {
	margin-top: 10px;
	font-size: 14px;
	color: #9FA6B6;
}

.thm-secured-payment {
	color: #67758C;
}

.thm-secured-payment .fa-lock {
	color: #7CB200;
	margin-right: 5px;
}


/*Navbar*/

.navbar-toggle {
	border: 1px solid #456BED;
	background: transparent;
	color: #456BED;
	box-shadow: none;
	display: inline-block;
	margin: 0;
	padding: 10px 15px;
	font-size: 18px;
	line-height: 1;
	border-radius: 4px;
	transition: 400ms;
	z-index: 99999;
	position: relative;
}

.navbar-toggle:hover,
.navbar-toggle.active {
	background: #456BED;
	color: #fff;
}

@media (min-width: 961px) and (max-width: 1199px) {
	.thm-aacount-info a.btn-gray {
		padding: 6px 20px 6px 20px;
	}
	.thm-aacount-info a {
		padding: 8px 20px 8px 20px;
	}
	.mobile-login-btn {
		font-size: 15px;
		font-weight: 700;
		margin-top: 7px;
		margin-right: 10px;
	}
}

@media only screen and (max-width: 992px) {
	.download-free-version {
		margin-bottom: 40px;
		text-align: center;
	}
	.navbar-collapse.collapse.in {
		display: block !important;
	}
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}
	.mobile-login-btn {
		font-size: 15px;
		font-weight: 700;
		margin-top: 7px;
		margin-right: 10px;
	}
	.navbar-nav {
		float: none;
	}
	.navbar-nav>li {
		float: none;
	}
	.thm-aacount-info {
		margin-top: 5px;
	}
	.thm-aacount-info a.btn-gray {
		padding: 5px 16px 5px 16px;
		font-size: 14px;
		margin-left: 0px;
		margin-left: 0rem;
		margin-right: 15px;
	}
	.thm-sec-container,
	.header-banner {
		padding: 150px 0 !important;
	}
	.call-to-content .call-to-title {
		font-size: 38px;
		font-size: 2.11111111rem;
	}
	.call-to-content2.action-box {
		margin-bottom: 30px;
	}
	.call-to-content2.home-support .call-to-content2-subtitle {
		padding: 0 20px;
	}
	.thm-single-item-data .thm-item-action-btns {
		margin-bottom: 20px;
	}
	.thm-item-overview-inner {
		margin-bottom: 50px;
	}
	.thm-myaccount-links li a {
		font-size: 16px;
	}
	.thm-myaccount-links li {
		width: 50%;
	}
	.woocommerce-MyAccount-content ul li {
		padding: 5px 6px;
		margin-bottom: 1px;
	}
	.thm-myaccount-download-items li {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.thm-item-content {
		overflow: hidden;
	}
	.thm-pricing-table div.thm-list ul {
		text-align: center;
	}
	.thm_plugins_features {
		padding: 15px 15px;
	}
	.thm-single-item-data .col-md-8 {
		padding-left: 15px;
	}
	.thm-single-item-data .thm-item-action-btns .btn:first-child {
		margin-right: 0;
	}
	.thm-single-item-data .thm-item-action-btns .btn {
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.download-item-img img {
		margin-bottom: 15px;
	}
	.thm-aacount-info {
		margin-top: 5px;
	}
	.thm-aacount-info a.btn-gray {
		padding: 5px 16px 5px 16px;
		font-size: 14px;
		margin-left: 0px;
		margin-left: 0rem;
		margin-right: 15px;
	}
	.thm-sec-container,
	.header-banner {
		padding: 90px 0 !important;
	}
	.call-to-content2.home-feature-project .action-btn3 {
		margin-bottom: 40px;
	}
	.thm-testimonial-img {
		width: 60px;
	}
	.call-to-content2.home-support .call-to-content2-subtitle {
		padding: 0;
	}
	.thm-single-item-data .thm-item-action-btns .btn {
		padding: 10px 30px;
	}
	.col-lg-4.no-padding {
		padding: 0 15px !important;
	}
	.add-price-cls {
		margin-left: 0;
	}
	.table-responsive table.table-bordered>tbody>tr>td,
	.table-responsive table.table-bordered>thead>tr>th {
		padding: 0;
		vertical-align: middle;
	}
	.table-responsive table .btn:hover,
	.table-responsive table .btn {
		border-width: 0;
		padding: 0;
		color: #6e8fff;
		background-color: transparent;
		font-size: 14px;
	}
	.screenshot-full .col-md-3 {
		margin-bottom: 30px;
	}
	/* Support From page */
	.bbp-thm-topic-title .media-body {
		padding-left: 24px;
		padding-right: 24px;
	}
	.modal .modal-body {
		padding: 0px 35px 0px 35px;
	}
	.modal .modal-header {
		padding: 45px 35px 0px 35px;
	}
	#bbpress-forums ul.bbp-topics li.bbp-body ul.topic .bbp-thm-topic-title .bbp-list-item .bbp-client-img {
		display: none;
	}
	.thm-bbp-reply-author-wrap .thm-bbp-reply-author-list .media .bbp-client-img img {
		display: none;
	}
	.thm-bbp-reply-author-wrap {
		padding: 20px 20px 20px 10px;
	}
	#bbpress-forums .bbp-pagination {
		padding: 30px 30px 30px 30px;
	}
	.bbp-pagination-links {
		margin-top: 20px;
	}
	/* Myaccount page */
	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
		margin-bottom: 30px;
		overflow: hidden;
	}
	.woocommerce-MyAccount-content ul li {
		padding: 5px 6px;
	}
	.thm-myaccount-links li a {
		font-size: 14px;
	}
	.thm-myaccount-download-items li {
		width: 100%;
	}
	.woocommerce-Address {
		width: 100%;
		display: inline;
	}
	#bbpress-forums aside.widget-area {
		padding: 20px;
	}
	#bbpress-forums {
		margin-bottom: 0;
	}
	#footer .col-md-6.bottom-widget {
		width: 50%;
		margin-bottom: 60px;
	}
	.col-md-6.bottom-right {
		width: 70%;
		padding-left: 20px;
	}
}

.avatar-author-name.pull-left {
	margin-bottom: 0;
}

.btn-account-dropdown .avatar-author-name.pull-left {
	margin-bottom: 0;
}

.btn-account-dropdown .avatar-author-name span {
	width: 31px;
	height: 31px;
	line-height: 34px;
	font-size: 10px;
}

@media only screen and (max-width: 489px) {
	.thm-myaccount-links li {
		width: 50%;
	}
	#footer .col-md-6.bottom-widget {
		width: 100%;
		margin-bottom: 30px;
	}
	#footer .col-md-6.bottom-right {
		width: 100%;
	}
}

.coupon-description {
	display: none;
}

.coupon-description .woocommerce-info {
	display: none;
}

.visible {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: opacity .1s linear;
	transition: opacity .1s linear;
}

.hidden {
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: visibility 0s .1s, opacity .1s linear;
	transition: visibility 0s .1s, opacity .1s linear;
}


/*Table*/

.table {}

.table-striped {
	background: #fff;
	box-shadow: 0 1px 1px 0 rgba(9, 30, 66, 0.15);
}

.table-striped thead th {
	padding: 15px 25px;
	border: 0;
}

.table-striped td {
	padding: 20px 25px;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: #F6F7F9;
}


/*Table Orders*/

@media only screen and (max-width: 768px) {
	.table-orders thead {
		display: none;
	}
	.table-orders tr td::before {
		content: attr(data-title) ": ";
		font-weight: 700;
		float: left;
	}
	.table-orders tr td {
		display: block;
		text-align: right!important;
	}
}


/* thm-login-popup */

.thm-login-popup {
	background: #f5f7fa;
	width: 420px;
	margin: 0 auto;
	position: relative;
	border-radius: 5px;
}

@media (max-width: 600px) {
	.thm-login-popup {
		max-width: 95%;
	}
}

.mfp-close-btn-in .mfp-content .thm-login-popup .mfp-close {
	color: #9696A2;
	margin: 13px 8px;
}

.thm-popup-header {
	background: #ffffff;
	line-height: 30px;
	padding: 15px 20px;
	font-weight: 700;
	font-size: 16px;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #e5e5e5;
}

.thm-login-popup form#login {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}

.thm-login-popup input:not([type="submit"]) {
	margin: 0 0 30px;
}

.thm-login-popup label {
	line-height: 20px;
	margin-bottom: 10px;
	font-weight: 700;
}

.thm-login-popup form .thm-have-account {
	font-weight: 700;
	display: block;
	margin-top: 35px;
}

#register .thm-login-popup form .thm-have-account {
	margin-top: 0;
	margin-bottom: 35px;
}

.thm-login-popup form .thm-have-account a {
	color: #6E8FFF;
}

.thm-login-popup .thm-login-btn {
	line-height: 48px;
	color: #ffffff;
	border: 0;
	padding: 0;
	width: 100%;
	display: block;
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px;
	border-radius: 100px;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.thm-login-popup .thm-login-btn.bg-google {
	background: #d14c3e;
}

.thm-login-popup .thm-login-btn.bg-google:hover {
	background: #bd4538;
}

.thm-login-popup .thm-login-btn.bg-facebook {
	background: #3d5a95;
}

.thm-login-popup .thm-login-btn.bg-facebook:hover {
	background: #334c7e;
}

.thm-login-popup .thm-login-btn.bg-twitter {
	background: #57acea;
}

.thm-login-popup .thm-login-btn.bg-twitter:hover {
	background: #4e9ad1;
}

.login-error {
	background: #ED254E;
	padding: 4px 15px;
	font-size: 11px;
	border-radius: 5px;
	margin-bottom: 25px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
}

.login-error.alert-success {
	background: #2cb766;
}


/* notification-popup */

.notification-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 650px;
	background: #ffffff;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: none;
	border-radius: 10px;
	overflow: hidden;
	max-height: 95%;
	overflow-y: auto;
}

@media (max-width: 768px) {
	.notification-popup {
		width: 95%;
	}
}

.notification-header {
	font-size: 21px;
	font-weight: 700;
	margin: 0;
	padding: 20px 30px;
	text-align: center;
	border-bottom: 1px solid #D8D8D8;
}

.notification-body {
	background: #F5F7FA;
	padding: 20px 30px 30px;
}

.notification-body ul {
	background: #FFFFFF;
	padding: 30px;
	list-style: none;
	margin: 0;
	border: 1px solid #D8D8D8;
}

.notification-body ul li {
	margin-bottom: 20px;
	color: #212127;
	font-size: 17px;
	line-height: 25px;
}

.notification-body ul li i {
	font-size: 12px;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	border: 1px solid #D8D8D8;
	display: inline-block;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
	color: #D8D8D8;
}

.notification-body ul li:last-child {
	margin-bottom: 0px;
}

.notification-body p {
	margin: 0 0 15px;
	padding: 0;
	font-size: 17px;
}

.mfp-close-btn-in .mfp-content .notification-popup .mfp-close {
	color: #D8D8D8;
	margin: 15px;
}


/* thm screenshot */

.thm-screenshot-wrap a img,
.thm-screenshot-wrap a {
	display: block;
	position: relative;
}

.thm-screenshot-wrap a div {
	background: #fff;
	padding: 10px;
	position: relative;
}

.thm-screenshot-wrap a div:after {
	content: '';
	position: absolute;
	background: #6284ff;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: 300ms;
	transition: 300ms;
	z-index: 2;
}

.thm-screenshot-wrap:hover a div:after {
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.thm-screenshot-wrap:hover a div:before {
	content: '\f06e';
	font-size: 30px;
	line-height: 40px;
	position: absolute;
	font-family: 'fontawesome' !important;
	color: #ffffff;
	z-index: 3;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%)
}

.thm-screenshot-wrap a span {
	display: block;
	color: #212127;
	font-size: 18px;
	line-height: 28px;
	position: relative;
	padding-left: 25px;
	font-weight: 700;
	margin-top: 10px;
}

.thm-screenshot-wrap a span:after {
	content: "";
	left: 0;
	top: 50%;
	width: 20px;
	height: 2px;
	position: absolute;
	margin-top: -1px;
	background: #40404e;
}

#wppb-builder-video {
	width: 100%;
}


/* coming_soon_pb */

.coming_soon_pb {
	padding: 40px 15px 40px 35px;
    border-radius: 4px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 6px 30px -8px rgba(91,107,118,0.17);
}
.coming_soon_pb:after {
    position: absolute;
    width: 100%;
    height: 10px;
    content: "";
    left: 0;
    top: 0;
    background-image: linear-gradient(270deg, #E10A6D 0%, #225FD3 100%);
    border-radius: 4px 4px 0 0;
} 
.coming_soon_pb .countdown_logo {
	margin: 0 auto;
	text-align: center;
}
.countdown_content_title {
    font-size: 21px;
    color: #0F2345;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 32px;
}
.countdown_content_title img.emoji {
    font-size: 30px;
    position: relative;
    top: 5px;
    margin-left: 10px !important;
    margin-right: 8px !important;
}
.coming_soon_pb img {
	width: 450px;
	max-width: 100%;
	margin: 0 auto;
}
.countdown_content_subtitle {
color: #0F2345;
}

.coming_soon_pb .periods {
	font-size: 15px;
    color: #ACB1B5;
    font-weight: 300;
}

.coming_soon_pb .right_content {
	text-align: right;
}

@media (max-width: 991px) {
	.coming_soon_pb .right_content {
		text-align: center;
	}
}

.coming_soon_pb .countdown_timer>div {
	display: inline-block;
	text-align: center;
	padding: 0 20px;
}

.coming_soon_pb .countdown_timer>div:not(:last-child) span:after {
	content: ':';
	position: absolute;
	font-size: 28px;
	color: #ACB1B5;
	right: -20px;
	top: 70%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%)
}

.coming_soon_pb .countdown_timer>div span {
	color: #1553D4;
	font-size: 46px;
	display: block;
	line-height: 1em;
	position: relative;
	font-weight: 600;
	margin-bottom: 10px;
}

@media (max-width: 991px) {
	.coming_soon_pb .right_content {
		text-align: center;
		margin-top: 30px;
	}
	.coming_soon_pb .countdown_timer>div span {
		font-size: 40px;
		margin-bottom: 10px;
	}
	.coming_soon_pb .countdown_timer>div {
		padding: 0 20px;
    }
    .countdown_content {
        text-align: center;
    }
}

@media (max-width: 480px) {
	.coming_soon_pb .countdown_timer>div {
		padding: 0 10px;
	}
	.coming_soon_pb .countdown_timer>div span:after {
		display: none;
    }
    .coming_soon_pb .countdown_timer>div span {
		font-size: 30px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.coming_soon_pb .countdown_timer>div span {
		font-size: 45px;
	}
}

#bbpress-forums ul.bbp-topics li.bbp-body ul.topic .bbp-thm-topic-title .bbp-list-item .bbp-client-img img {
	margin-right: 20px;
	margin-left: 20px;
}

.intro-video-wrap {
	background: #fff;
}

.try-button-link .wppb-addon-title a {
	text-decoration: underline !important;
	-webkit-transition: 400ms;
	transition: 400ms;
}

.try-button-link .wppb-addon-title a:hover {
	color: #23DBD2;
}


/**
Customization Dec 25, 2018
For Simplified Checkout Menu
*/

.themeum-billing-wrap form .form-row-wide {
	clear: inherit;
}

p#account_username_field {
	width: 49%;
	float: left;
}

p#account_password_field {
	width: 49%;
	float: right;
}


/* -----------------------------------
* ------------ Tutor CSS -------------
-------------------------------------- */

.tutor-slider-wrap h2.tutor-title {
	font-family: Muli;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: -0.2px;
	color: #212127;
	-webkit-transition: .3s;
	transition: .3s;
	margin: 0 0px 6px 0;
}

.tutor-slider-wrap .tutor-content {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	font-family: Muli;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.57;
	letter-spacing: -0.3px;
	color: #212127;
	-webkit-transition: .3s;
	transition: .3s;
	padding-right: 100px;
}

.tutor-slider-wrap .slick-track {
	padding-left: 36px;
}

.slider-nav-wrap .slick-slide:before {
	content: "";
	width: 2px;
	height: 100%;
	position: absolute;
	background: #d8d8d8;
	left: -29px;
	top: auto;
	-webkit-transition: .3s;
	transition: .3s;
	bottom: -10px;
}

.slider-nav-wrap .slick-slide {
	position: relative;
}

.slider-nav-wrap .slick-slide:after {
	background: #d8d8d8;
	position: absolute;
	-webkit-transition: .3s;
	transition: .3s;
	width: 16px;
	height: 16px;
	content: "";
	border-radius: 50%;
	top: 3px;
	left: -36px;
}

.tutor-slider-wrap .slick-vertical .slick-slide {
	padding-bottom: 16px !important;
}

.slider-nav-wrap .slick-slide.slick-current:after {
	width: 16px;
	height: 16px;
	background: #fff;
	position: absolute;
	content: "";
	border-radius: 50%;
	top: 3px;
	left: -36px;
	border: 6px solid #3b65db;
}

.slider-nav-wrap .slick-slide.slick-current .tutor-title {
	color: #3b65db;
	-webkit-transition: .3s;
	transition: .3s;
}

.slider-for .slick-slide.slick-active {
	opacity: 1 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: .3s;
	transition: .3s;
}

.slider-for img {
	max-width: 100%;
}

.slider-nav-wrap .slick-track .slick-slide.slick-active:last-child:before {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.tutor-slider-wrap .slider-for .slick-track {
	padding-left: 0;
}

.tutor-title-section span {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	font-family: Muli;
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 6px;
	color: #212127;
	text-transform: uppercase;
}

.tutor-title-section .screenshot-subtitle {
	font-family: Avenir;
	font-size: 40px;
	line-height: 50px;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: -0.3px;
	color: #212127;
	margin-bottom: 46px;
	font-weight: 500;
	margin-top: 10px;
}

.tutor-slider-wrap .slider,
.tutor-slider-wrap .slide {
	height: auto !important;
}

.col-sm-5.style2 {
	padding-left: 36px;
}

.slider-nav-wrap .wppb-container {
	cursor: pointer;
}

.featured-slider-for .slick-arrow {
	display: none !important;
}


/* -----------------------------------
* ---------- Featured Listing --------
-------------------------------------- */

.featured-listing ul li.item {
	position: relative;
	padding-left: 0px;
	margin-right: 40px;
}

.featured-listing ul li.item span {
	font-size: 16px;
	font-weight: 700;
}

.featured-listing ul.items li span.icon-inner {
	font-weight: 500;
	margin-right: 8px;
}

.featured-listing ul.items.inline li {
	margin-bottom: 26px !important;
}


/* blog nav */

.thm-blog-listing {
	padding-bottom: 50px;
}

.thm-blog-post {
	overflow: hidden;
	height: 100%;
	position: relative;
}

.thm-blog-post-grid .thm-blog-post-grid-item {
	margin-bottom: 0;
}

.thm-blog-post-grid .thm-blog-post-grid-item:nth-child(2n+1) {
	clear: both;
}

.thm-blog-post-big .blog-post-thumbnail img {
	height: 100%;
}

.blog-post-thumbnail {
	position: relative;
}

.blog-post-thumbnail a {
	display: block;
}

.blog-post-thumbnail img {
	display: block;
	border-radius: 6px;
}

.thm-blog-post-big-item .blog-post-thumbnail img {
	border-bottom: none;
	width: 100%;
}

.thm-blog-post-big-item .col-md {
	padding-right: 30px;
}

.blog-post-thumbnail .thm-tag {
	position: absolute;
	top: 30px;
	left: 30px;
}

.thm-tag a {
	padding: 4px 10px;
	background: #577bf4;
	color: #fff;
	line-height: 18px;
	font-size: 14px;
	border-radius: 3px;
	-webkit-transition: 400ms;
	transition: 400ms;
	display: inline-block;
}

.thm-tag a:hover {
	background: #23dbd2;
}

.thm-blog-post.thm-blog-post-big .thm-post-title {
	font-size: 32px;
	line-height: 44px;
	margin-bottom: 20px;
	margin-top: 15px;
}

.thm-blog-post .thm-post-data .thm-post-meta {
	font-size: 14px;
}

.thm-post-data ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.thm-post-data ul li {
	display: inline-block;
}

.thm-blog-post .thm-post-data ul {
	margin-top: 15px;
	font-size: 0;
}

.thm-post-data ul li {
	display: inline-block;
	font-size: 13px;
	color: #9FA6B6;
	position: relative;
}

.thm-post-data ul>li:not(:last-child) {
	padding-right: 15px;
	margin-right: 11px;
}

.thm-post-data ul>li:not(:last-child):after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 0px;
	width: 4px;
	height: 4px;
	margin-top: -1px;
	background: rgb(200, 206, 221);
	border-radius: 2px;
}

.thm-post-data li a {
	color: #9FA6B6;
}

.thm-post-data li a:hover {
	color: #456BED;
}

.thm-post-data li .fa-clock-o {
	margin-right: 5px;
}


/* Blog Post */

.thm-blog-top-wrap {
	padding: 0 0 30px;
}

.thm-featured-post .blog-post-thumbnail {
	margin-bottom: 20px;
}

.thm-blog-featured-title {
	font-size: 21px;
	line-height: 28px;
	margin-bottom: 25px;
}

.thm-cat-post {
	margin-top: 80px;
}

.thm-featured-post .thm-post-title {
	font-size: 26px;
	line-height: 34px;
	margin: 10px 0 0;
	width: 100%;
	max-width: 600px;
}

.thm-featured-post .thm-post-title a {
	color: #091E42;
	transition: 400ms;
}

.thm-featured-post .thm-post-title a:hover {
	color: #577bf4;
}

.thm-featured-post .thm-post-data ul li,
.thm-popular-post .thm-post-data ul li {
	position: relative;
	margin-right: 20px;
	font-size: 14px;
	text-transform: capitalize;
}

.thm-featured-post .thm-post-data ul li i,
.thm-popular-post .thm-post-data ul li i {
	margin-right: 10px;
}

.thm-popular-post .thm-post-data ul li:last-child,
.thm-featured-post .thm-post-data ul li:last-child {
	margin-right: 0;
}

.thm-popular-post .thm-post-title {
	margin-top: 2px;
}

.thm-popular-post .thm-post-title a {
	color: #091E42;
	transition: 400ms;
}

.thm-popular-post .thm-post-title a:hover {
	color: #577bf4;
}

.thm-excerpt-text {
	font-size: 14px;
}

.thm-excerpt-btn {
	color: #212127;
	font-size: 16px;
	margin-top: 20px;
	display: inline-block;
	font-weight: 600;
}

.thm-popular-post {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 30px;
}

.thm-blog-list-nav .col-md-6 .thm-popular-post:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.thm-popular-post .thm-post-title {
	font-size: 18px;
	line-height: 25px;
}


/* Blog banner */

.thm-blog-promotional-banner {
	position: relative;
	height: 380px;
	margin: 0 0 30px;
	background-size: cover;
	background-position: 40% 50%;
	border-radius: 6px;
	box-shadow: -1px 20px 40px -15px rgba(9, 30, 66, 0.20);
	overflow: hidden;
}

.thm-blog-promotional-banner:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(-42deg, #3F6BED 0%, #2755EC 100%);
	z-index: 1;
	opacity: .5;
}

.thm-blog-promotional-banner .thm-blog-promotional-content {
	position: absolute;
	top: 50%;
	vertical-align: middle;
	width: 100%;
	max-width: 520px;
	padding: 30px 40px;
	color: #fff;
	font-size: 14px;
	transform: translateY(-50%);
	z-index: 2;
}

.thm-blog-promotional-banner .thm-blog-promotional-content h2 {
	color: #fff;
	font-size: 42px;
	line-height: 48px;
	margin-bottom: 8px;
}

.blog-promo-btn {
	margin-top: 35px;
}

.thm-blog-promotional-banner .btn-subscribe-newsletter {
	font-size: 20px;
	border-radius: 3px;
	padding: 10px 20px;
	display: inline-block;
}

.thm-blog-promotional-banner .thm-sf-input input {
	padding: 12px 20px;
	margin: 5px 0 30px;
}

/* Blog Social Share */
.blog-single-social-share {
	padding: 25px 0;
	margin: 45px 0;
	border-top: 1px solid #DCDFE6;
	border-bottom: 1px solid #DCDFE6;
}

/* blog newsletter */

.thm-newsletter .thm-blog-promotional-content h2 {
	margin-bottom: 40px;
}

.subscribe-form-blog input {
	margin: 0;
	padding: 12px 20px;
	width: 70%;
}

.thm-newsletter-blog-single {
	background-image: linear-gradient(140deg, #456BED 0%, #2C5CFF 100%);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	padding: 40px;
	margin-top: 40px;
}

.single-post .thm-newsletter-blog-single .thm-newsletter-title {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 28px;
	color: #fff;
}

.thm-newsletter-blog-single .thm-newsletter-subtitle {
	font-size: 14px;
	line-height: 26px;
	display: block;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, .8);
}

.thm-sf-btn {
	margin-top: 20px;
}

.blog .themeum-pagination {
	margin-top: 40px;
}

#thm-newsletter-status .alert-success {
	background-color: #B9F4BC;
	border-color: #B9F4BC;
	color: #136A46;
	padding: 10px 20px;
	border-radius: 4px;
	margin: 15px 0 30px;
}

#thm-newsletter-status .alert-danger {
	background-color: #F9E0E0;
	border-color: #F9E0E0;
	color: #6A2B13;
	padding: 10px 20px;
	border-radius: 4px;
	margin: 15px 0 30px;
}


/*Widget Blog Post*/
.thm-blog-sidebar {
	position: relative;
}

.thm-blog-sidebar .widget:not(:last-child) {
	margin-bottom: 40px;
}

.thm-blog-sidebar .widget_categories,
.thm-blog-sidebar .widget_themeum_blog_posts {
	padding: 30px;
	background: #FCFDFF;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
	border-radius: 3px;
}

.thm-blog-sidebar .widget .widget-title {
	font-family: Avenir-Heavy;
	font-size: 18px;
	color: #091E42;
	line-height: 1;
	margin: 0 0 20px;
}

.widget-thm-blog-posts>.widget-thm-blog-post:not(:last-child) {
	margin-bottom: 30px;
}

.widget-thm-blog-post.widget-thm-has-thumbnail {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}

.widget-thm-blog-post.widget-thm-has-thumbnail .thm-blog-post-content {
	-ms-flex: 1;
	flex: 1;
}

.widget-thm-blog-post .thm-blog-post-thumbnail {
	width: 128px;
	margin-right: 20px;
}

.widget-thm-blog-post .thm-blog-post-date {
	font-size: 12px;
	color: #9FA6B6;
	line-height: 15px;
	margin-bottom: 10px;
}

.widget-thm-blog-post .thm-blog-post-title {
	font-size: 15px;
	color: #091E42;
	line-height: 25px;
}

.widget-thm-blog-post .thm-blog-post-title:hover {
	color: #577bf4;
}

#footer .widget-thm-blog-post .thm-blog-post-date {
	margin-bottom: 0;
}

.thm-blog-sidebar .widget_categories ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.thm-blog-sidebar .widget_categories ul li {
	font-size: 15px;
	line-height: 1;
}

.thm-blog-sidebar .widget_categories ul li a {
	display: block;
	color: #091E42;
	padding: 10px 0;
}

.thm-blog-sidebar .widget_categories ul li:first-child a {
	padding-top: 0;
}

.thm-blog-sidebar .widget_categories ul li:last-child a {
	padding-bottom: 0;
}

.thm-blog-sidebar .widget_categories ul li a:hover {
	color: #577bf4;
}

#sticky-sidebar {
	width: 100%;
}


/*Widget Plugin List*/

.widget-plugin-list .widget-plugin-list-item {
	padding: 25px 35px;
	background: #FCFDFF;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	margin-bottom: 15px;
	position: relative;
}

.widget-plugin-list .widget-plugin-list-item:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: linear-gradient(135deg, #4672EE 0%, #214EEC 100%);
	box-shadow: 0 2px 4px -1px rgba(9, 30, 66, 0.60);
	border-radius: 3px;
	opacity: 0;
	z-index: 0;
	transition: 400ms;
}

.widget-plugin-list .widget-plugin-list-item .widget-plugin-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}

.widget-plugin-list .widget-plugin-list-item:hover:after {
	opacity: 1;
}

.widget-plugin-list .widget-plugin-list-item .widget-plugin-list-item-inner {
	position: relative;
	z-index: 1;
}

.widget-plugin-list .widget-plugin-list-item img {
	height: 22px;
	margin-bottom: 10px;
}

.widget-plugin-list .widget-plugin-list-item .widget-plugin-title {
	font-size: 14px;
	letter-spacing: -0.33px;
	line-height: 25px;
	margin-bottom: 5px;
	color: #091E42;
}

.widget-plugin-list .widget-plugin-list-item:hover .widget-plugin-title {
	color: #fff;
}

.widget-plugin-list .widget-plugin-list-item .widget-plugin-subtitle {
	font-size: 15px;
	color: #091E42;
	line-height: 25px;
}

.widget-plugin-list .widget-plugin-list-item:hover .widget-plugin-subtitle {
	color: #fff;
}

@media (max-width: 767px) {
	.thm-related-product-wrap {
		display: inline-block;
	}
	.thm-related-product {
		display: block;
		margin-bottom: 30px;
	}
	.related-data-btn {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.thm-changelog-in {
		display: block;
	}
	.thm-changelog-in .thm-changelog-item {
		margin-bottom: 30px;
	}
	.thm-header-search #searchform {
		margin-top: 20px;
	}
	.thm-popular-post {
		display: block;
	}
	.thm-popular-post .blog-post-thumbnail {
		margin-bottom: 20px;
	}
	.thm-blog-promotional-banner .thm-blog-promotional-content {
		width: 100%;
		padding: 40px;
	}
	.thm-blog-promotional-banner .thm-blog-promotional-content h2 {
		color: #fff;
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 8px;
	}
	.thm-blog-promotional-banner {
		position: relative;
		height: 330px;
	}
	.thm_pricing_modal_form {
		margin-bottom: 30px;
		height: auto;
	}
	.thm-super-saver-wrap {
		margin-top: 50px;
	}
	.social-button {
		display: none;
	}
	.product-logo-wrap {
		display: none;
	}
	.thm-sticky-product {
		display: block;
	}
	.thm-sticky-feature-wrap ul {
		margin: 0 0 20px;
	}
	.thm-sticky-feature-wrap ul li {
		margin-right: 12px;
		font-size: 13px;
	}
	.product-title {
		margin-left: 0;
		margin-top: 40px;
	}
	.thm-single-item-data-in h1 {
		font-size: 36px;
	}
	.product-title span.product-subtitle {
		font-size: 18px;
		line-height: 28px;
	}
	.thm-update-info {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.admin-bar .thm-sticky-enable {
		margin-top: 0;
	}
	.thm-single-item-data-in {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.tutor-single-bg.thm-single-item-data-in {
		padding-top: 50px;
	}
	.thm-single-plugin-bg .plugin-product-title {
		margin-top: 0;
	}
	.tutor-single-bg .tutor-teacher-img {
		top: -35px;
		height: 400px;
		margin-left: -120px;
	}
	.thm-single-plugin-bg .btn-link {
		font-size: 13px;
	}
}

@media (max-width: 1170px) {
	.product-logo-wrap {
		display: none;
	}
	.thm-plugin-img {
		padding: 0;
	}
	.thm-single-plugin-bg .plugin-product-title {
		margin-top: 0;
	}
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
	.thm-popular-post {
		display: block;
	}
	.thm-popular-post .blog-post-thumbnail {
		margin-bottom: 20px;
	}
	.thm-header-search #searchform {
		padding: 8px;
	}
	.product-title {
		margin-left: 0;
		margin-top: 0;
	}
	.thm-single-item-data-in h1 {
		font-size: 28px;
	}
	.product-title span.product-subtitle {
		font-size: 18px;
		line-height: 26px;
	}
	.social-button {
		display: none;
	}
	.thm-sticky-item.product-logo-wrap {
		display: none;
	}
	.thm-sticky-feature-wrap ul li {
		margin-right: 15px;
		font-size: 14px;
	}
	.thm-sticky-btn-wrap .btn {
		padding: 12px 25px;
	}
	.thm-single-related-product label {
		margin-left: 25px;
	}
	.thm-single-related-product input,
	.thm-single-related-product label {
		font-size: 11px;
	}
	.thm-additional-related-title {
		font-size: 13px;
		line-height: 22px;
	}
	.thm-pricing-feature-group1 ul li {
		font-size: 13px;
		line-height: 20px;
		text-transform: capitalize;
	}
	.thm-pricing-license-desc {
		padding: 8px 15px;
		font-size: 12px;
	}
	.thm-single-plugin-bg .plugin-product-title {
		margin-top: 0;
	}
	.tutor-single-bg .tutor-teacher-img {
		top: -35px;
		height: 440px;
		margin-left: -90px;
	}
}


/* theme listing */

.thm-product-inner.theme_listing_item {
	background: #FFFFFF;
	box-shadow: 0 1px 1px 0 rgba(9, 30, 66, 0.15);
	border-radius: 6px;
	margin-bottom: 50px;
	position: relative;
	transition: all 300ms;
	overflow: hidden;
}

.thm-product-inner.theme_listing_item:hover {
	box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
	transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
}

.theme-listing-nav-wrap {
	background: #456BED;
	padding: 0 30px;
	margin-bottom: 40px;
	border-radius: 3px;
}

.theme-item-thumbnail img {
	width: 100%;
	height: 100%;
}

.theme_listing_item:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(9, 30, 66, 0.7);
	opacity: 0;
	transition: opacity 300ms;
}

.theme_listing_item:hover:before {
	opacity: 1;
}

.theme_listing_item .thm-preview-btn-group {
	position: absolute;
	top: 50%;
	margin-top: 0;
	width: 100%;
	text-align: center;
	z-index: 1;
	opacity: 0;
	transform: translateY(-50%);
	transition: opacity 0.4s;
}

.theme_listing_item .thm-preview-btn-group>div:first-child {
	margin-bottom: 20px;
}

.theme_listing_item:hover .thm-preview-btn-group {
	opacity: 1;
}

.theme_listing_item .thm-preview-btn-group a {
	width: 160px;
}

.theme-data-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
	position: relative;
}

.theme-data-title a {
	color: #091E42;
	transition: 400ms;
	position: relative;
}

.theme-data-subtitle {
	font-size: 15px;
	color: #6B788E;
	line-height: 24px;
	height: 48px;
	display: block;
}

.theme-product-data {
	padding: 30px 25px;
	position: relative;
}

.theme-product-content {
	position: relative;
	margin: 20px 0 0;
}

.theme-data-tag {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.theme-data-tag li {
	font-size: 12px;
	color: #9FA6B6;
	display: inline-block;
	letter-spacing: 1.5px;
	line-height: 22px;
	text-transform: capitalize;
	position: relative;
}

.theme-data-tag li:not(:last-child) {
	padding-right: 8px;
	margin-right: 10px;
}

.theme-data-tag li:not(:last-child):after {
	content: " ";
	position: absolute;
	width: 2px;
	height: 2px;
	background: #D8D8D8;
	border-radius: 2px;
	top: 50%;
	right: -1px;
}

.theme-badge {
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	font-size: 14px;
	color: #9FA6B6;
	text-transform: capitalize;
}

.theme-badge i {
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 2px;
	display: inline-block;
	text-align: center;
	color: #fff;
	margin-right: 8px;
	font-weight: 600;
}

.theme-badge.theme-badge-new i {
	background: #27ce28;
}

.theme-badge.theme-badge-hot i {
	background: #DD3E3E;
}

.theme-badge.theme-badge-sale i {
	background: #1cbd7a;
}

.theme-nav-category-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}

.theme-nav-category-list li {
	display: inline-block;
}

.theme-nav-category-list li:not(:last-child) {
	margin-right: 30px;
}

.theme-nav-category-list li a {
	display: block;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.8);
	padding: 12px 0;
	transition: 400ms;
}

@media (max-width: 767px) {
	.theme-nav-category-list li a {
		font-size: 16px;
	}
	.theme-nav-category-list li:not(:last-child) {
		margin-right: 20px;
	}
}

.theme-nav-category-list li.active a {
	border-top: 3px solid #fff;
	padding-top: 9px;
	color: #fff;
}

.theme-nav-category-list li a:hover {
	color: #fff;
}

.theme-listing-search {
	position: relative;
	margin-top: 45px;
	width: 100%;
	max-width: 540px;
}

@media (max-width: 767px) {
	.theme-listing-search {
		margin-top: 30px;
	}
}

.theme-listing-search .fa-search {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	color: #9FA6B6;
}

.theme-listing-search .ajax-search i {
	right: 0;
	left: auto;
}

.theme-listing-search input[type="text"] {
	padding: 11px 20px 11px 45px;
}

.theme-listing-search form {
	position: relative;
}

.theme-listing-search form .thm-search-btn {
	position: absolute;
	right: 15px;
	top: 12px;
	color: #456BED;
	padding: 0;
	background: none;
	margin: 0;
	line-height: 0;
}


/* seection title */

.section-title .wppb-feature-box-title {
	color: #577BF4;
	font-size: 15px;
	letter-spacing: 6.5px;
	text-transform: uppercase;
	line-height: 16px;
	margin-top: 0;
	margin-bottom: 17px;
	font-family: 'Muli', sans-serif;
	font-weight: 700;
}

.section-title .wppb-feature-box-subtitle {
	color: #212127;
	font-size: 32px;
	line-height: 44px;
	letter-spacing: -.4px;
	margin-top: 0;
	margin-bottom: 14px;
}

.section-title .wppb-feature-box-intro {
	color: rgba(33, 33, 39, 0.6);
	font-size: 16px;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: -.3px;
	font-family: 'Muli', sans-serif;
}


/* feature top item */

.feature-top-item .wppb-feature-box-img img {
	height: 60px;
}

.bottom-feature .feature-top-item .wppb-feature-box-img img {
	height: 50px;
}

.feature-top-item .wppb-feature-box-title {
	color: #212127;
	font-size: 18px;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 0;
	letter-spacing: -.3px;
	font-family: 'Muli', sans-serif;
}

.bottom-feature .feature-top-item .wppb-feature-box-title {
	font-size: 16px;
}


/* feature middle item */

.feature-middle-item .wppb-feature-box-subtitle {
	color: #212127;
	font-size: 32px;
	line-height: 40px;
	margin-top: 0;
	margin-bottom: 20px;
	letter-spacing: -.4px;
	font-family: 'Muli', sans-serif;
}

.feature-middle-item .wppb-feature-box-intro {
	color: rgba(33, 33, 39, 0.8);
	font-size: 16px;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: -.3px;
	font-family: 'Muli', sans-serif;
}


/*------------------------------------
* -------- featured list --------
-------------------------------------- */
.thm-featured-middle-icon {
	color: #577bf4;
	margin-right: 15px;
}
.thm-featured-middle-icon .fa-circle {
	font-size: 10px;
	position: relative;
	top: -1px;
}
.thm-featured-middle-title {
	font-size: 15px;
	line-height: 1.5;
	color: #212127;
}
.thm-featured-middle-item {
	margin-bottom: 15px;
}
.thm-featured-middle-items.block .thm-featured-middle-item:last-child {
	margin-bottom: 0;
}
.thm-featured-middle-items.inline {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 15px;
}
.thm-featured-middle-items.inline .thm-featured-middle-item {
	margin-right: 0;
}
.thm-featured-middle-title {
	margin-right: 5px;
}
.thm-featured-middle-items.inline .thm-featured-middle-title {
    margin-right: 0;
}
.thm-featured-middle-unique {
	background: #12D5A6;
	border-radius: 1px;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	padding: 2px 5px;
	font-weight: 700;
}


.why-choose-list .thm-featured-middle-title {
	color: #fff;
}
.why-choose-list .thm-featured-middle-icon {
	color: #fff;
}


/* builder feature */
.pagebuilder-feature .wppb-feature-box-title {
	color: #212127;
	font-size: 18px;
	line-height: 25px;
	margin-top: 0;
	margin-bottom: 20px;
	letter-spacing: -.2px;
	font-family: 'Muli', sans-serif;
	font-weight: 700;
}

.pagebuilder-feature .wppb-feature-box-intro {
	color: rgba(33, 33, 39, 0.8);
	font-size: 14px;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: -.3px;
	font-family: 'Muli', sans-serif;
}

.pagebuilder-feature .wppb-feature-box-content {
	padding: 0 20px;
}


/* crowdfunding addons */

.crowdfunding-addons .wppb-feature-box-title {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	color: #fff;
	line-height: 1;
	padding: 5px 7px;
	border-radius: 2px;
	font-family: 'Muli';
	margin-top: 0;
	margin-bottom: 15px;
}

.crowdfunding-addons.pro-feature .wppb-feature-box-title {
	background: #456BED;
}

.crowdfunding-addons.free-feature .wppb-feature-box-title {
	background: #8BC541;
}

.crowdfunding-addons .wppb-feature-box-subtitle {
	font-size: 24px;
	display: block;
	color: rgba(33, 33, 39, 0.9);
	line-height: 1;
	margin-bottom: 15px;
}

.crowdfunding-addons .wppb-feature-box-intro {
	font-size: 16px;
	display: block;
	color: rgba(33, 33, 39, 0.8);
}

.crowdfunding-addons .feature-box-left-body {
	padding: 40px 15px;
}


/* testimonial */

.theme-testimonial .testimonial-layout-two .wppb-testimonial-image {
	margin-bottom: 0;
}

.theme-testimonial .wppb-testimonial-image img {
	width: 120px;
	border-radius: 0;
}

.theme-testimonial .wppb-testimonial-introtext {
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: rgba(33, 33, 39, 0.8);
}

.theme-testimonial .wppb-testimonial-name {
	font-size: 18px;
	line-height: 25px;
	font-family: 'Muli', sans-serif;
	margin-top: 0;
	margin-bottom: 2px;
	font-weight: 600;
	color: #212127;
}

.theme-testimonial .wppb-testimonial-designation {
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	margin-top: 24px;
	color: rgba(33, 33, 39, 0.8);
}


/* why choose us image color */

.why-choose-us-img .wppb-addon-image-caption {
	color: #fff;
}


/* Docs Info */

.thm-docs-info .wppb-feature-box-content {
	padding: 40px 30px;
	background: #fff;
	text-align: center;
	transition: 400ms;
}

.thm-docs-info .wppb-feature-box-content:hover {
	box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.3);
}

.thm-docs-info .wppb-feature-box-img img {
	height: 100px;
}

.thm-docs-info .wppb-feature-box-subtitle {
	font-size: 20px;
	line-height: 25px;
	font-weight: 600;
	font-family: 'Muli', sans-serif;
	color: #212127;
	margin-top: 25px;
	margin-bottom: 15px;
	letter-spacing: -.3px;
}

.thm-docs-info .wppb-feature-box-intro {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	font-family: 'Muli', sans-serif;
	color: rgba(33, 33, 39, 0.8);
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: -.2px;
}

.thm-docs-info .wppb-feature-box-content .wppb-btn-addons {
	font-size: 16px;
	line-height: 25px;
	font-weight: 600;
	font-family: 'Muli', sans-serif;
	color: #456BED;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: -.2px;
	transition: 400ms;
}

.thm-docs-info .wppb-feature-box-content .wppb-btn-addons:hover {
	color: #2f53cb;
	text-decoration: underline;
}

@media only screen and (max-width: 992px) {
	.crowdfunding-addons .feature-box-left {
		display: block;
		text-align: center;
		padding-top: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.theme-listing-nav-wrap {
		grid-template-columns: 1fr;
		grid-row-gap: 20px;
	}
	.theme-nav-category-list li {
		margin-right: 25px;
	}
	.thm-client-list-items {
		margin-bottom: 30px;
	}
	body.thmnoticebarwrap {
		margin-top: 110px !important;
	}
	.thmnoticebarwrap .thmnoticebar {
		height: 110px !important;
	}
}

.woocommerce-page .woocommerce-ordering,
.woocommerce-page .page-title,
.woocommerce-page .woocommerce-result-count {
	display: none;
}

.woocommerce-content-wrap {
	margin-bottom: 50px;
}

.woocommerce-content-wrap .container-theme-wrap {
	margin-top: 0;
}


/*Helper Classes*/

.fa-muted {
	color: #DDE4FC;
}


/*Blocks*/

.themeum-block-downloaded {
	font-family: AvenirLTPro-Heavy;
	background: #FFFFFF;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	padding: 25px 40px;
}

@media (max-width: 767px) {
	.themeum-block-downloaded {
		padding: 25px 20px;
	}
}

.themeum-block-downloaded .themeum-download-info {
	font-size: 24px;
	color: #9FA6B6;
	line-height: 36px;
}

@media (max-width: 767px) {
	.themeum-block-downloaded .themeum-download-info {
		font-size: 16px;
		line-height: 24px;
	}
}

.themeum-block-downloaded .themeum-download-count {
	font-size: 36px;
	color: #456BED;
}

@media (max-width: 767px) {
	.themeum-block-downloaded .themeum-download-count {
		font-size: 24px;
	}
}

.themeum-block-downloaded .themeum-download-count>span {
	display: inline-block;
	background: #F8FAFF;
	border-radius: 3px;
	color: #456BED;
}

.themeum-block-downloaded .themeum-download-count>span:first-child {
	margin-right: 10px;
}

.themeum-block-downloaded .themeum-download-count>span:last-child {
	margin-left: 10px;
}

.themeum-block-downloaded .themeum-download-count>span>span {
	font-size: 36px;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 66px;
	text-align: center;
	position: relative;
}

@media (max-width: 767px) {
	.themeum-block-downloaded .themeum-download-count>span>span {
		font-size: 18px;
		width: 36px;
		height: 36px;
		line-height: 38px;
	}
}

.themeum-block-downloaded .themeum-download-count>span>span:not(:last-child):after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 34px;
	opacity: 0.3;
	border: 1px solid #9FA6B6;
	transform: translateY(-50%);
}

@media (max-width: 767px) {
	.themeum-block-downloaded .themeum-download-count>span>span:not(:last-child):after {
		height: 18px;
	}
}


/*Video Block*/

.themeum-block-block-inner {
	padding: 30px;
	background: #FFFFFF;
	text-align: center;
	box-shadow: 0 1px 1px 0 rgba(9, 30, 66, 0.15);
	border-radius: 3px;
	margin-bottom: 30px;
	cursor: pointer;
	position: relative;
	transition: 400ms;
}

.themeum-block-block-inner:hover,
.themeum-block-block-inner:focus {
	box-shadow: 0 10px 20px 0 rgba(9, 30, 66, 0.20);
	transform: translateY(-3px);
}

.themeum-block-block-inner img {
	height: 45px;
	display: inline-block;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .5;
	transition: 400ms;
	margin-bottom: 25px;
}

.themeum-block-block-inner:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}

.themeum-block-block-inner .themeum-block-block-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
}

.themeum-block-block-inner .themeum-block-preview-video {
	width: 400px;
	background: #FFFFFF;
	box-shadow: 0 1px 1px 0 rgba(9, 30, 66, 0.15);
	border-radius: 3px;
	position: absolute;
	bottom: 100%;
	transform: translate(-40%, -25px);
}

.themeum-block-preview-video-inner {
	padding: 15px;
	position: relative;
}

.themeum-block-preview-video-inner:before,
.themeum-block-preview-video-inner:after {
	content: " ";
	position: absolute;
	left: 65%;
	transform: translateX(-50%);
	border-style: solid;
}

.themeum-block-preview-video-inner:before {
	z-index: 1;
	bottom: -36px;
	border-width: 18px;
	border-color: #fff transparent transparent transparent;
}

.themeum-block-preview-video-inner:after {
	z-index: 0;
	bottom: -38px;
	border-width: 19px;
	border-color: rgba(9, 30, 66, .15) transparent transparent transparent;
}


/*Extended Row*/

.themeum-extended-row {
	overflow: hidden;
}

.themeum-image-column {
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.themeum-image-right .themeum-image-column {
		order: 2;
		margin-bottom: 0;
	}
	.themeum-image-right .themeum-image-column>div {
		margin-right: -900px;
		padding-left: 60px;
	}
}

@media (min-width: 992px) {
	.themeum-image-left .themeum-image-column {
		margin-bottom: 0;
	}
	.themeum-image-left .themeum-image-column>div {
		margin-left: -260px;
		text-align: right;
		padding-right: 60px;
	}
}

.themeum-extended-row .qubely-list li:not(:last-child) {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EDEFF4;
}

.themeum-extended-row .qubely-list li {
	display: flex;
}

.themeum-extended-row .qubely-list li::before {
	background-image: -webkit-linear-gradient(296deg, #FC5BDE 0%, #686DFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/*Qubely Table*/

.table.table-qubely-comparison thead tr {
	background-image: linear-gradient(144deg, #1C004B 0%, #020B2D 100%);
	border-radius: 3px 3px 0 0;
	color: #fff;
}

.table.table-qubely-comparison thead tr th {
	padding: 30px 30px 30px 30px;
	font-size: 15px;
	color: rgba(255, 255, 255, .6);
	border: 0;
}

.table-qubely-comparison tfoot .qubely-td {
	padding: 0;
	
}
.table-qubely-comparison tfoot .qubely-td .btn-narrow {
	margin-top: 30px;
}
.qubely-table-responsive .text-muted {
	position: relative;
    top: -60px;
}

.table.table-qubely-comparison thead tr th:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, .2);
}

.table.table-qubely-comparison thead tr th img {
	min-width: 120px;
}

.table.table-qubely-comparison thead tr span {
	display: block;
	font-family: AvenirLTPro-Heavy;
	font-size: 32px;
	color: #FFFFFF;
	line-height: 34px;
	margin-bottom: 0;
}

.table.table-qubely-comparison thead tr br {
	display: none;
}

.table.table-qubely-comparison tbody td,
.table.table-qubely-comparison tbody th {
	padding: 15px 30px;
	border: 1px solid #DCDFE6;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
}

.table.table-qubely-comparison tbody td {
	text-align: center;
}

.table.table-qubely-comparison tbody th .css-tooltip {
	float: right;
	margin-top: 4px;
}

.table.table-qubely-comparison tbody th .fa-info-circle {
	color: #DEE0E5;
}

.table.table-qubely-comparison tbody td.qubely-td {
	background: #EEEAF6;
}

.table.table-qubely-comparison tbody .fa-check {
	color: #06A400;
}

.table.table-qubely-comparison tbody .fa-times {
	color: #FB6E83;
}

.qubely-table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.qubely-table-responsive .table.table-qubely-comparison {
	border: 1px solid transparent;
}


/*CSS Tooltip*/

.css-tooltip {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.css-tooltip .css-tooltip-text:after {
	content: " ";
	position: absolute;
	bottom: -20px;
	left: 50%;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	transform: translateX(-50%);
	z-index: 2;
}

.css-tooltip .css-tooltip-text {
	visibility: hidden;
	width: 220px;
	background: #FFFFFF;
	border-radius: 3px;
	text-align: center;
	border-radius: 6px;
	padding: 15px 10px;
	font-size: 14px;
	line-height: 24px;
	color: #6B788E;
	position: absolute;
	z-index: 1;
	bottom: 40px;
	left: 50%;
	margin-left: -110px;
	opacity: 0;
	transition: opacity 400ms;
	box-shadow: rgba(9, 30, 66, 0.15) 0 2px 10px;
}

.css-tooltip:hover .css-tooltip-text {
	visibility: visible;
	opacity: 1;
}


/*WordCamp Sponsorship*/

.thm-sponsor {
	text-align: center;
	margin: 15px 0;
}

.thm-sponsor .thm-sponsor-title {
	margin-top: 15px;
	font-size: 15px;
	line-height: 27px;
}

.thm-sponsor .thm-sponsor-title,
.thm-sponsor .thm-sponsor-title a {
	color: #68768D;
}
.thm-sponsor .thm-sponsor-title a:hover {
	color: #456BED;
}

/* Risk Free */
.thm-risk-free {
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.thm-risk-free .wppb-feature-box-title {
    margin: 0;
}
.woocommerce-checkout .thm-risk-free .feature-box-left-media img {
    width: 110px;
}
.woocommerce-checkout .thm-risk-free .wppb-feature-box-title {
    font-size: 20px;
    line-height: 1.2;
}
.thm-risk-free .feature-box-left {
    align-items: center;
}
.thm-risk-free .wppb-feature-box-intro {
    font-size: 14px;
    color: #777;
    line-height: 1.7;
}
.thm-risk-free .feature-box-left-media {
    margin-right: 30px;
}
.thm-risk-free ul.thm-risk-free-item {
    list-style: none;
    padding: 0;
    margin: 0;
}
.thm-risk-free-item li {
    margin-right: 40px;
    display: inline-block;
    margin-bottom: 10px;
}
.thm-risk-free-item li i {
    margin-right: 10px;
    color: #6bd449;
}

/********************************/
/*****Popup Price Modal Css******/
/********************************/
a.btn-gopro {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 125px;
    width: 125px;
    border-radius: 50%;
    font-size: 24px;
    color: #456bed;
    box-shadow: 3px 10px 20px -5px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    text-align: center;
    font-family: AvenirLTPro-Heavy;
    transform: translate(0, 0);
    font-weight: normal;
    transition: 400ms;
    position: fixed;
    right: 40px;
    top: 140px;
    z-index: 999;
}

a.btn-gopro:hover, 
#price-modal-popup button.mfp-close:hover{
    transform: translate(0, -5px);
	box-shadow: 0 20px 35px -5px rgba(0, 0, 0, 0.30);
}

#price-modal-popup button.mfp-close {
	height: 110px;
	width: 110px;
	border-radius: 50%;
    box-shadow: 3px 10px 20px -5px rgba(0, 0, 0, 0.2);
    transform: translate(0, 0);
	top: 50px;
	right: 40px;
	overflow: hidden;
	background-image: url(../images/cross-with-bg.svg);
	background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 16px solid;
    transition: 400ms;
}

#price-modal-popup button.mfp-close:focus{
	outline: 0;
}
.white-popup-block {
	background: #eef0f6;
	padding: 20px 30px;
	text-align: left;
	max-width:100%;
	margin: 40px auto;
	position: relative;
	height: 100%;
	margin: 40px auto 0;
}

@media (max-width: 768px) {
    a.btn-gopro {
        height: 80px;
        width: 80px;
        right: 15px;
        top: 140px;
		font-size: 16px;
    }
}


/* ==== Popup Zoom effect ====*/
 .mfp-zoom-in .mfp-with-anim {
	 opacity: 0;
	 transition: all 0.2s ease-in-out;
	 transform: scale(0.8);
}
 .mfp-zoom-in.mfp-bg {
	 opacity: 0;
	 transition: all 0.3s ease-out;
}
 .mfp-zoom-in.mfp-ready .mfp-with-anim {
	 opacity: 1;
	 transform: scale(1);
}
 .mfp-zoom-in.mfp-ready.mfp-bg {
	 opacity: 0.8;
}
 .mfp-zoom-in.mfp-removing .mfp-with-anim {
	 transform: scale(0.8);
	 opacity: 0;
}
 .mfp-zoom-in.mfp-removing.mfp-bg {
	 opacity: 0;
}
 
  
  