/*
Theme Name:     GREEN PENGUIN Child Theme
Description:    Дочірня тема Labortech для Green Penguin Media
Author:         AFIVE Agency
Author URI:     https://afive.agency/ua/
Template:       labortech
Version:        1.0.0
*/

@import url("../labortech/style.css");

#wpadminbar {
	position: fixed !important;
}
.afive-agency {
	display: inline-block;
	float: right;
}
.grecaptcha-badge {
	display: none;
}

*, *:before, *:after {
	box-sizing: border-box !important;
}

.ht-navigation {
	justify-content: space-between !important;
}
.navigation-top {
	margin: initial !important;
}

/*@media (max-width: 1400px) {
	h1, .h1 {
		font-size: 60px !important;
	}
}*/

b, strong {
	font-weight: 700 !important;
}

h2.wp-block-heading {
	font-size: 40px;
	line-height: 45px;
}

p {
	word-break: break-word;
}
a, img {
	transition: 0.3s !important;
}

.gtranslate_wrapper {
	position: absolute;
	top: 10px;
	right: 10px;
}

.logo img:hover {
	transform: scale(1.1);
}
.home-hero {
	min-height: 500px
}

/* #header-wrap.fixed-header { */
#header-wrap {
	box-shadow: 0 10px 20px rgba(0,0,0,.05);
}
.fixed-header .search-inner {
	padding: 0 !important;
}

.footer {
	box-shadow: 0px -10px 20px rgba(0,0,0,.05);
	background-image: url(/wp-content/uploads/2024/05/gp-footer.png);
	/* 	background-position: center; */
	background-position: -2vw bottom;
	background-repeat: no-repeat;
	min-height: 550px;
	height: 100vh;
	color: white;
	font-size: 25px;
}
.footer .widget-title {
	color: white;
	font-size: 40px;
	line-height: 60px;
	font-weight: 700;
}
.footer a, .footer a:visited {
	color: var(--themeht-bg-light-color);
}
.footer a:hover {
	color: white;
}
.footer .footer-box {
	background: none !important;
	padding: 0 !important;
	margin: 16vh 4vw 0 10vw;
}
.footer .footer-right-content {
	margin: 16vh 0 0 0;
	padding: 0 !important;
}
.footer .footer-right-content .row {
	justify-content: center !important;
}
.footer .footer-right-content img:hover {
	transform: scale(1.1);
}
@media (max-width: 1200px) {
	.footer {
		background-position: -2vw 130px;
	}
}
@media (max-width: 768px) {
	.footer {
		font-size: 18px;
	}
}
@media (max-width: 575px) {

	.footer .footer-box {
		margin: 6vh 0 0 10vw;
	}
	.footer .footer-right-content {
		margin: 0 0 0 0;
	}
	.footer .footer-right-content .textwidget {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
	}
}

.widget {
	margin: 0 0 3.0em !important;
}

.theme-breadcrumb-box {
	/* 	background-color: #ffffff30 !important; */
	background-color: unset !important;
}
.theme-breadcrumb-box h1{
	color: var(--themeht-white-color);
}

.page-title {
	padding: 20px 0 10px 0 !important;
}
.blog .page-title,
.archive.category .page-title,
.single-post .page-title {
	padding-top: 50px !important;
}
.page-title h1 {
	font-size: 40px !important;
	line-height: 50px !important;
}
.breadcrumb a {
	color: var(--themeht-white-color) !important;
	font-weight: 300 !important;
}
.breadcrumb-item.active, .breadcrumb-item a:hover {
	color: var(--themeht-light-color) !important;
	font-weight: 300 !important;
}
.breadcrumb-item a:hover {
	color: var(--themeht-bg-light-color) !important;
	font-weight: 300 !important;
}

.main-nav > ul > li > a {
	font-size: 13px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
}
.main-nav .lang-item {
	margin-left: 5px !important;
	margin-right: 5px !important;
}
.main-nav .lang-item-first {
	margin-left: 40px !important;
}

