<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:  LabtechCO Child Theme
Description: Child theme for the LabtechCO theme
Author:      ThemeStek
Author URI:  http://themeforest.net/user/themestek
Template:    labtechco
Version:     0.11
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */
body.home .aioseo-breadcrumbs{
	display:none;
}
body.ts-service-template-default .aioseo-breadcrumbs, .themestek-sidebar-true .aioseo-breadcrumbs{
	display:inherit;
	margin-bottom: -55px;
    margin-top: 10px;
}
@media (min-width: 768px){
	.page-template-default .aioseo-breadcrumbs{
	width: 750px;
    margin-left: auto;
    margin-right: auto;
}
}
@media (min-width: 992px){
	.page-template-default .aioseo-breadcrumbs{
	width: 970px;
    margin-left: auto;
    margin-right: auto;
}
}

@media (min-width: 1200px){
.page-template-default .aioseo-breadcrumbs{
	width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
}


@media (min-width: 1200px){
.ts-post-format-image a img {
    height: 290px;
    object-fit: cover;
}
	.themestek-box-desc {
    height: 72px;
}
	.themestek-box-title {
    height: 140px;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    overflow: hidden;
}
}
.white h2, .white h3, .white h4, .white h1, .white a, .white span,{
	color:#fff!important;
}
.sidebar li:hover ul.sub-menu, .current-menu-item ul.sub-menu{
	display: block;
	max-height:200px;
}
.sidebar .sub-menu {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: all 0.5s ease-out;
	margin-top: 0px;
  }
.sidebar [aria-current="page"] {
    background-color: #54c1e4;
	color:#fff!important;
	padding: 13px 20px;
    display: block;
    position: relative;
    text-transform: uppercase;
}
.sidebar .widget_nav_menu li a {
    color: #7884ac;
	padding: 13px 20px;
	display:block;
	position:relative;
	text-transform: uppercase;
}
.sidebar .widget_nav_menu li a::after {
	content: '\e809';
    font-family: "ts-labtechco-icons";
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: 15px;
    right: 20px;
}

.sidebar .widget_nav_menu li a:hover{
	color:#fff!important;
	background-color:#93a723;
}
div#ts-home {display:none !important;}
.ts-ihbox.ts-ihbox-style-12.ts-ihbox-itype-icon {
	overflow:hidden;
}
ts-ihbox-big-number-text {display: none;}
ts-col-bgimage-yes .ts-bg-layer-inner, .ts-col-bgcolor-yes .ts-bg-layer-inner{height: 105%;}
.download .item-download {background-color:#93a723 !important;}
ul li.ts-post-active a {background-color:#54c1e4 !important;}

.ts-ihbox-style-12 .ts-vc_general.ts-vc_cta3 .ts-custom-heading {
    height: 9vh;
	margin-bottom:35px;
}
.ts-ihbox-image img{
    height: 12vh;
    object-fit: cover;
}
.ts-featured-wrapper.ts-post-featured-wrapper.ts-post-format-image img {
    height: 290px;
    object-fit: cover;
}
.site-content #sidebar-left.sidebar {
    margin-top: 65px;
    padding-left: 0px;
    padding-right: 0px;
	background-color: #f6faff;
	padding-top: 0px;}

.single-ts-service .site-content #sidebar-left.sidebar {
	padding-left: 0px !important;
    padding-right: 0px !important;
}

.sidebar .widget:not(.widget_search){
	border: none;
	padding: 0px;
	font-size: 14px;
}

.lang-item{
	font-weight: 900;
}

.list-border {
	padding: 20px;
	border: 5px solid #f6faff;
}

.footer .widget {margin: 30px 0 10px;}
.breadcrumb-wrapper {display:none;}

span.author.vcard {display: none;}
span.ts-meta-line.byline {display: none;}
div.themestek-blogbox-footer-commnent.pull-right {display: none;}
div.ts-post-format-icon-w {display: none;}</pre></body></html>