/* https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/ */
#page.site{
	overflow: hidden;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
body{
	background-repeat: no-repeat;
	background-size: cover;
}
body::before {
	content: "";
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
}
img {
	max-width: 100%;
	height: auto;
}
.themestek-hide, 
.tstk-hide {
	display: none;
}

/*--- Owl carsoul resize issue solve ---*/
#primary {
	width: 100%;
}
body {
	overflow: visible;
	overflow-x: hidden;
}
a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	color: inherit;
	outline: none;
}
a {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
p {
	margin: 0 0 25px;
}
dl, ol, ul {
	margin-bottom: 25px;
}
blockquote {
	padding: 30px;
	padding-right: 60px;
	margin: 60px 0px 60px 0;
	border-left: 5px solid #000;
	background-color: transparent;
	font-size: 18px;
	line-height: 26px;
	position: relative;
}
blockquote p {
	margin-bottom: 0;
	z-index: 1
}
blockquote.is-large {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
blockquote cite {
	font-size: 16px;
	margin-top: 15px;
	display: inline-block;
	font-style: normal;
}
.wp-block-preformatted {
	border: none;
	background: none;
	padding: 0px;
}
.wp-block-verse {
	border: none;
	background: none;
	padding: 0px;
	font-family: inherit;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
}
.wp-block-separator {
	border: none;
	border-bottom: 2px solid #8f98a1;
	margin: 1.65em auto;
}
.tstk-overflow-visible {
	overflow: visible !important;
}
.closepanel, 
.sub-menu-toggle {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
	margin-bottom: 20px;
}
pre {
	border: 1px solid #d1d1d1;
	line-height: 1.3125;
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px 20px 45px 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
.edit-link a {
	padding: 7px 20px;
	background-color: #eee;
	overflow: hidden;
	display: inline-block;
	border-radius: 5px;
}
.tstk-slider-area {
	background-color: #e7e7e7;
	position: relative;
	z-index: 1;
}
.tstk-slider-area > p.rs-p-wp-fix{
	display:none
}
.tstk-slider-area > div > div {
	margin: 0 !important;
}
.tstk-underline {
	text-decoration: underline;
}

/* --------------------------------------
 * WordPress Core
 * ---------------------------------------*/
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
img.alignnone {
	margin: 5px 20px 20px 0;
}
img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text {
	font-style: italic;
	color: #b3b3b3;
	font-size: 12px;
	line-height: 1.6153846154;
	padding-top: .5384615385em;
}

/*--- Text meant only for screen readers. ---*/
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* --------------------------------------
 * Table Section
 * ---------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: middle;
	width: 100%;
	margin: 0 0 1.75em;
}
table th {
	border: 0;
	padding: 5px 7px
}
table td {
	padding: 5px 10px
}
table tbody tr,
table thead tr {
	border: 1px solid #e6e6e6
}
table tbody th {
	background: #f9f9f9;
}
table tbody th,
table tbody td {
	border-right: 1px solid #e6e6e6
}

/* --------------------------------------
 * gallery
 * ---------------------------------------*/
.gallery {
	margin: 0;
}
.gallery-item {
	max-width: 33.33%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 0;
	padding: 2px;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #686868;
	display: block;
	font-size: 16px;
	font-style: italic;
	line-height: 26px;
	padding-top: 0.5384615385em;
	padding-bottom: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* --------------------------------------
 * Page links
 * ---------------------------------------*/
.page-links, .tstk-page-links {
	clear: both;
	font-size: 16px;
	font-weight: 600;
	margin: 25px 0;
	color: #000;
	letter-spacing: 0.5px;
}
.page-links a, .tstk-page-links a {
	border: 1px solid #000;
}
.page-links a, .page-links > span,
.tstk-page-links a, .tstk-page-links > span {
	text-decoration: none;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 0px 2px;
}
.page-links a:hover, .tstk-page-links a:hover {
	background-color: #000;
	color: #fff;
}
.page-links > span, .tstk-page-links > span {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}
.page-links > a:first-child,
.page-links>span:first-child,
.tstk-page-links > a:first-child,
.tstk-page-links>span:first-child {
	margin-left: 15px;
}

/* --------------------------------------
 * Logo Setting
 * ---------------------------------------*/
.headerlogo {
	height: 105px;
	line-height: 105px;
}
.site-title img {
	max-height: 50px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}
.site-title {
	margin: 0;
	padding: 0;
	display: table;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 105px;
}
.site-title a {
	display: table-cell;
	vertical-align: middle;
}
.site-title a .site-title-text {
	display: none;
}

/* --------------------------------------
 * Menu Setting
 * ---------------------------------------*/
.tstk-navbar {
	padding: 0;
	margin: 0;
	border: 0;
	width: auto;
}
.tstk-navbar ul, .tstk-navbar li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tstk-mobile-search {
	display: none;
}

/* --------------------------------------
 * Footer Menu Setting
 * ---------------------------------------*/
.tstk-footer-menu-area {
	text-align: right;
	margin-top: 15px;
}
.tstk-footer-menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.tstk-footer-menu li {
	display: inline-block;
	margin: 0 10px;
}
.tstk-footer-menu li li {
	display: none;
}

/* --------------------------------------
 * Heading Subheading Element
 * ---------------------------------------*/
.elementor-widget-container > .tstk-heading-subheading{
	position: relative;
	z-index: 1;
}
.tstk-heading-subheading .tstk-element-title,
.tstk-heading-subheading:not(.tstk-reverse-heading-yes) .tstk-element-title,
.tstk-heading-subheading .tstk-element-heading{
	margin-bottom: 0;
}
.tstk-heading-subheading .tstk-heading-desc{
	margin-top: 30px;
}
.tstk-heading-subheading.center-align{
	text-align: center;
}
.tstk-heading-subheading.center-align .tstk-heading-desc{
	margin-left: auto;
	margin-right: auto;
}
.tstk-heading-subheading h4.tstk-element-subtitle{
	margin: 0;
}
.tstk-heading-subheading.left-align .tstk-heading-desc,
.tstk-heading-subheading.center-align .tstk-heading-desc{
	max-width: 800px;
}
.tstk-heading-subheading {
	margin-bottom: 45px;
}
.tstk-heading-subheading.right-align{
	text-align: right;
}
.tstk-heading-subheading:empty{
	display: none;
}
.tstk-text-color-white .tstk-heading-subheading .tstk-element-subtitle,
.tstk-text-color-white .tstk-heading-subheading .tstk-element-heading{
	color: #fff;
}

/* --------------------------------------
 * Global text color
 * ---------------------------------------*/
.tstk-color-white,
.tstk-text-color-white,
.tstk-text-color-white .elementor-widget-text-editor {
	color: #fff;
}
.tstk-color-blackish,
.tstk-text-color-blackish,
.tstk-text-color-blackish .elementor-widget-text-editor {
	color: #000;
}

/* --------------------------------------
 * Global Form Input
 * ---------------------------------------*/
 /* clears the ‘X’ from Chrome  */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}
input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="search"],
select,
textarea {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 14px;
	color: #848484;
	line-height: normal;
	padding: 0px 15px;
	font-weight: 400;
	background: #f2f3f8;
	border: 0;
	border-radius: 0;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: .5em;
	background: transparent;
	border: none;
	border-radius: 3px;
	padding: 15px 20px;
	font-size: 1em;
	line-height: normal;
}
input:focus, select:focus, textarea:focus {
	border-color: #ff6600;
	outline: none !important;
}
textarea {
	height: 150px;
	resize: none;
	padding: 12px 15px;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
	position: relative;
	background-color: #222;
	border: none;
	font-family: inherit;
	cursor: pointer;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	border-radius: 0;
	padding: 10px 40px;
	font-weight: 500;
	letter-spacing: 0.3px;
}
.tstk-select {
	position: relative;
	display: block;
	background-color: #eff2f7;
}
.tstk-select::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	pointer-events: none;
}
.tstk-select::after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: .75em;
	border-top: 6px solid black;
	opacity: 0.5;
}
select::-ms-expand {
	display: none;
}

/* --------------------------------------
 * Sidebar padding top
 * ---------------------------------------*/