.main-nav .lang-item-last {
	margin-right: 12px !important;
}
.main-nav .lang-item a {
	font-size: 12px !important;
	font-weight: 700;
	color: #2654da;
	padding: 7px;
	margin: 4px;
	background-image: url(/wp-content/uploads/2024/05/green-penguin-logo-bg.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.3s;
}
.main-nav .lang-item a:hover {
	padding: 11px;
	margin: 0;
	color: black;
}

.main-nav .nav-item{
	/* 	margin: 0 10px !important; */
}

.main-nav > ul > li.current-menu-item > a, .main-nav > ul > li.current-menu-parent > a {
	color: var(--themeht-text-color) !important;
}
.main-nav > ul > li.current-menu-item > a:hover {
	color: var(--themeht-primary-color) !important;
}

@media (max-width: 1200px) {
	.main-nav .lang-item-first {
		margin-left: 15px !important;
	}
	.main-nav .lang-item {
		margin-left: 15px !important;
		display: inline-block;
		border-bottom: 0;
	}
	.main-nav .lang-item a {
		font-size: 16px !important;
	}
}

.search-inner {
	max-width: 200px;
}

.wpcf7-form .btn > span {
	margin-right: 25px;
}

@media (max-width:991.98px) {
	.navbar-collapse {
		background: var(--themeht-white-color);
		max-height: 400px;
		left: 0;
		padding: 10px;
		position: absolute;
		z-index: 99;
		top: 100%;
		width: 100%;
		overflow: auto;
		border: medium none;
		-webkit-box-shadow: 0 20px 30px 5px rgba(83, 113, 99, 0.6);
		-moz-box-shadow: 0 20px 30px 5px rgba(83, 113, 99, 0.6);
		box-shadow: 0px 20px 30px 5px rgb(83 173 99 / 60%) !important;
	}
}
@media (min-width: 992px) and (max-width:1400px) {
	.right-nav a.btn-sm span:after{
		width: 0px;
	}
	.right-nav a.btn-sm {
		padding: 10px 10px;
	}
	.right-nav a.btn span {
		padding-right: 0px;
	}
}
.nav-menu-toggle:hover {
	color: var(--themeht-bg-light-color);
}
.closepanel:hover {
	cursor:pointer;
}


.btn-hover-green:before,
.btn-hover-green:after {
	background-color: var(--themeht-primary-color) !important;
}

.wpcf7-form-control-wrap .wpcf7-checkbox {
	border: 0 !important;
}
.search-form button[type="submit"] {
	top: unset !important;
}
.search-field {
	padding-right: 45px !important;
}
.relevanssi-live-search-results-showing {
	top: 55px !important;
	left: 0px !important;
}
.matches-results {
	margin-bottom: 20px;
	text-align: center;
}
.mark, mark {
	padding: 0.1875em 0 !important;
}
.search-page .pagination {
	justify-content: center!important;
	margin-top: 20px;
}

.page-template-default .page-content, .page-template-default .entry-content, .page-template-default .entry-summary {
	margin: 6rem 0;
}
.entry-content {
	margin-top: 0;
}

.product-list-search-result-wraper {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3,1fr);
}
@media (max-width:1200px) {
	.product-list-search-result-wraper {
		grid-template-columns: repeat(2,1fr);
	}
}
@media (max-width:768px) {
	.product-list-search-result-wraper {
		grid-template-columns: repeat(1,1fr);
	}
}
.product-list-wraper {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(2,1fr);
	margin: 0;
	padding: 0;
}
@media (max-width:600px) {
	.product-list-wraper {
		grid-template-columns: repeat(1,1fr);
	}
}
.post-card {
	box-shadow: 0 0 20px 0px rgba(0 0 0 / 5%) !important;
	margin: 0 !important;
	padding: 30px;
	transition: 0.3s;
	/* 	max-height: 280px; */
}
.post-card-item {
	padding-top: 0;
}
.product-list-wraper .post-card:hover {
	box-shadow: 0 0 20px 0px rgba(0 0 0 / 10%) !important;
}
.post-desc {
	padding: 0 !important;
	margin: 0 !important;
}
.themeht-blogs .post {
	display: grid;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	margin-bottom: 0px !important;
}
.post-card .post-title {
	display: -webkit-box;
	/*     height: 36px;
        -webkit-line-clamp: 1; */
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.post-card .post-title h4 {
	line-height: 1.8rem;
}
.post-card .post-descr-text {
	display: -webkit-box;
	line-height: 1.5em;
	height: 50px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 10px;
}

.post-single-page .post-card {
	padding: 0px;
}
.post-single-page .themeht-blogs .post {
	display: block;
}

.product-buttons a {
	margin: 0px 15px 20px 0px !important;
}
@media (max-width: 768px) {
	.product-buttons a {
		margin: 10px 0px 10px 0px !important;
	}
}
.search-page .post-card .post-descr-text {
	height: unset;
	-webkit-line-clamp: 10;
}

.cat-links a {
	font-size: 14px !important;
}
.category-title {
	margin: 100px 0 25px 0;
}
.category-title:first-child {
	margin-top: 0;
}
.cat-links-wrapper {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(4,1fr);
	margin: 0;
	padding: 0;
}
@media (min-width:992px) and (max-width: 1200px) {
	.cat-links-wrapper {
		grid-template-columns: repeat(3,1fr);
	}
}
@media (max-width:768px) {
	.cat-links-wrapper {
		grid-template-columns: repeat(3,1fr);
	}
}
@media (max-width:600px) {
	.cat-links-wrapper {
		grid-template-columns: repeat(2,1fr);
	}
}
.cat-links-wrapper li {
	list-style: none;
	background-color: var(--themeht-bg-light-color);
}
.cat-links-wrapper a{
	color: var(--themeht-text-color);
	background-color: var(--themeht-bg-light-color);
	padding: 8px 15px;
	font-size: 20px;
	height: 92px;
	display: flex;
	overflow: hidden;
	align-items: center;
	text-align: center;
	justify-content: center;
	box-shadow: 0 0 20px 0px rgba(0 0 0 / 10%) !important;
	transition: 0.3s;
}
.cat-links-wrapper a:hover{
	box-shadow: 0 0 20px 0px rgba(0 0 0 / 5%) !important;
}

.post-footer .post-cat {
	max-width: 85% !important;
}
@media (max-width: 992px) {
	.post-footer {
		display: flex !important;
	}
}
.themeht-sidebar {
	margin-bottom: 50px;
}

.marker-tag {
	font-size: 12px;
	color: white;
	background-color: #bfbfbf;
	display: inline-block;
	padding: 3px 5px;
	line-height: 12px;
}

.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
	align-content: center;
	justify-content: center;
	align-items: center;
	justify-items: center;
}

