/*
Theme Name: TSS Replica
Template: generatepress
Author: Salt City Digital
Version: 0.65.0
*/

:root {
	--tss-maroon: #ab192d;
	--tss-charcoal: #272727;
	--tss-footer-top: #00122f;
	--tss-footer-bottom: #000b1c;
	--tss-section-bg: #ededed;
	--tss-main-color: #1e1b39;
	--body-color: #666666;
	--main-color: #1e1b39;
	--primary-color: #999999;
	--headding-color: #272727;
	--section-bg: #ededed;
}
html:root {
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}
html ul {
	margin: 0 0 16px 0;
	padding: 0;
	list-style: none;
}
html a {
	text-decoration: none;
}
body {
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.inside-article h1, .inside-article h2, .inside-article h3, .inside-article h4, .inside-article h5, .inside-article h6,
.blog-area h1, .blog-area h2, .blog-area h3, .blog-area h4, .blog-area h5, .blog-area h6,
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	color: var(--tss-charcoal);
	font-weight: 700;
	font-family: sans-serif;
}
.inside-article h1 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
}
.inside-article h2 {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
}
.inside-article h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 10px;
}
.inside-article h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
.inside-article h5 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}
.inside-article h6 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
}
p {
	color: var(--tss-main-color);
}
.section-bg {
	background-color: var(--tss-section-bg);
}
.inside-article p {
	font-size: 14px;
	line-height: 25px;
}
.entry-content.entry-content > p:last-child {
	margin-bottom: 16px;
}
body.page .inside-article {
	padding: 25px 0;
}
body.page .site-main {
	margin-top: 0;
	margin-bottom: 0;
}
.section-padding {
	padding: 25px 0;
}
.bconstruct-breadcrumb {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 120px;
	padding-bottom: 100px;
}
.bconstruct-breadcrumb h2 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 20px;
}
.bconstruct-breadcrumb ul {
	display: inline-block;
	background: #fff;
	padding: 14px 30px;
	border-radius: 2px;
}
.bconstruct-breadcrumb.bconstruct-breadcrumb ul {
	padding-left: 30px;
}
.bconstruct-breadcrumb.bconstruct-breadcrumb ul li:after {
	content: "|";
	clear: both;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	color: #000;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.2;
	width: auto;
	height: auto;
	background: transparent;
	border-radius: 0;
	border: none;
}
.bconstruct-breadcrumb.bconstruct-breadcrumb ul li {
	display: inline-block;
	position: relative;
	padding-right: 15px;
	padding-left: 0;
	margin: 0 10px 0 0;
	font-size: 15px;
	color: #999999;
	font-weight: 600;
	text-transform: uppercase;
}
.bconstruct-breadcrumb ul li a {
	color: var(--tss-charcoal);
}
.bconstruct-breadcrumb ul li a:hover {
	color: #999999;
}
.bconstruct-breadcrumb ul li:last-child:after {
	display: none;
}
.bconstruct-breadcrumb ul li:last-child {
	padding-right: 0px;
}
.section-headding h4 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color: #999999;
	margin-bottom: 5px;
}
.section-headding h2 {
	font-weight: 700;
	font-size: 48px;
	line-height: 1.2;
}
.inside-article ul li {
	font-weight: 600;
	font-size: 14px;
	margin: 8px 0px;
	position: relative;
	padding-left: 16px;
}
.inside-article ul li:after {
	content: "";
	clear: both;
	width: 9px;
	height: 9px;
	background: transparent;
	position: absolute;
	left: 0;
	top: 6px;
	border-radius: 50%;
	border: 2px solid #999999;
}
.inside-article ul {
	padding-left: 20px;
}
.about-us-content h4 {
	text-transform: uppercase;
	font-size: 14px;
	color: #999999;
	margin-bottom: 10px;
}
.about-us-content h2 {
	font-weight: 700;
	font-size: 44px;
	margin-bottom: 20px;
	line-height: 1.2;
}
.about-us-content p {
	line-height: 30px;
	margin-bottom: 12px;
}
.about-us-content .content-b {
	font-size: 18px;
	font-weight: 700;
	color: var(--tss-charcoal);
	margin-bottom: 15px;
}
.about-us-content ul {
	margin-bottom: 10px;
	overflow: hidden;
}
.about-us-content ul li {
	width: 50%;
	float: left;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	color: #8e8e8e;
	margin-bottom: 12px;
	align-items: center;
}
.about-us-content ul li i {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	background: #ffd1d1;
	justify-content: center;
	color: #999999;
	font-size: 13px;
	margin-right: 10px;
}
a.button-1,
input.button-1 {
	width: auto;
	text-transform: uppercase;
	font-weight: 600;
	padding: 18px 45px !important;
	background: var(--tss-charcoal) !important;
	color: #fff !important;
	font-size: 14px;
	border: none !important;
	display: inline-block;
	transition: all 0.3s ease;
}
a.button-1:hover,
input.button-1:hover {
	color: #fff;
	background: #999999;
}
.section-padding-2 {
	padding-top: 100px;
	padding-bottom: 70px;
}
.inside-article ol li,
.content ol li {
	font-weight: 600;
	font-size: 14px;
	padding: 8px 0px;
}
.inside-article ol,
.content ol {
	margin-bottom: 14px;
	margin-left: 0;
}
.inside-article .post-thumbnail {
	margin-bottom: 20px;
}
.inside-article .post-thumbnail img {
	height: 100%;
}
.inside-article table {
	border-style: hidden;
}
.portfolio-item-single {
	overflow: hidden;
	width: 100%;
	z-index: 1;
	position: relative;
}
.portfolio-item-single .thumbnail {
	z-index: 1;
	position: relative;
}
.portfolio-item-single .thumbnail:after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--tss-charcoal);
	opacity: 0;
	top: 0;
	left: 0px;
	z-index: 1;
	transition: all 0.3s ease-in;
}
.portfolio-item-single:hover .thumbnail:after {
	opacity: 0.7;
}
.portfolio-item-single .thumbnail img {
	width: 100%;
}
.portfolio-item-single .zoom-icon {
	position: absolute;
	top: 0px;
	left: 20px;
	opacity: 0;
	width: 50px;
	height: 50px;
	visibility: hidden;
	transition: all 0.3s ease-in;
	z-index: 9;
}
.portfolio-item-single:hover .zoom-icon {
	top: 30px;
	opacity: 1;
	visibility: visible;
}
.portfolio-item-single .zoom-icon a {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #999999;
	color: #fff;
	font-size: 16px;
	transition: all 0.3s ease;
}
.portfolio-item-single .zoom-icon a:hover {
	color: #999999;
	background: #fff;
}
.portfolio-item-single .conent {
	position: absolute;
	bottom: 0;
	left: 20px;
	z-index: 9;
	transition: all 0.3s ease;
	opacity: 0;
}
.portfolio-item-single:hover .conent {
	opacity: 1;
	bottom: 30px;
}
.portfolio-item-single .conent strong {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	line-height: 1.1;
	font-size: 14px;
}
.portfolio-item-single .conent h2 {
	line-height: 1;
}
.portfolio-item-single .conent h2 a {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
}
.portfolio-item-single .conent h2 a:hover {
	color: #999999;
}
.portfolio_slider_full .owl-dots {
	display: none;
}
.portfolio_slider_full .owl-nav .owl-prev {
	position: absolute;
	top: 43%;
	left: 0;
}
.portfolio_slider_full .owl-nav .owl-next {
	position: absolute;
	top: 43%;
	right: 0;
}
.portfolio_slider_full .owl-nav .hero-slider-nav {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffffc7;
	font-size: 28px;
	color: #000;
	transition: all 0.3s ease;
}
.portfolio_slider_full .owl-nav .hero-slider-nav:hover {
	background: #999999;
	color: #fff;
}
body.elementor-template-full-width #page.grid-container {
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
.tss-icon-list-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.tss-icon-list-item {
	display: flex;
	align-items: center;
}
.tss-icon-list-icon {
	display: flex;
}