.tstk-sidebar-left .site-content-contain .site-content > .row {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}
.themestek-sidebar .widget {
	margin-bottom: 30px;
}
.themestek-sidebar .widget_search .wp-block-search__label,
.themestek-sidebar .widget_block .wp-block-group h2,
.themestek-sidebar .widget .widget-title {
	margin-bottom: 20px;
	position: relative;
	padding: 8px 0;
}
.tstk-sidebar-left .site-content-contain > .site-content > .row {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}
.site-content .widget .wp-block-latest-comments {
	padding: 0;
}

/* --------------------------------------
 * Colum gaping setting
 * ---------------------------------------*/
 /*--- gap-Default ---*/
.tstk-element-posts-wrapper.row{
	margin-left: -15px;
	margin-right: -15px;
}
.tstk-element-posts-wrapper.row .tstk-ele{
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
}

/*--- themestek-gap-0px ---*/
.themestek-gap-0px .tstk-element-posts-wrapper.row .tstk-ele {
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.themestek-gap-0px .tstk-element-posts-wrapper.row{
	margin-left: 0;
	margin-right: 0;
}

/*--- themestek-gap-5px ---*/
.themestek-gap-5px .tstk-element-posts-wrapper.row .tstk-ele{
	padding-left: 2.5px;
	padding-right: 2.5px;
	margin-bottom: 5px;
}
.themestek-gap-5px .tstk-element-posts-wrapper.row{
	margin-left: -2.5px;
	margin-right: -2.5px;
}

/*--- themestek-gap-10px ---*/
.themestek-gap-10px .tstk-element-posts-wrapper.row{
	margin-left: -5px;
	margin-right: -5px;
}
.themestek-gap-10px .tstk-element-posts-wrapper.row .tstk-ele{
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}

/*--- themestek-gap-15px ---*/
.themestek-gap-15px .tstk-element-posts-wrapper.row{
	margin-left: -7.5px;
	margin-right: -7.5px;
}
.themestek-gap-15px .tstk-element-posts-wrapper.row .tstk-ele{
	padding-right: 7.5px;
	padding-left: 7.5px;
	margin-bottom: 15px;
}

/*--- themestek-gap-20px ---*/
.themestek-gap-20px .tstk-element-posts-wrapper.row{
	margin-left: -10px;
	margin-right: -10px;
}
.themestek-gap-20px .tstk-element-posts-wrapper.row .tstk-ele{
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}

/*--- themestek-gap-25px ---*/
.themestek-gap-25px .tstk-element-posts-wrapper.row{
	margin-left: -12.5px;
	margin-right: -12.5px;
}
.themestek-gap-25px .tstk-element-posts-wrapper.row .tstk-ele{
	padding-right: 12.5px;
	padding-left: 12.5px;
	margin-bottom: 25px;
}

/*--- themestek-gap-30px ---*/
.themestek-gap-30px .tstk-element-posts-wrapper.row{
	margin-left: -15px;
	margin-right: -15px;
}
.themestek-gap-30px .tstk-element-posts-wrapper.row .tstk-ele{
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
}

/*--- themestek-gap-40px ---*/
.themestek-gap-40px .tstk-element-posts-wrapper.row{
	margin-left: -20px;
	margin-right: -20px;
}
.themestek-gap-40px .tstk-element-posts-wrapper.row .tstk-ele{
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 40px;
}

/*--- themestek-gap-50px ---*/
.themestek-gap-50px .tstk-element-posts-wrapper.row{
	margin-left: -25px;
	margin-right: -25px;
}
.themestek-gap-50px .tstk-element-posts-wrapper.row .tstk-ele{
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 50px;
}
/* --------------------------------------
 * preloader
 * ---------------------------------------*/
.tstk-preloader {
	background-color: white;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100px;
	display: block;
}

/* --------------------------------------
 * Titlebar Wrapper
 * ---------------------------------------*/
.tstk-title-bar-wrapper {
	position: relative;
	z-index: 0;
}
.tstk-title-bar-wrapper.tstk-titlebar-style-center .tstk-breadcrumb,
.tstk-title-bar-wrapper.tstk-titlebar-style-center .tstk-title-bar-content-inner {
	width: 100%;
	text-align: center;
}
.tstk-title-bar-wrapper::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: none !important;
}
.tstk-title-bar-content {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	padding: 64px 0px;
}
.tstk-title-bar-content .tstk-tbar,
.tstk-title-bar-content .tstk-breadcrumb {
	display: block;
}
.tstk-breadcrumb,
.tstk-breadcrumb .current-item {
	opacity: 0.9;
}
.tstk-breadcrumb a {
	opacity: 1;
}
.tstk-breadcrumb-inner .sep {
	margin: 0 5px;
}
.tstk-title-bar-content .tstk-tbar-inner {
	max-width: none;
	padding: 0;
}
.tstk-breadcrumb-inner i {
	font-size: 13px;
	margin: 0 10px;
	display: inline-block;
}
.tstk-title-bar-content .tstk-tbar-title {
	margin-bottom: 5px;
}
.tstk-bg-color-white.tstk-bg-image-yes::before {
	background-color: rgba(255, 255, 255, 0.9);
}
.tstk-bg-color-light.tstk-bg-image-yes::before {
	background-color: rgba(240, 240, 240, 0.9);
}
.tstk-bg-color-blackish.tstk-bg-image-yes::before {
	background-color: rgba(0, 0, 0, 0.6);
}
.tstk-bg-color-gradientcolor.tstk-bg-image-yes::before {
	opacity: 0.5;
}

/* --------------------------------------
 * Pre Header setting
 * ---------------------------------------*/
.tstk-pre-header-wrapper {
	height: 50px;
	line-height: 50px;
	background-color: #000;
}
.tstk-pre-header-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tstk-contact-info li {
	display: inline-block;
	padding: 0 0 0 15px;
	vertical-align: top;
}
.tstk-contact-info li i {
	margin-right: 5px;
}

/*--- Topbar social icon ---*/
.tstk-pre-header-wrapper .tstk-social-links li {
	margin-right: 8px;
	display: inline-block;
}
.tstk-pre-header-wrapper .tstk-social-links li:last-child {
	margin-right: 0px;
}
.tstk-pre-header-wrapper .tstk-social-links a {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	font-size: 13px;
	vertical-align: middle;
}
.tstk-pre-header-wrapper .tstk-social-links a:hover {
	transition: all 500ms ease;
}

/* --------------------------------------
 * Header setting
 * ---------------------------------------*/
.tstk-header-wrapper {
	z-index: 999;
}
.tstk-navbar > div > ul > li,
.tstk-navbar > div > ul > li > a,
.tstk-navbar div > ul > li > a,
.site-title {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

/*--- Logo setting ---*/
.tstk-fixed-header.tstk-sticky-logo-yes .tstk-main-logo,
.tstk-sticky-logo {
	display: none;
}
.tstk-sticky-logo-yes .tstk-main-logo,
.tstk-fixed-header.tstk-sticky-logo-yes .tstk-sticky-logo {
	display: inline-block;
}

/*--- Header bg color setting ---*/
.site-header .tstk-bg-color-white{
	background-color: #fff;
}
.site-header .tstk-bg-color-blackish{
	background-color: #000;
}
.site-header .tstk-bg-color-transparent{
	background-color: transparent;
}
.tstk-table {
	display: table;
	height: 100%;
}
.tstk-table-cell {
	display: table-cell;
	line-height: normal;
	vertical-align: middle;
}

/* --------------------------------------
 * Row spacing
 * ---------------------------------------*/
body.tstk-sidebar-no #content {
	padding-top: 100px;
}
.tstk-bg-color-yes:not(.elementor-inner-section):not(.elementor-column){
	padding-top: 100px;
	padding-bottom: 90px;
}
body.tstk-sidebar-no:not(.single) div.elementor {
	margin-top: -100px;
}
body.single.tstk-sidebar-no #content,
body.archive.tstk-sidebar-no #content{
	padding-bottom: 70px;
}
.widget-area.col-md-3,
.content-area.col-md-9{
	padding-top: 80px;
	padding-bottom: 80px;
}
.content-area.col-md-9 .comment-respond{
	margin-bottom: 0;
}