.product-list-tab-btn {
	display: flex;
}
@media (max-width: 600px) {
	.product-list-tab-btn {
		display: grid;
	}
	.product-list-tab-btn .btn + .btn {
		margin-left: 0;
	}
}
.portfolio-item h4 a {
	text-transform: initial !important;
	font-size: 20px;
}
.portfolio-item h4 a:hover {
	color: #ffd1ce !important;
}
.portfolio-item h4 p {
	margin: 0;
}
.btn.portfolio-category-btn:hover {
	color: white;
}
.btn.portfolio-category-btn.active {
	color: var(--themeht-primary-color);
}

.portfolio h3 {
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	margin-top: 10px;
}
.portfolio-item .portfolio-overlay {
	position:absolute;
	bottom: 0px;
	width: 100%;
	height: 40%;
	background: linear-gradient(0deg, rgb(8 18 47 / 80%) 0%, rgb(8 18 47 / 30%) 50%, rgba(255, 255, 255, 0) 100%)
}
.gp-clients img:hover {
	transform: scale(1.05);
}

.eael-img-accordion .eael-image-accordion-hover {
	cursor: initial !important;
}

.sitename-subtitle {
	font-size: 12px;
	color: var(--themeht-white-color);
	background-color: var(--themeht-primary-color);
	padding: 7px 5px;
}

.elementor img {
	width: 100%;
}


.loader {
	margin: 0em !important;
	width: auto !important;
	height: auto !important;
	animation: rotate-anim-circle 3s ease infinite !important;
}
.loader img {
	width: 200px;
	height: 200px;
}
@keyframes rotate-anim-circle {
	0%, 100% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(360deg);
	}
}


.blue-color-h1 .elementor-widget-container h1.elementor-heading-title {
	color: var(--themeht-primary-color) !important;
}
@media (max-width:768px) {
	.blue-color-h1 .elementor-widget-container h1.elementor-heading-title {
		font-size: 30px !important;
		line-height: 40px !important;
	}
}

.elementor-widget-image {
	animation-name: fadeIn;
}

.primary-footer {
	height: 100%;
    background-color: #0000004d;
}

@media (max-width:959px) {
	#allrecords iframe {
		height: 55vw;
	}
}