/*
Theme Name: Grabowski & Lipack
Description: The law firm that tailors to you.
Author: Woland Web
Author URI: https://www.wolandweb.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* ======================================== 
	HEADER & NAVIGATION 
======================================== */
.hmenu .menu-container .navbar-nav a {
	transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
.cta-menu-button {
	background-color: #fff !important;
	color: #2D483F !important;
	border: 1px solid transparent !important;
	letter-spacing: 0 !important;
	transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.menu-item-button > a:hover .cta-menu-button,
.menu-item-button > a:focus .cta-menu-button {
	background-color: #2D483F !important;
	color: #fff !important;
	border-color: #fff !important;
}

/* ======================================== 
	FOOTER
======================================== */
.footer-links-column .unmenu-inner-ul.is-grid {
	gap: 0 !important;
	row-gap: 0 !important;
}

.footer-links-column .menu-smart li.menu-item {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.35;
}

.footer-links-column .menu-smart li.menu-item > a {
	display: block;
	margin: 0 !important;
	padding: 4px 0 !important;
	line-height: 1.35 !important;
}

.footer-links-column .menu-smart li.menu-item > a span {
	line-height: inherit;
}

.footer-socials .social-icon a,
.footer-socials .social-icon a:visited,
.footer-socials .social-icon a:focus,
.footer-socials .social-icon a:active,
.footer-socials .social-icon a i,
.footer-socials .social-icon a:visited i,
.footer-socials .social-icon a:focus i,
.footer-socials .social-icon a:active i {
	color: #fff;
}

.footer-socials .social-icon a:hover,
.footer-socials .social-icon a:hover i {
	color: #DDDDDD;
}

/* ======================================== 
	UNIVERSAL ELEMENTS
======================================== */

body,
p,
li,
dt,
dd,
dl,
address,
label,
pre,
code,
.text-small,
.text-small > * {
	line-height: 1.5;
}

b,
strong {
	font-weight: 700;
}

.style-dark a,
.style-light a {
	transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

/* Edge Aligned Rounded Images */
.rounded-corner-fix-left .img-round-hg.img-round,
.rounded-corner-fix-left .img-round-hg.img-round > img,
.rounded-corner-fix-left .img-round-hg.img-round.tmb > .t-inside .t-entry-visual {
	border-radius: 0px;
}
.rounded-corner-fix-right .img-round-hg.img-round,
.rounded-corner-fix-right .img-round-hg.img-round > img,
.rounded-corner-fix-right .img-round-hg.img-round.tmb > .t-inside .t-entry-visual {
	border-radius: 0px;
}
@media (min-width: 959px) {
	.rounded-corner-fix-left .img-round-hg.img-round,
	.rounded-corner-fix-left .img-round-hg.img-round > img,
	.rounded-corner-fix-left .img-round-hg.img-round.tmb > .t-inside .t-entry-visual {
		border-radius: 0px 27px 27px 0px;
	}
	.rounded-corner-fix-right .img-round-hg.img-round,
	.rounded-corner-fix-right .img-round-hg.img-round > img,
	.rounded-corner-fix-right .img-round-hg.img-round.tmb > .t-inside .t-entry-visual {
		border-radius: 27px 0px 0px 27px;
	}
}

/* Blog */
.recent-posts ul li a {
	font-weight:700;
}
.recent-posts .widget-container.widget_recent_entries .post-date {
    font-size: 15px;
}

/* ======================================== 
	HOME
======================================== */

/* Hero */
@media (min-width: 959px) {
	.hero-image {
		padding-left: 8%;
	}
}

/* Vision */
.main-container .row-container.vision .triple-top-padding {
	padding-top: 0px;
}
@media (min-width: 959px) {
	.main-container .row-container.vision .triple-top-padding {
		padding-top: 72px;
	}
}

/* Latest News */
.latest-news-grid .cssgrid-container > .tmb {
	padding: 0 36px;
}
.latest-news-grid .cssgrid-container > .tmb:first-child {
	padding-left: 0;
}
.latest-news-grid .cssgrid-container > .tmb:last-child {
	padding-right: 0;
}
.latest-news-grid .cssgrid-container > .tmb + .tmb {
	border-left: 1px solid #d8d8d8;
}
.latest-news-grid .t-entry-date {
	font-size: 15px !important;
	font-weight: 400 !important;
}
.latest-news-grid .t-entry-meta {
	margin-bottom: 24px !important;
}


/* TABLET GRID */
@media (max-width: 1199px) {

	.latest-news-grid .row-child > .wpb_row.row-inner {
		height: auto !important;
	}

	.latest-news-grid .cssgrid-container {
		display: grid;
	}

	.latest-news-grid .cssgrid-container > .tmb {
		width: auto !important;
		padding: 0;
	}

	.latest-news-grid .cssgrid-container > .tmb + .tmb {
		border-left: 0;
	}
}


@media (min-width: 768px) and (max-width: 1199px) {

	.latest-news-grid .row-child > .wpb_row.row-inner {
		display: flex;
		align-items: center;
	}

	.latest-news-grid .row-child > .wpb_row.row-inner > .wpb_column {
		width: 50%;
	}

	.latest-news-grid .row-child > .wpb_row.row-inner > .wpb_column:last-child {
		text-align: right;
	}

	.latest-news-grid .cssgrid-container {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 50px;
	}

	.latest-news-grid .cssgrid-container > .tmb:nth-child(odd) {
		padding-right: 35px;
	}

	.latest-news-grid .cssgrid-container > .tmb:nth-child(even) {
		padding-left: 35px;
		border-left: 1px solid #d8d8d8;
	}
}


/* MOBILE */
@media (max-width: 767px) {
	.latest-news-grid .row-child > .wpb_row.row-inner {
		display: block;
	}

	.latest-news-grid .row-child > .wpb_row.row-inner > .wpb_column {
		width: 100%;
	}

	.latest-news-grid .row-child > .wpb_row.row-inner > .wpb_column:last-child {
		margin-top: 24px;
		text-align: left;
	}

	.latest-news-grid .cssgrid-container {
		grid-template-columns: 1fr;
	}

	.latest-news-grid .cssgrid-container > .tmb {
		width: 100% !important;
		padding: 0;
	}

	.latest-news-grid .t-entry-text-tc {
		padding: 0;
	}

	.latest-news-grid .t-entry-excerpt p:last-child {
		margin-bottom: 0;
	}

	.latest-news-grid .cssgrid-container > .tmb:not(:last-child) {
		padding-bottom: 34px;
	}

	.latest-news-grid .cssgrid-container > .tmb + .tmb {
		padding-top: 34px;
		border-top: 1px solid #d8d8d8;
		border-left: 0;
	}
}

@media (min-width: 1367px) {
	.latest-news-grid .empty-space.empty-single {
		display: none;
	}
}
/* ======================================== 
	SECONDARY PAGES
======================================== */

/* TEAM */
.team-bio img {
	border-radius: 27px 27px 0px 0px;
}
.team-bio ul li {
	text-align:left;
}

/* PRACTICE AREAS */
.practice-areas-hero a.custom-link.un-btn-txt-color:focus .btn-underline,
.practice-areas-hero a.custom-link.un-btn-txt-color:focus-visible .btn-underline {
	color: #FFFFFF !important;
}

.practice-areas-hero {
	width: 100%;
	z-index: 9999;
}

.practice-areas-hero.is-sticky {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 44px;
	box-sizing: border-box;
	opacity: 0;
	transform: translateY(-20px);
	pointer-events: none;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.practice-areas-hero.is-sticky.is-visible {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.practice-areas-hero-placeholder {
	display: none;
}

.practice-areas-hero-placeholder.is-active {
	display: block;
}

@media (max-width: 1024px) {
	.practice-areas-hero.is-sticky {
		padding-top: 20px;
		padding-bottom: 24px;
	}

	.practice-areas-hero.is-sticky > .row-parent {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.practice-areas-hero.is-sticky .vc_custom_heading_wrap {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		margin: 0 0 10px !important;
		padding: 0 !important;
	}

	.practice-areas-hero.is-sticky .heading-text {
		display: block !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.practice-areas-hero.is-sticky h1 {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		font-size: 24px !important;
		line-height: 1.1;
		margin: 0 !important;
		padding: 0 !important;
	}

	.practice-areas-hero.is-sticky .row-internal {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}

	.practice-areas-hero.is-sticky .row-internal .column_child .uncont {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		column-gap: 24px;
		row-gap: 10px;
		width: 100%;
	}

	.practice-areas-hero.is-sticky .btn-container {
		display: flex !important;
		justify-content: center;
		align-items: center;
		width: auto;
		margin: 0 !important;
		text-align: center;
	}

	.practice-areas-hero.is-sticky .btn-container a {
		font-size: 15px !important;
		line-height: 1.2;
		white-space: nowrap;
	}

	.practice-areas-hero.is-sticky .btn-container:nth-child(3) {
		flex-basis: 100%;
	}
}

@media (max-width: 767px) {
	.practice-areas-hero.is-sticky {
		padding-top: 22px;
		padding-bottom: 26px;
	}

	.practice-areas-hero.is-sticky .vc_custom_heading_wrap {
		margin-bottom: 8px !important;
	}
}

/* NEWS */
.blog-feed .t-entry-text .t-entry-text-tc.single-block-padding {
	padding-top: 0px;
}

/* ======================================== 
	FORMS
======================================== */
.style-light .gform_wrapper.gravity-theme .gfield_required {
	color: #000000;
}
.style-dark .gform_wrapper.gravity-theme .gfield_required {
	color: #FFFFFF;
}
.gform_wrapper.gravity-theme .gfield_description {
	padding-top: 0px;
}
.gform_wrapper.gravity-theme .field_description_above .gfield_description {
	padding-bottom: 6px;
}
.ginput_container ::placeholder {
	opacity: .4;
}
.style-light .gform-footer button[type="submit"]:not(.btn-custom-typo):not(.btn-inherit) {
	background: #2d4740;
	border: 1px solid #2d4740;
	color: #FFFFFF;
	letter-spacing: normal;
}
.style-light .gform-footer button[type="submit"]:not(.btn-custom-typo):not(.btn-inherit):hover,
.style-light .gform-footer button[type="submit"]:not(.btn-custom-typo):not(.btn-inherit):focus {
	background: transparent;
	color: #2d4740;
}