/*--- For overlap row ---*/
.tstk-row.tstk-zindex-zero,
.tstk-row.tstk-zindex-1,
.tstk-row.tstk-zindex-2,
.tstk-zindex-zero,
.tstk-zindex-1,
.tstk-zindex-2{
	position: relative;
}

/*--- Row Background color ---*/
.elementor-widget-container,
.elementor-button-wrapper,
.elementor-widget-container .themestek-element,
.elementor-section .elementor-column-wrap{
	position: relative;
	z-index: 1;
}
.tstk-bgimage-over-bgcolor.tstk-bgimage-yes .tstk-stretched-div > .tstk-stretched-inner-div::before,
.tstk-bgimage-over-bgcolor.tstk-bgimage-yes::before{
	background-color: transparent !important
}
.elementor-element:not(.elementor-column)::before,
.tstk-col-stretched-yes .tstk-stretched-div > .tstk-stretched-inner-div::before{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	display: block;
	z-index: 1;
}
body.elementor-editor-active .elementor-element:not(.elementor-column)::before,
body.elementor-editor-active .tstk-col-stretched-yes .tstk-stretched-div > .tstk-stretched-inner-div::before{
	z-index: 0;
}
.elementor-column.tstk-col-stretched-yes.tstk-bgimage-yes{
	background-image: none;
	background-color: transparent;
}

/*--- White BG ---*/
.tstk-bg-color-white,
.tstk-bg-color-white .tstk-stretched-div > .tstk-stretched-inner-div::before{
	background-color: #fff;
}
.tstk-bg-color-white .tstk-bgimage-yes.tstk-stretched-div > .tstk-stretched-inner-div::before{
	background-color: rgba(255, 255, 255, 0.80);
}
.tstk-col-stretched-yes .tstk-stretched-div{
	position: absolute;
	height: 100%;
	width: 100%;
	top:0;
	left: 0;
	width: auto;
	z-index: 1;
	overflow: hidden;
}
.tstk-col-stretched-left .tstk-stretched-div{
	margin-left: -500px;
	right: 0;
}
.tstk-col-stretched-right .tstk-stretched-div{
	margin-right: -500px;
	right: 0; 
}

/*--- Background Image Position ---*/
body .tstk-bgimage-position-left-top .tstk-stretched-div,
body .tstk-bgimage-position-left-top {
	background-position: left top !important;
}
body .tstk-bgimage-position-left-center .tstk-stretched-div,
body .tstk-bgimage-position-left-center {
	background-position: left center !important;
}
body .tstk-bgimage-position-left-bottom .tstk-stretched-div,
body .tstk-bgimage-position-left-bottom {
	background-position: left bottom !important;
}
body .tstk-bgimage-position-right-top .tstk-stretched-div,
body .tstk-bgimage-position-right-top {
	background-position: right top !important;
}
body .tstk-bgimage-position-right-bottom .tstk-stretched-div,
body .tstk-bgimage-position-right-bottom {
	background-position: right bottom !important;
}
body .tstk-bgimage-position-right-center .tstk-stretched-div,
body .tstk-bgimage-position-right-center {
	background-position: right center !important;
}
body .tstk-bgimage-position-center-top .tstk-stretched-div,
body .tstk-bgimage-position-center-top {
	background-position: center top !important;
}
body .tstk-bgimage-position-center-center .tstk-stretched-div,
body .tstk-bgimage-position-center-center {
	background-position: center center !important;
}
body .tstk-bgimage-position-center-bottom .tstk-stretched-div,
body .tstk-bgimage-position-center-bottom {
	background-position: center bottom !important;
}

/*---  Background Image No Repeat ---*/
body .tstk-bgimage-repeat-no{
	background-repeat: no-repeat !important;
}
body .tstk-bgimage-repeat-x{
	background-repeat: repeat-x !important;
}
body .tstk-bgimage-repeat-y{
	background-repeat: repeat-y !important;
}
body .tstk-bgimage-repeat-round{
	background-repeat: round !important;
}
body .tstk-bgimage-repeat-space{
	background-repeat: space !important;
}

/*--- Colum over image ---*/
.elementor-top-column > .elementor-column-wrap > .elementor-widget-wrap{
	z-index: 1;
}
.elementor-element.elementor-column:not(.elementor-inner-column) .elementor-column-wrap::before{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	display: block;
	z-index: 1;
}

/* --------------------------------------
 * Footer section
 * ---------------------------------------*/
.footer-wrap {
	padding-top: 50px;
	padding-bottom: 50px;
}
.tstk-footer-text-area {
	background-color: #020203;
	padding-top: 40px;
	padding-bottom: 40px;
}
.tstk-footer-text-area,
.tstk-footer-widget-area,
.site-footer {
	background-color: transparent;
	position: relative;
}
.tstk-footer-text-area,
.tstk-footer-widget-area {
	z-index: 1
}
.tstk-footer-text-area > .container,
.footer-wrap.tstk-footer-widget-area > .container {
	position: relative;
	z-index: 2;
}
.footer-wrap .contact-info li {
	position: relative;
	padding: 0px 0px 0px 24px;
	margin-bottom: 15px;
	font-size: 13px;
}
.footer-wrap .contact-info i {
	position: absolute;
	left: 0px;
	top: 0px;
}

/*--- Footer Tag cloud ---*/
.footer-wrap .widget_tag_cloud a {
	display: inline-block;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px !important;
	padding: 0 18px;
	height: 42px;
	line-height: 42px;
	background-color: rgba(0, 0, 0, 0.32);
	border-radius: 0px;
}
.site-footer.tstk-text-color-white .widget_tag_cloud a {
	background-color: #fff;
	color: #0c121d;
}
.site-footer.tstk-text-color-white .widget_tag_cloud a:hover {
	color: #fff;
}

/*--- Footer Background color set ---*/
.tstk-bg-color-gradient.tstk-bg-color-over-image.elementor-column .tstk-stretched-div > .tstk-stretched-inner-div::before,
.tstk-bg-color-gradientcolor.tstk-bg-image-yes::before {
	opacity: 0.5;
}

/*--- Footer text color ---*/
/* White color */
.tstk-footer-section.tstk-text-color-white a {
	color: rgba(255, 255, 255, 1);
}
.tstk-footer-section.tstk-text-color-white {
	color: rgba(255, 255, 255, 0.90);
}

/* --------------------------------------
 * Widget Sections
 * ---------------------------------------*/
.widget-title {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 40px;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget ul li {
	list-style: none;
}
.widget a {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.widget ul a {
	display: inline-block;
}
.widget ul > li ul {
	margin-left: 15px;
	margin-top: 15px;
}
.widget ul > li {
	padding: 0px 0px 15px 0;
}
.widget > ul > li:last-child {
	padding-bottom: 0;
}
.widget ul > li ul > li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.recentcomments a {
	display: inline !important;
	padding: 0 !important;
	margin: 0 !important;
}

/*--- Calendar Widget ---*/
.widget_calendar table td#today {
	font-weight: bold;
}
.widget_calendar table {
	border-collapse: separate;
	border-color: #dedede;
	border-spacing: 0;
	border-style: solid;
	border-width: 1px 0 0 1px;
	margin-bottom: 0px;
	width: 100%;
}
.widget_calendar table th, .widget_calendar table td {
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 7px;
	background-color: #fff;
	text-align: center;
}
.widget_calendar caption {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	caption-side: top;
	color: inherit;
}
.widget_calendar tbody a {
	display: block;
	font-weight: 700;
}
.site-footer .widget_calendar table th,
.site-footer .widget_calendar table td {
	background-color: transparent;
}

/*--- buildguy_recent_posts_widget ---*/
.buildguy_recent_posts_widget .tstk-rpw-list > li {
	display: -ms-flexbox !important;
	display: flex !important;
	align-items: normal;
	width: 100%;
	margin-top: 10px;
	padding-top: 0;
}
.buildguy_recent_posts_widget .tstk-rpw-list > li:last-child {
	margin-bottom: 0;
}
.buildguy_recent_posts_widget .tstk-rpw-list > li:first-child {
	margin-top: 0px;
	padding-top: 0px;
	border-top: none;
}
.buildguy_recent_posts_widget .tstk-rpw-list > li > a {
	width: 75px;
	flex-shrink: 0;
	margin-right: 20px;
}
.buildguy_recent_posts_widget .tstk-rpw-list > li > a img {
	border-radius: 0;
}
.buildguy_recent_posts_widget .tstk-rpw-content .tstk-rpw-date {
	line-height: 17px;
	display: block;
	color: #b4b4b4;
	font-size: 14px;
	font-weight: 500;
	margin-top: 5px;
}
.buildguy_recent_posts_widget .tstk-rpw-content .tstk-rpw-date a {
	font-size: 13px;
}
.buildguy_recent_posts_widget .tstk-rpw-content .tstk-rpw-title a {
	margin-bottom: 0;
}

/*--- post-password-form ---*/
.post-password-form input[name="post_password"] {
	position: relative;
	top: 0px;
	height: 60px;
}
.post-password-form input[type=submit] {
	background-image: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	padding-top: 24px;
	padding-bottom: 23px
}

/*--- widget_categories ---*/
.widget_categories ul li {
	padding-bottom: 0;
	position: relative;
	margin: 0;
	padding: 0;
}
.widget_categories ul > li:last-child {
	margin-bottom: 0;
}

/*--- widget_tag_cloud ---*/
.widget_tag_cloud a {
	font-weight: 400;
	font-size: 12px;
	background-color: #1f1f1f;
	padding: 8px 10px 6px;
	line-height: 1;
	display: inline-block;
}
.widget_tag_cloud li {
	list-style: none;
	margin: 0 4px 8px 0;
	display: inline-block;
}
.widget_tag_cloud ul li {
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.themestek-sidebar .widget_tag_cloud ul li a,
.site-content .widget_tag_cloud ul li a {
	display: inline-block;
	font-size: 13px!important;
	font-weight: 600; 
	padding: 0 15px;
	height: 45px;
	line-height: 45px;
	background-color: #fff; 
	border-radius: 0;
	-webkit-transition: 0.4s ease-out 0s;
	-o-transition: 0.4s ease-out 0s;
	transition: 0.4s ease-out 0s;
}
.themestek-sidebar .widget_tag_cloud ul li a:hover {
	color: #fff;
	background-color: #222;
}

/*--- Footer widget ---*/
.footerlogo {
	margin-bottom: 10px;
}

/*--- RSS Widget ---*/
.rss-date {
	font-size: 15px;
	display: block;
	color: #666;
}
.site-footer.tstk-text-color-white .rss-date {
	color: rgba(255, 255, 255, 0.90);
}
.rss-widget-icon {
	position: relative;
	top: -3px;
}
.widget_rss.widget ul > li {
	padding-bottom: 30px;
}
.widget_rss.widget ul > li:last-child {
	padding-bottom: 0;
}
.widget_rss .rssSummary {
	font-size: 15px;
	opacity: 0.9;
}

/*--- widget_calendar ---*/
.tstk-text-color-white .widget_calendar table {
	border-color: rgba(255, 255, 255, 0.32);
}
.tstk-text-color-white .widget_calendar table th,
.tstk-text-color-white .widget_calendar table td {
	border-bottom-color: rgba(255, 255, 255, 0.32);
	border-right-color: rgba(255, 255, 255, 0.32);
}

/* --------------------------------------
 * Blog Single
 * ---------------------------------------*/
/*=== Blog video iframe ===*/
.format-video .tstk-featured-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.format-video .tstk-featured-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
iframe {
	max-width: 100%
}

/*--- Blog Gallery ---*/
.format-gallery .tstk-featured-wrapper {
	position: relative;
}
.format-gallery .lSPager {
	position: absolute;
	bottom: 10px;
	left: 50%;
	-khtml-transform: translateX(-50%) translateY(0%);
	-moz-transform: translateX(-50%) translateY(0%);
	-ms-transform: translateX(-50%) translateY(0%);
	-o-transform: translateX(-50%) translateY(0%);
	transform: translateX(-50%) translateY(0%);
}
.format-gallery .lSSlideOuter .lSPager.lSpg>li a {
	height: 13px;
	width: 13px;
	border: 2px solid #fff;
	background-color: transparent;
}
.format-gallery .lSSlideOuter .lSPager.lSpg>li:hover a {
	background-color: transparent !important;
}
.format-gallery .lSSlideOuter .lSPager.lSpg>li.active a {
	background-color: #fff;
}
.format-quote .tstk-block-quote-content {
	position: relative;
	z-index: 2;
}
.format-quote .tstk-blog-meta {
	display: none;
}
.format-quote .tstk-block-quote-content a {
	display: inline-block;
	margin-top: 22px;
	font-style: normal;
	font-size: 17px;
}
.format-quote .tstk-blog-classic blockquote {
	margin: 0;
}
.format-quote .tstk-blog-classic .tstk-blog-classic-inner {
	display: none;
}

/*--- format-link ---*/
.format-link .tstk-link-wrapper {
	position: relative;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
}
.format-link .tstk-link-wrapper::after {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	display: block;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.65);
}
.format-link .tstk-featured-wrapper .tstk-link-inner {
	font-size: 24px;
	font-style: italic;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
	padding: 50px;
	position: relative;
	z-index: 2;
}
.format-link .tstk-link-wrapper a {
	color: #fff;
}
.format-link .tstk-link-inner {
	position: relative;
}
.format-link .tstk-link-inner::before {
	font-family: "themestek-base-icons";
	content: '\e803';
	position: absolute;
	right: 40px;
	top: -11px;
	font-weight: 700;
	opacity: 0.25;
	z-index: 1;
	color: #fff;
	font-size: 100px;
}

/*--- Blog info ---*/
.tstk-author-box {
	margin-top: 60px;
	margin-bottom: 25px;
	padding: 45px 45px 25px 48px;
	background-color: #f6f6f6;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	border-radius: 0px;
	border-left: 5px solid #fed992;
}
.tstk-author-image {
	height: 95px;
	width: 95px;
	display: block;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 35px;
	background-color: #fff;
}
.tstk-author-content {
	-webkit-flex-shrink: 100;
	-moz-flex-shrink: 100;
	-ms-flex-negative: 100;
	flex-shrink: 100;
}
.tstk-author-content .tstk-author-name {
	line-height: 30px;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 10px;
	margin-bottom: 15px;
	display: inline-block;
}

/*--- Classic Meta ---*/
.tstk-blog-meta, 
.tstk-blog-meta a {
	color: #616161;
}
.tstk-blog-meta.tstk-blog-meta-top {
	position: relative;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.tstk-blog-meta-top .tstk-meta {
	padding-left: 20px;
	margin-right: 20px;
	position: relative;
	text-transform: capitalize;
}

/*--- Blog Classic default ---*/
.tstk-blog-classic-inner .tstk-entry-content p:last-of-type::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.tstk-blog-classic-inner {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.tstk-no-img .tstk-blog-meta.tstk-blog-meta-top .tstk-meta-classic-left .tstk-meta-date,
.tstk-default-view .tstk-blog-meta.tstk-blog-meta-top .tstk-meta-classic-left .tstk-meta-date {
	border-radius: 0;
	padding: 0
}
.tstk-no-img .tstk-blog-meta.tstk-blog-meta-top .tstk-meta-classic-left,
.tstk-default-view .tstk-blog-meta.tstk-blog-meta-top .tstk-meta-classic-left {
	width: auto;
	top: 0;
	left: 0;
	position: static;
}
.tstk-default-view .tstk-blog-meta.tstk-blog-meta-top .tstk-meta-classic-left .tstk-meta-date .entry-date {
	font-size: 15px;
	line-height: 25px;
}
.tstk-no-img .tstk-blog-meta.tstk-blog-meta-top,
.tstk-default-view .tstk-blog-meta.tstk-blog-meta-top {
	text-align: left;
}
.tstk-no-img .tstk-blog-meta .tstk-meta-classic-right, 
.tstk-default-view .tstk-blog-meta .tstk-meta-classic-right {
	padding-left: 30px;
}
.tstk-no-img .tstk-blog-meta.tstk-blog-meta-top .tstk-meta-classic-left .tstk-meta-date .entry-date,
.tstk-default-view .tstk-blog-meta.tstk-blog-meta-top .tstk-meta-classic-left .tstk-meta-date .entry-date {
	font-size: 15px;
	line-height: 35px;
	margin: 0
}
.tstk-no-img .tstk-blog-meta.tstk-blog-meta-top .tstk-meta-classic-left .tstk-meta-date span,
.tstk-default-view .tstk-blog-meta.tstk-blog-meta-top .tstk-meta-classic-left .tstk-meta-date span {
	display: inline-block;
	margin-left: 5px;
}
.tstk-no-img .tstk-blog-meta.tstk-blog-meta-top .tstk-meta-classic-left .tstk-meta-date,
.tstk-default-view .tstk-blog-meta.tstk-blog-meta-top .tstk-meta-classic-left .tstk-meta-date {
	line-height: normal;
	display: inline-block;
	width: auto;
	padding: 2px 13px;
	line-height: normal;
	font-size: 16px;
	display: inline-block;
	border-radius: 3px;
}

/*--- Classic no img ---*/
.tstk-social-share .tstk-social-li-facebook a {
	background-color: #3B5998;
}
.tstk-social-share .tstk-social-li-twitter a {
	background-color: #55ACEE;
}
.tstk-social-share .tstk-social-li-google-plus a {
	background-color: #dd4b39;
}
.tstk-social-share .tstk-social-li-linkedin a {
	background-color: #007bb5;
}
.tstk-social-share .tstk-social-li-youtube a {
	background-color: #bb0000;
}
.tstk-social-share .tstk-social-li-instagram a {
	background-color: #125688;
}
.tstk-social-share .tstk-social-li-pinterest a {
	background-color: #cb2027;
}
.tstk-social-share .tstk-social-li-snapchat-ghost a {
	background-color: #fffc00;
}
.tstk-social-share .tstk-social-li-skype a {
	background-color: #00aff0;
}
.tstk-social-share .tstk-social-li-android a {
	background-color: #a4c639;
}
.tstk-social-share .tstk-social-li-dribbble a {
	background-color: #ea4c89;
}
.tstk-social-share .tstk-social-li-vimeo a {
	background-color: #45bbff;
}
.tstk-social-share .tstk-social-li-tumblr a {
	background-color: #2c4762;
}
.tstk-social-share .tstk-social-li-vine a {
	background-color: #00b489;
	color: white;
}
.tstk-social-share .tstk-social-li-foursquare a {
	background-color: #45bbff;
}
.tstk-social-share .tstk-social-li-stumbleupon a {
	background-color: #eb4924;
}
.tstk-social-share .tstk-social-li-flickr a {
	background-color: #f40083;
}
.tstk-social-share .tstk-social-li-yahoo a {
	background-color: #430297;
}
.tstk-social-share .tstk-social-li-soundcloud a {
	background-color: #ff5500;
}
.tstk-social-share .tstk-social-li-reddit a {
	background-color: #ff5700;
}
.tstk-social-share .tstk-social-li-rss a {
	background-color: #ff6600;
}

/*--- Single Comment Section ---*/
.comments-area {
	margin-top: 30px;
}
.comments-area .comments-title {
	margin-bottom: 30px;
}
.tstk-post-related .tstk-related-title,
.comments-area .comments-title,
.comment-respond .comments-title,
.comment-respond .comment-reply-title {
	font-size: 20px;
	line-height: 32px;
}
.children, .comment-list {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.tstk-comment-avatar {
	float: left;
	margin-right: 22px
}
.comment-list .children li.comment {
	position: relative;
	padding-top: 0;
	padding-left: 0px;
}
.comment-list .children {
	margin-left: 30px;
}
.tstk-comment-date {
	display: block;
	margin-bottom: 15px;
	color: #b4b4b4;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
}
.tstk-comment-date a {
	color: #999999;
}
.comment-list .tstk-comment-avatar img {
	border-radius: 50%;
	width: 60px;
	height: 60px;
}
.tstk-comment-content {
	position: relative;
	font-size: 14px;
	line-height: 24px;
}
.tstk-comment-content .tstk-comment-author {
	display: block;
	margin-top: 4px;
	margin-bottom: 3px;
	color: #222;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}
.reply {
	position: absolute;
	top: 15px;
	right: 15px;
	font-weight: 500;
	letter-spacing: .1em;
}
.reply a {
	display: inline-block;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 6px 16px;
	color: #fff;
	background-color: #232323;
	-webkit-transition: 0.4s ease-out 0s;
	-o-transition: 0.4s ease-out 0s;
	transition: 0.4s ease-out 0s;
	border-radius: 0px;
}
.reply a:hover{
	color: #fff;
}
.tstk-comment-content {
	position: relative;
	flex-grow: 1; 
	margin-left: 100px;
}
.comment-list .tstk-comment {
	margin-bottom: 30px;
}
.comment-list .tstk-comment::after {
	display: block;
	clear: both;
	content: "";
}
.comment-list>li {
	padding-bottom: 15px;
}
.tstk-comment-content::after,
.tstk-comment-content::before {
	content: '';
}
.tstk-comment-content::before {
	border-color: transparent #fff transparent #fff;
	z-index: 1;
	left: -12px;
	top: 19px;
}
.comment-respond .comment-reply-title small {
	margin-left: 23px;
	font-size: 20px;
}
.tstk-comment-content {
	position: relative;
	flex-grow: 1;
	border: 1px solid #e9e9e9;
	padding: 20px;
	padding-bottom: 0;
	background: #fff;
	margin-left: 80px;
	border-radius: 0px;
}
.tstk-comment-content::after,
.tstk-comment-content::before {
	content: '';
	position: absolute;
	top: 17px;
	width: 0;
	height: 0;
	border-width: 10px 12px 10px 0;
	border-style: solid;
}
.tstk-comment-content::before {
	border-color: transparent #fff transparent #fff;
	z-index: 1;
	left: -12px;
	top: 19px;
}
.tstk-comment-content::after {
	border-color: transparent #e9e9e9 transparent #e9e9e9;
	border-width: 12px 14px 12px 0;
	left: -14px;
}
.comment-respond .comment-reply-title small {
	margin-left: 23px;
	font-size: 20px;
	font-weight: 500;
}

/*--- Comment-Form ---*/
.comment-respond {
	margin: 100px 0;
	margin-top: 0;
}
.comment-list .comment-respond {
	padding-left: 100px;
}
.comment-respond .inline-field {
	-ms-flex: 1 1 30%;
	flex: 1 1 30%;
	width: 33.3333%;
	margin-left: 13px;
	margin-bottom: 25px;
	font-size: 13px;
	color: silver;
	box-sizing: border-box;
	border-radius: 0;
}
.tstk-comment-form-input-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.tstk-comment-form-input-wrapper .tstk-comment-form-input {
	-ms-flex: 1 1 30%;
	flex: 1 1 30%;
	width: 33.3333%;
	margin-left: 13px;
	margin-bottom: 15px;
	font-size: 13px;
	color: silver;
	box-sizing: border-box;
}
.tstk-comment-form-input-wrapper .tstk-comment-form-input:first-child {
	margin-left: 0;
}
.comment-notes, .logged-in-as {
	margin-bottom: 30px;
}
.comment-form input[type=submit]:hover {
	color: #fff;
}
.comment-form .form-submit {
	margin-bottom: 40px;
}

/*--- pingback ---*/
.pingback .tstk-comment-content {
	margin-left: 0px;
}
.pingback .tstk-comment-content::before,
.pingback .tstk-comment-content::after {
	display: none;
}
.trackback .tstk-comment-content {
	margin-left: 0px;
}

/* --------------------------------------
 * Service Single
 * ---------------------------------------*/
.single.single-tstk-service .tstk-service-single-style-2 .tstk-service-single .tstk-entry-content {
	margin-top: -40px;
}

/* --------------------------------------
 * Prtfolio Single
 * ---------------------------------------*/
/*--- tstk-portfolio-related ---*/
.single .tstk-portfolio-related,
.single .tstk-post-related,
.single .tstk-service-related {
	margin-top: 55px;
}

/* --------------------------------------
 * Team Member  Single
 * ---------------------------------------*/
.container.tstk-team-single-style-1 {
	padding: 0;
}

/*--- List Style Two ---*/
.tstk-team-name-info {
	margin-bottom: 20px;
}
.tstk-team-left-inner {
	margin-right: 20px;
	position: relative;
	background-color: #eef7f9;
	overflow: hidden;
}
.single-tstk-team-member .tstk-short-description {
	margin-top: 35px;
}
.tstk-single-team-info {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	font-size: 17px;
}
.tstk-single-team-info li {
	margin-bottom: 15px;
}
.tstk-single-team-info li label,
.tstk-portfolio-line-title,
.tstk-details-label {
	font-weight: 600;
}
.tstk-portfolio-single .tstk-details-label {
	margin-top: 0;
}
.tstk-details-label {
	margin-top: 10px;
}
.tstk-single-team-info .icon {
	margin-right: 15px;
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	font-size: 15px;
}
.tstk-team-single .tstk-team-social-links a {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	border-radius: 0px;
	color: #202426;
	border-radius: 50%;
	box-shadow: 0px 0px 30px 0px rgba(27, 68, 163, 0.09);
}
.tstk-team-single .tstk-team-social-links a:hover {
	color: #fff !important;
	border-color: transparent;
}
.tstk-team-single .tstk-team-social-links li {
	margin-right: 10px;
	margin-bottom: 10px;
}
.tstk-team-single .tstk-entry-content {
	margin: 40px -10px 0 -10px;
}
.tstk-team-social-links {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
.tstk-team-social-links li {
	display: inline-block;
	margin-right: 10px;
}
.tstk-team-single .tstk-team-title {
	margin-bottom: 5px;
}
.tstk-team-single .tstk-team-designation {
	font-size: 16px;
	line-height: 26px;
	color: #797979;
	margin-bottom: 35px;
}
.tstk-team-form .input-group {
	display: block;
	margin-bottom: 30px;
}
.tstk-team-form .input-group input[type="text"],
.tstk-team-form .input-group input[type="email"],
.tstk-team-form .input-group textarea {
	border-top: none;
	border-left: none;
	border-right: none;
	padding-left: 15px;
	font-size: 14px;
	border-radius: 4px;
}

/*tstk-team-single-style-2*/
.single-tstk-team-member .tstk-team-single-style-2 .tstk-short-description {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 30px 0px;
}
.tstk-team-single-style-2 .tstk-single-team-info li {
	margin-bottom: 15px;
	color: #2c2c2c;
}

/* --------------------------------------
 * themestek-ul-list
 * ---------------------------------------*/
.themestek-ul-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.themestek-ul-list ul li {
	margin: 12px 0;
}
.themestek-ul-list ul li i {
	margin-right: 10px;
	vertical-align: middle;
}
.themestek-ul-list.tstk-ul-type-disc ul {
	margin: 0;
	padding: 0;
}
.themestek-ul-list.tstk-ul-type-disc li {
	position: relative;
	padding-left: 30px;
	font-weight: 600;
}
.themestek-ul-list.tstk-ul-type-disc li::after {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #000;
	content: "";
	position: absolute;
	left: 4px;
	top: 7px;
}
.themestek-ul-list.icon-large ul li i {
	font-size: 20px;
}

/* --------------------------------------
 * Seach Result page
 * ---------------------------------------*/
.search-results .tstk-top-search-form {
	margin-bottom: 42px;
	margin-left: 15px;
	position: relative;
}
.search-results .tstk-top-search-form .search-form input[type="search"] {
	height: 60px;
}
.search-results .tstk-top-search-form .search-form button{
	top: 5px;
	right: 5px;
	height: 50px;
	line-height: 50px;
	width: 50px;
}
.search-results .tstk-top-search-form .search-form button::after {
	position: absolute;
	font-family: 'themestek-base-icons';
	content: '\e800';
	right: 16px;
	font-size: 16px;
	top: 17px;
	font-size: 16px;
	color: #ffffff;
	line-height: normal;
}
.tstk-search-results {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.tstk-search-results-left {
	margin-right: 30px;
}
.tstk-search-results-left {
	width: 175px;
	flex-shrink: 0;
}
.tstk-search-results-right .tstk-post-title {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 10px;
}
.tstk-search-results-right .tstk-post-title a {
	color: #2c2c2c;
}
.search-results .content-area.col-md-9 .site-main .page {
	padding-bottom: 0px;
}
.search-results article.hentry .tstk-search-results .tstk-read-more-link,
.search-results article.page .tstk-search-results .tstk-read-more-link,
.search-results article.product .tstk-search-results .tstk-read-more-link,
.search-results article.post .tstk-search-results .tstk-read-more-link {
	margin-top: 15px;
}

/* --------------------------------------
 * Seach Result page
 * ---------------------------------------*/
.nav-links {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.tstk-sidebar-exists .nav-links {
	margin-bottom: 0px;
}
body.search  .nav-links {
	margin-top: 50px;
	margin-bottom: 80px;
}
.nav-links .page-numbers {
	padding: 10px 17px;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	margin: 0 2px;
	border: 1px solid #eee;
	color: #2c2c2c;
	border-radius: 0px;
}
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
	color: #fff;
}
.tstk-gallery {
	display: table;
}
.tstk-gallery > .tstk-gallery-image {
	display: table-cell;
	width: 100%;
}

/* --------------------------------------
 * Carousel
 * ---------------------------------------*/
.themestek-element-viewtype-carousel .container {
	position: relative;
}
.tstk-carousel-navs {
	position: absolute;
	right: -5px;
	top: 0;
}
.tstk-carousel-navs a {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	display: inline-block;
	border-radius: 50%;
	font-size: 24px;
	margin: 0 5px;
}
.tstk-carousel-navs a:hover {
	color: #fff;
}
.themestek-element-viewtype-carousel .owl-nav {
	position: absolute;
	top: -50px;
}
.themestek-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next,
.themestek-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
	text-align: center;
	z-index: 15;
	cursor: pointer;
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	font-size: 15px;
	outline: none;
	display: inline-block;
	position: absolute;
	box-shadow: inherit;
	background: #fff;
}
.themestek-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
	transform: rotate(180deg);
}
.themestek-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev::after {
	font-family: "themestek-base-icons";
	content: '\e814';
	font-size: 26px;
}
.themestek-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next::after {
	font-family: "themestek-base-icons";
	content: '\e814';
	font-size: 26px;
}
.themestek-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next span,
.themestek-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev span {
	display: none;
}
.tstk-text-color-white .themestek-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next,
.tstk-text-color-white .themestek-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
	background-color: #fff;
	color: #000;
}
.tstk-text-color-white .themestek-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:hover,
.tstk-text-color-white .themestek-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:hover{
	color: #fff;
}

/*--- carousel dot ---*/
.themestek-element-viewtype-carousel .owl-carousel button.owl-dot {
	height: 5px;
	width: 15px;
	border: 0;
	background-color: #e8e8e8;
	border-radius: 3px;
	margin: 0 5px;
	outline: none;
}
.themestek-element-viewtype-carousel .owl-carousel button.owl-dot.active {
	background-color: #000;
}
.tstk-text-color-white .themestek-element-viewtype-carousel .owl-carousel button.owl-dot {
	border-color: #fff;
}
.themestek-element-viewtype-carousel .owl-carousel .owl-dots {
	text-align: center;
	margin-top: 25px;
}
.themestek-element-viewtype-carousel .owl-carousel .owl-nav button {
	cursor: pointer;
}
.themestek-element-viewtype-carousel .owl-carousel .owl-nav .owl-next {
	right: -100px;
}
.themestek-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev {
	left: -100px;
}
.themestek-element-viewtype-carousel .owl-carousel .owl-nav {
	position: absolute;
	top: calc(50% - 25px);
	width: 100%;
	z-index: 20;
	transition: all .4s ease 0s;
}
.themestek-element-viewtype-carousel .tstk-ele {
	display: none;
}
.elementor-editor-active .themestek-element-viewtype-carousel .tstk-ele {
	display: block;
}
.themestek-element-viewtype-carousel .owl-carousel .tstk-ele {
	display: block;
}

.themestek-element-viewtype-carousel[data-columns="1"] .tstk-ele:nth-child(1) {
	display: block;
}
.themestek-element-viewtype-carousel[data-columns="2"] .tstk-ele:nth-child(1),
.themestek-element-viewtype-carousel[data-columns="2"] .tstk-ele:nth-child(2) {
	display: block;
}
.themestek-element-viewtype-carousel[data-columns="3"] .tstk-ele:nth-child(1),
.themestek-element-viewtype-carousel[data-columns="3"] .tstk-ele:nth-child(2),
.themestek-element-viewtype-carousel[data-columns="3"] .tstk-ele:nth-child(3) {
	display: block;
}
.themestek-element-viewtype-carousel[data-columns="4"] .tstk-ele:nth-child(1),
.themestek-element-viewtype-carousel[data-columns="4"] .tstk-ele:nth-child(2),
.themestek-element-viewtype-carousel[data-columns="4"] .tstk-ele:nth-child(3),
.themestek-element-viewtype-carousel[data-columns="4"] .tstk-ele:nth-child(4) {
	display: block;
}
.themestek-element-viewtype-carousel[data-columns="5"] .tstk-ele:nth-child(1),
.themestek-element-viewtype-carousel[data-columns="5"] .tstk-ele:nth-child(2),
.themestek-element-viewtype-carousel[data-columns="5"] .tstk-ele:nth-child(3),
.themestek-element-viewtype-carousel[data-columns="5"] .tstk-ele:nth-child(4),
.themestek-element-viewtype-carousel[data-columns="5"] .tstk-ele:nth-child(5) {
	display: block;
}
.themestek-element-viewtype-carousel[data-columns="6"] .tstk-ele:nth-child(1),
.themestek-element-viewtype-carousel[data-columns="6"] .tstk-ele:nth-child(2),
.themestek-element-viewtype-carousel[data-columns="6"] .tstk-ele:nth-child(3),
.themestek-element-viewtype-carousel[data-columns="6"] .tstk-ele:nth-child(4),
.themestek-element-viewtype-carousel[data-columns="6"] .tstk-ele:nth-child(5),
.themestek-element-viewtype-carousel[data-columns="6"] .tstk-ele:nth-child(6) {
	display: block;
}

/*--- Multi Columns ROW correction ---*/
.multi-columns-row .first-in-row {
	clear: left;
}
.multi-columns-row .col-xs-6:nth-child(2n + 3) {
	clear: left;
}
.multi-columns-row .col-xs-4:nth-child(3n + 4) {
	clear: left;
}
.multi-columns-row .col-xs-3:nth-child(4n + 5) {
	clear: left;
}
.multi-columns-row .col-xs-2:nth-child(6n + 7) {
	clear: left;
}
.multi-columns-row .col-xs-1:nth-child(12n + 13) {
	clear: left;
}
.multi-columns-row .col-xs-20percent:nth-child(5n + 6) {
	clear: left;
}
.multi-columns-row .col-sm-6:nth-child(2n + 3) {
	clear: left;
}
.multi-columns-row .col-sm-4:nth-child(3n + 4) {
	clear: left;
}
.multi-columns-row .col-sm-3:nth-child(4n + 5) {
	clear: left;
}
.multi-columns-row .col-sm-2:nth-child(6n + 7) {
	clear: left;
}
.multi-columns-row .col-sm-1:nth-child(12n + 13) {
	clear: left;
}
.multi-columns-row .col-sm-20percent:nth-child(5n + 6) {
	clear: left;
}

@media (min-width:768px) {
	.multi-columns-row .col-xs-6:nth-child(2n + 3) {
		clear: none;
	}
	.multi-columns-row .col-xs-4:nth-child(3n + 4) {
		clear: none;
	}
	.multi-columns-row .col-xs-3:nth-child(4n + 5) {
		clear: none;
	}
	.multi-columns-row .col-xs-2:nth-child(6n + 7) {
		clear: none;
	}
	.multi-columns-row .col-xs-1:nth-child(12n + 13) {
		clear: none;
	}
	.multi-columns-row .col-xs-20percent:nth-child(5n + 6) {
		clear: none;
	}
	.multi-columns-row .col-sm-6:nth-child(2n + 3) {
		clear: left;
	}
	.multi-columns-row .col-sm-4:nth-child(3n + 4) {
		clear: left;
	}
	.multi-columns-row .col-sm-3:nth-child(4n + 5) {
		clear: left;
	}
	.multi-columns-row .col-sm-2:nth-child(6n + 7) {
		clear: left;
	}
	.multi-columns-row .col-sm-1:nth-child(12n + 13) {
		clear: left;
	}
	.multi-columns-row .col-sm-20percent:nth-child(5n + 6) {
		clear: left;
	}
}

@media (min-width:992px) {
	.multi-columns-row .col-sm-6:nth-child(2n + 3) {
		clear: none;
	}
	.multi-columns-row .col-sm-4:nth-child(3n + 4) {
		clear: none;
	}
	.multi-columns-row .col-sm-3:nth-child(4n + 5) {
		clear: none;
	}
	.multi-columns-row .col-sm-2:nth-child(6n + 7) {
		clear: none;
	}
	.multi-columns-row .col-sm-1:nth-child(12n + 13) {
		clear: none;
	}
	.multi-columns-row .col-sm-20percent:nth-child(5n + 6) {
		clear: left;
	}
	.search-results .site-main .multi-columns-row .col-sm-6:nth-child(2n + 3) {
		clear: left;
	}
	.multi-columns-row .col-md-6:nth-child(2n + 3) {
		clear: left;
	}
	.multi-columns-row .col-md-4:nth-child(3n + 4) {
		clear: left;
	}
	.multi-columns-row .col-md-3:nth-child(4n + 5) {
		clear: left;
	}
	.multi-columns-row .col-md-2:nth-child(6n + 7) {
		clear: left;
	}
	.multi-columns-row .col-md-1:nth-child(12n + 13) {
		clear: left;
	}
	.multi-columns-row .col-md-20percent:nth-child(5n + 6) {
		clear: left;
	}
}

@media (min-width:1200px) {
	.multi-columns-row .col-md-6:nth-child(2n + 3) {
		clear: none;
	}
	.multi-columns-row .col-md-4:nth-child(3n + 4) {
		clear: none;
	}
	.multi-columns-row .col-md-3:nth-child(4n + 5) {
		clear: none;
	}
	.multi-columns-row .col-md-2:nth-child(6n + 7) {
		clear: none;
	}
	.multi-columns-row .col-md-1:nth-child(12n + 13) {
		clear: none;
	}
	.multi-columns-row .col-md-20percent:nth-child(5n + 6) {
		clear: none;
	}
	.multi-columns-row .col-lg-6:nth-child(2n + 3) {
		clear: left;
	}
	.multi-columns-row .col-lg-4:nth-child(3n + 4) {
		clear: left;
	}
	.multi-columns-row .col-lg-3:nth-child(4n + 5) {
		clear: left;
	}
	.multi-columns-row .col-lg-2:nth-child(6n + 7) {
		clear: left;
	}
	.multi-columns-row .col-lg-1:nth-child(12n + 13) {
		clear: left;
	}
	.multi-columns-row .col-lg-20percent:nth-child(5n + 6) {
		clear: left;
	}
}

/*--- scroll-to-top ---*/
body .scroll-to-top {
	position: fixed;
	z-index: 200;
	opacity: 0;
	bottom: 10px;
	right: 20px;
	width: 45px;
	height: 45px;
	line-height: 40px;
	font-size: 16px;
	background-color: #86bb46;
	text-align: center;
	text-align: center;
	border-radius: 50%;
	border: 3px solid #eeeeee;
	color: #fff;
}
body .scroll-to-top.show {
	opacity: 1;
}
body .scroll-to-top:hover {
	color: #fff !important;
	background-color: #222;
}

/* --------------------------------------
 * Blog classic gallery
 * ---------------------------------------*/
.tstk-blog-classic .wp-block-gallery .blocks-gallery-image,
.tstk-blog-classic .wp-block-gallery .blocks-gallery-item {
	overflow: hidden;
}
.tstk-blog-classic .wp-block-gallery .blocks-gallery-image figcaption,
.tstk-blog-classic .wp-block-gallery .blocks-gallery-item figcaption {
	background: #eee;
	background: rgba(255, 255, 255, .8);
	color: #333;
	font-size: 13px;
	font-weight: 400;
	overflow: hidden;
	padding: 10px 0;
	position: absolute;
	bottom: -100%;
	text-indent: 10px;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.tstk-blog-classic .wp-block-gallery .blocks-gallery-image:hover figcaption,
.tstk-blog-classic .wp-block-gallery .blocks-gallery-item:hover figcaption {
	bottom: 0;
}
.tstk-blog-classic .tstk-entry-content::after,
.clear::before,
.clear::after,
blockquote::before,
blockquote::after,
.entry-content::before,
.entry-content::after,
.entry-summary::before,
.entry-summary::after,
.comment-content::before,
.comment-content::after,
.site-content::before,
.site-content::after,
.site-main > article::before,
.site-main > article::after,
.primary-menu::before,
.primary-menu::after,
.social-links-menu::before,
.social-links-menu::after,
.textwidget::before,
.textwidget::after,
.content-bottom-widgets::before,
.content-bottom-widgets::after {
	content: "";
	display: table;
}
.tstk-blog-classic .tstk-entry-content::after,
.clear::after,
blockquote::after,
.entry-content::after,
.entry-summary::after,
.comment-content::after,
.site-content::after,
.site-main > article::after,
.primary-menu::after,
.social-links-menu::after,
.textwidget::after,
.content-bottom-widgets::after {
	clear: both;
}

/* --------------------------------------
 * Blog Widget in page
 * ---------------------------------------*/
ul.wp-block-latest-posts,
ul.wp-block-categories,
ul.wp-block-archives {
	list-style: none;
}
ul.wp-block-latest-posts li, ul.wp-block-categories li, ul.wp-block-archives li {
	padding-bottom: 0;
	position: relative;
	margin: 15px 0;
	padding: 0;
}
ul.wp-block-latest-posts li a{
	line-height: normal;
	display: block;
	margin-bottom: 5px;
}
ul.wp-block-categories > li ul {
	margin-left: 15px;
	margin-top: 15px;
}
ul.wp-block-categories li > a, ul.wp-block-archives li > a {
	position: relative;
	padding-left: 20px;
}
ul.wp-block-categories li > a::before, ul.wp-block-archives li > a::before {
	position: absolute;
	content: '\e814';
	left: 0px;
	font-size: 16px;
	top: -3px;
	color: inherit;
	font-family: 'themestek-base-icons';
}
ul.wp-block-archives ul.children {
	margin-left: 15px;
	margin-top: 15px;
}
ul.wp-block-categories li span {
	width: 21px;
	height: 21px;
	line-height: 21px;
	background-color: #f2f3f4;
	color: #222;
	text-align: center;
	display: inline-block;
	font-size: 11px;
	font-weight: 400;
	margin-left: 10px;
	border-radius: 50%;
}
.wp-block-archives-dropdown {
	margin-bottom: 10px;
}
.wp-block-button {
	margin: 3rem 0;
}
.wp-block-cover-image-text, 
.wp-block-cover-text, 
section.wp-block-cover-image h2 {
	color: #fff !important;
}
.tstk-blog-classic .wp-block-column blockquote {
	padding: 30px 30px 30px 30px;
	margin: 0;
}
.tstk-blog-classic .wp-block-column blockquote.wp-block-quote::after {
	width: 60px;
	height: 60px;
	font-size: 30px;
	line-height: 60px;
	top: -30px;
	left: 12px;
	display: none;
}
.tstk-blog-classic .wp-block-column blockquote cite,
.tstk-blog-classic .wp-block-column blockquote small{
	font-size: 13px;
	bottom: -12px;
	right: 12px;
	padding: 2px 10px;
}
.wp-block-button.alignleft {
	margin-top: 0;
	margin-right: 20px;
}

/*--- wp-block-quote ---*/
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	font-size: 16px;
	text-align: left;
}
.wp-block-quote.has-text-align-right cite::after{
	right: auto;
	left: 0;
}
.tstk-blog-classic .wp-block-column  blockquote cite span::after,
.tstk-blog-classic .wp-block-column  blockquote small span::after,
.tstk-blog-classic .wp-block-quote.has-text-align-right cite span::after,
.tstk-blog-classic .wp-block-quote.has-text-align-right small span::after{
	display: none;
}
.tstk-blog-classic .wp-block-quote.has-text-align-right cite span::before,
.tstk-blog-classic .wp-block-quote.has-text-align-right small span::before {
	content: ' ';
	width: 70%;
	height: 1px;
	background: #fff;
	opacity: 0.2;
	left: 25%;
	display: inline-block;
	position: static;
	line-height: normal;
	vertical-align: middle;
	margin-right: 15px;
}
.is-style-outline a.wp-block-button__link:hover {
	color: #fff;
	border-color: transparent;
}
.wp-block-gallery .blocks-gallery-caption {
	margin-bottom: 25px;
	margin-top: -10px;
}
.wp-block-categories-dropdown {
	margin-bottom: 20px;
}
.wp-block-group.has-background {
	padding: 25px;
	margin-bottom: 15px;
}
.wp-block-search {
	position: relative;
	display: inline-block;
}
.wp-block-search__inside-wrapper{
	display: -webkit-inline-flex;
	width: 100%;
}
.wp-block-search button {
	position: absolute;
	right: 5px;
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
	top: 50%;
	bottom: 5px;
	height: 50px;
	line-height: 50px;
	margin-top: -29px;
	color: #ffffff;
	font-size: 16px;
	z-index: 1;
	width: 50px;
}
.wp-block-search input[type="search"] {
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	padding-right: 90px;
}
.wp-block-search .wp-block-search__button::after {
	font-family: "themestek-base-icons";
	content: '\e800';
	position: absolute;
	right: 16px;
	top: 0;
	opacity: 1;
	z-index: 1;
	color: #fff;
	font-size: 16px;
}
.wp-block-search .wp-block-search__button {
	font-size: 0;
	top: auto;
}
.wp-block-archives-dropdown,
.wp-block-search {
	margin-bottom: 25px;
}

/*--- wp-block-tag-cloud ---*/
.wp-block-tag-cloud a {
	display: inline-block;
	font-size: 14px !important;
	padding: 0 18px;
	height: 42px;
	line-height: 42px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 0px 9px 10px 0px rgba(26, 47, 106, 0.07);
	margin-bottom: 8px;
	margin-right: 8px;
}
.wp-block-tag-cloud a:hover {
	color: #fff;
}

/*--- wp-block-calendar ---*/
.wp-block-calendar table td#today {
	font-weight: bold;
}
.wp-block-calendar table {
	border-collapse: separate;
	border-color: #dedede;
	border-spacing: 0;
	border-style: solid;
	border-width: 1px 0 0 1px;
	margin-bottom: 0px;
	width: 100%;
}
.wp-block-calendar table th,
.wp-block-calendar table td {
	border: 0;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 10px;
}
.wp-block-calendar caption {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	caption-side: top;
	color: inherit;
}
.wp-block-calendar tbody a {
	display: block;
	font-weight: 700;
}
.wp-block-calendar table td#prev {
	text-align: left;
}
.wp-block-calendar table td#next {
	text-align: right;
}
.wp-block-calendar tfoot a {
	text-decoration: none;
}
.wp-block-button{
	color: #fff !important;
}

/* =======================================================
 * Elementor - Frontend editor
 * =======================================================*/
/* --------------------------------------
 * elementor-editor-active 
 * ---------------------------------------*/
.elementor-top-section.elementor-section > .elementor-container,
.elementor-editor-active .elementor-column,
.elementor-editor-active .elementor-background-overlay{
	z-index: 1;
}


/* =======================================================
 * Menu animation 
 * =======================================================*/
@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.animate__fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
/* --------------------------------------
 * Comment formm error input
 * ---------------------------------------*/
span.tstk-form-error {
	color: red;
	font-size: 12px;
	display: none;
}

/* For double Border issue */
.elementor .elementor-element.e-flex,
.elementor .elementor-element.e-grid {
    --border-style: inherit !important;
}