/*
Theme Name: Verger Theme
Theme URI: https://verger.team/
Author: Verger Team
Author URI: https://verger.team/
Description: Custom WordPress theme based on the provided static layout.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: vergertheme
*/

.verger-page-content {
	clear: both;
	overflow: clip;
}

.verger-page-content > :where(:not(.alignfull):not(.alignwide):not(.verger-section):not(.verger-chart-block)) {
	margin-left: auto;
	margin-right: auto;
	max-width: 1320px;
	padding-left: 15px;
	padding-right: 15px;
}

.verger-page-content > .alignwide {
	margin-left: auto;
	margin-right: auto;
	max-width: 1480px;
}

.verger-contact-website {
	left: -9999px;
	position: absolute;
}

/* Contact page blocks: compact spacing and proportions from the design. */
.verger-contact-form-map {
	padding-bottom: 0;
	padding-top: 45px;
}

.verger-contact-form-map .container {
	max-width: 1100px;
}

.verger-contact-form-map .sec-heading {
	margin-bottom: 36px;
}

.verger-contact-form-map .sec-heading .sub-title {
	color: var(--tj-color-theme-primary);
	font-weight: 600;
	margin-bottom: 10px;
}

.verger-contact-form-map .sec-heading .sec-title {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.1;
}

.verger-contact-form-map .contact-form {
	height: 100%;
	margin-right: 0;
	padding: 40px;
}

.verger-contact-form-map .contact-form .title {
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 30px;
}

.verger-contact-form-map .contact-form .form-input {
	margin-bottom: 20px;
}

.verger-contact-form-map .contact-form .form-input textarea {
	height: 110px;
}

.verger-contact-form-map .contact-form .form-input.message-input {
	margin-bottom: 24px;
}

.verger-contact-form-map .map-area,
.verger-contact-form-map .map-area iframe {
	min-height: 100%;
}

.verger-contact-details {
	padding-bottom: 30px;
	padding-top: 40px;
}

.verger-contact-details .container {
	max-width: 1000px;
}

.verger-contact-details .row {
	--bs-gutter-x: 16px;
	--bs-gutter-y: 16px;
}

.verger-contact-details .contact-item.style-2 {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: flex-start;
	padding: 30px 20px;
}

.verger-contact-details .contact-item.style-2 .contact-icon {
	align-self: center;
	height: 64px;
	margin: 0 auto 18px;
	width: 64px;
}

.verger-contact-details .contact-item.style-2 .contact-icon i,
.verger-contact-details .contact-item.style-2 .contact-icon img {
	align-items: center;
	display: inline-flex;
	flex: 0 0 30px;
	height: 30px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	max-width: 30px;
	object-fit: contain;
	transition: filter 0.3s ease;
	width: 30px;
}

.verger-contact-details .contact-item.style-2:hover .contact-icon img {
	filter: brightness(0) invert(1);
}

.verger-contact-details .contact-item.style-2 .contact-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 14px;
}

.verger-contact-details .contact-item.style-2 .contact-list li,
.verger-contact-details .contact-item.style-2 .contact-list li a,
.verger-contact-details .contact-item.style-2 .contact-list li span {
	font-size: 14px;
	line-height: 1.35;
}

.verger-contact-details .contact-item.style-2 .contact-list li.active a,
.verger-contact-details .contact-item.style-2 .contact-list li.active span {
	color: var(--tj-color-theme-primary);
	font-weight: 700;
}

@media (max-width: 991px) {
	.verger-contact-form-map {
		padding-top: 30px;
	}

	.verger-contact-form-map .contact-form {
		padding: 32px 28px;
	}

	.verger-contact-form-map .map-area,
	.verger-contact-form-map .map-area iframe {
		min-height: 420px;
	}

	.verger-contact-details {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.verger-contact-form-map .sec-heading .sec-title {
		font-size: 34px;
	}

	.verger-contact-form-map .contact-form {
		padding: 28px 20px;
	}

	.verger-contact-form-map .contact-form .title {
		font-size: 24px;
	}

	.verger-contact-form-map .map-area,
	.verger-contact-form-map .map-area iframe {
		min-height: 340px;
	}
}

/* Keep the team and operational-advantage blocks 30px apart. */
.verger-team-members {
	padding-bottom: 0;
	padding-top: 45px;
}

.verger-team-members .sec-heading .sec-title {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.1;
}

.verger-team-members .sec-heading .sec-title span {
	font: inherit;
}

.verger-team-members + .verger-operational-advantage {
	padding-top: 30px;
}

.verger-operational-advantage {
	padding-bottom: 0;
}

.verger-operational-advantage .sec-heading .sec-title {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.1;
}

.verger-strategy-services {
	padding-top: 30px;
}

.verger-strategy-services .sec-heading .sec-title {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.1;
}

.verger-strategy-services .service-icon img {
	height: 48px;
	object-fit: contain;
	transition: filter 0.3s ease, height 0.6s ease, width 0.6s ease;
	width: 48px;
}

.verger-strategy-services .service-item .service-icon {
	background: transparent;
}

.verger-strategy-services .service-item.style-3:hover .service-icon {
	background: rgba(255, 255, 255, 0.18);
	border: 4px solid rgba(255, 255, 255, 0.65);
}

.verger-strategy-services .service-item.style-3:hover .service-icon img {
	filter: brightness(0) invert(1);
}

/* Compact 3 × 2 process grid from the signed-representation design. */
.verger-working-process {
	padding-bottom: 30px;
	padding-top: 30px;
}

.verger-working-process .sec-heading {
	margin-bottom: 26px;
	max-width: 1000px;
}

.verger-working-process .sec-heading .sub-title {
	margin-bottom: 12px;
}

.verger-working-process .sec-heading .sec-title {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.1;
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
}

.verger-working-process .working-process-area {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr;
}

.verger-working-process .process-item {
	box-shadow: none;
	max-width: none;
	min-height: 230px;
	padding: 16px;
	width: 100%;
}

.verger-working-process .process-item::after {
	box-shadow: none;
}

.verger-wide-image {
	padding-bottom: 30px;
	padding-top: 30px;
}

.verger-wide-image__frame {
	aspect-ratio: 1370 / 410;
	border-radius: 12px;
	margin: 0;
	overflow: hidden;
}

.verger-wide-image__frame img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.verger-wide-image__frame img.is-grayscale {
	filter: grayscale(1);
}

.verger-recent-closings-cta {
	padding-bottom: 30px;
	padding-top: 30px;
}

.verger-recent-closings-cta__frame {
	align-items: center;
	aspect-ratio: 1370 / 410;
	display: flex;
	justify-content: center;
	padding-bottom: 0;
	padding-top: 0;
}

.verger-recent-closings-cta__frame .tj-page-header-content {
	position: relative;
	z-index: 2;
}

.verger-recent-closings-cta__frame .tj-page-title {
	color: #ffffff;
	font-size: 54px;
	font-weight: 700;
	line-height: 1.1;
	margin-left: auto;
	margin-right: auto;
	max-width: 1050px;
}

@media (max-width: 991px) {
	.verger-recent-closings-cta__frame .tj-page-title {
		font-size: 40px;
	}
}

.verger-working-process .process-item .process-step {
	-webkit-background-clip: border-box;
	-webkit-text-fill-color: currentColor;
	background: none;
	background-clip: border-box;
	color: #249494;
	font-size: 64px;
	margin-bottom: 10px;
}

.verger-working-process .process-item .title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 10px;
}

.verger-working-process .process-item .desc {
	font-size: 14px;
	line-height: 1.35;
}

@media (min-width: 768px) {
	.verger-working-process .working-process-area {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.verger-working-process .process-item:not(:last-child)::after {
		border-width: 5px;
		font-size: 16px;
		height: 42px;
		right: -29px;
		width: 42px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.verger-working-process .process-item:nth-child(2n)::after {
		display: none;
	}
}

@media (min-width: 992px) {
	.verger-working-process .working-process-area {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.verger-working-process .process-item:nth-child(2n)::after {
		display: inline-flex;
	}

	.verger-working-process .process-item:nth-child(3n)::after {
		display: none;
	}
}

/* Blog archive hero follows the 1370 × 417 desktop frame from the design. */
.blog-archive-header {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 1370px;
	min-height: 230px;
	padding-bottom: 0;
	padding-top: 0;
	width: calc(100% - 30px);
}

.space-for-header + .blog-archive-header {
	margin-top: 30px;
}

.blog-archive-header .container {
	position: relative;
	z-index: 1;
}

.blog-archive-header .tj-page-title {
	font-size: clamp(32px, 3vw, 44px);
	line-height: 1;
}

.blog-archive-content {
	padding-top: 48px;
}

.blog-archive-content .blog-item .blog-content .title {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.1;
}

@media (min-width: 768px) {
	.blog-archive-header {
		aspect-ratio: 1370 / 417;
		min-height: 0;
	}
}

@media (max-width: 767px) {
	.verger-wide-image__frame {
		aspect-ratio: 16 / 9;
	}

	.verger-recent-closings-cta__frame {
		aspect-ratio: 16 / 9;
	}

	.verger-recent-closings-cta__frame .tj-page-title {
		font-size: 30px;
	}

	.verger-team-members .sec-heading .sec-title {
		font-size: 34px;
	}

	.verger-strategy-services .sec-heading .sec-title {
		font-size: 34px;
	}

	.verger-operational-advantage .sec-heading .sec-title {
		font-size: 34px;
	}

	.verger-working-process .sec-heading .sec-title {
		font-size: 34px;
	}

	.space-for-header + .blog-archive-header {
		margin-top: 20px;
	}

	.blog-archive-content {
		padding-top: 32px;
	}
}

.single-post .tj-blog-section {
	padding-top: 0;
}

body.single-post {
	height: auto !important;
	overflow-x: hidden !important;
	overflow-y: visible !important;
}

/* Keep the regular page header slightly detached from the viewport edge. */
.header-area.header-1,
.header-area.header-1 .header-wrapper {
	border-bottom-left-radius: 12px !important;
	border-bottom-right-radius: 12px !important;
	border-top-left-radius: 12px !important;
	border-top-right-radius: 12px !important;
}

.header-area.header-1:not(.header-duplicate) {
	margin-top: 15px;
}

.single-post #smooth-wrapper {
	height: auto !important;
	inset: auto !important;
	overflow: visible !important;
	position: static !important;
	width: auto !important;
}

.single-post #smooth-content {
	transform: none !important;
	will-change: auto !important;
}

.single-post #primary .single-blog-layout {
	margin-top: 24px;
}

@media (min-width: 992px) {
	.header-area.header-1 .header-wrapper,
	.header-area.header-2 .header-wrapper {
		height: 78px;
		min-height: 78px;
	}

	.header-area .mainmenu ul > li > a {
		padding-bottom: 31px;
		padding-top: 31px;
	}

	.header-area .mainmenu ul > li.menu-item-has-children > a::after,
	.header-area .mainmenu ul > li.has-dropdown > a::after {
		top: 34px;
	}

	.single-post #primary .single-blog-layout {
		margin-top: 28px;
	}
}

@media (min-width: 768px) {
	.single-post .blog-category-two {
		height: 80px;
		max-width: 100%;
		width: 540px;
	}

	.single-post .blog-category-two .category-item {
		box-sizing: border-box;
		flex: 0 0 50%;
		flex-wrap: nowrap;
		height: 80px;
		padding: 14px 20px;
		width: 50%;
	}
}

:is(.single-post, .single-case_study) .tj-main-sidebar {
	max-width: 366px;
	padding-left: 0;
	width: 100%;
}

:is(.single-post, .single-case_study) .widget-feature-item {
	padding: 22px;
}

:is(.single-post, .single-case_study) .widget-feature-item .feature-box {
	height: 300px;
}

:is(.single-post, .single-case_study) .widget-feature-item .feature-box .feature-content {
	padding: 22px;
	position: relative;
	z-index: 2;
}

:is(.single-post, .single-case_study) .widget-feature-item .feature-box .feature-content > span {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 18px;
	max-width: 175px;
}

:is(.single-post, .single-case_study) .widget-feature-item .feature-box .feature-content .feature-contact {
	padding: 8px 14px;
}

:is(.single-post, .single-case_study) .widget-feature-item .feature-box .feature-content .feature-contact span {
	font-size: 12px;
}

:is(.single-post, .single-case_study) .widget-feature-item .feature-box .feature-content .feature-contact i {
	font-size: 16px;
}

:is(.single-post, .single-case_study) .widget-feature-item .feature-images {
	border-width: 2px;
	bottom: -2px;
	height: 176px;
	margin: 0;
	position: absolute;
	right: -2px;
	width: 176px;
}

.single-case_study .verger-case-study-gallery .row {
	--bs-gutter-y: 24px;
}

.single-case_study .verger-case-study-gallery .image-box,
.single-case_study .verger-case-study-gallery .gallery {
	height: 100%;
}

.single-case_study .verger-case-study-gallery .gallery {
	aspect-ratio: 1 / 1;
	border-radius: 10px;
	overflow: hidden;
}

.single-case_study .verger-case-study-gallery .col-sm-12 .gallery {
	aspect-ratio: 870 / 420;
}

.single-case_study .verger-case-study-gallery .gallery img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.single-post .tj-recent-posts .widget-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
}

.single-post .tj-recent-posts .post-content .post-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 0;
}

.single-post .tj-post__navigation {
	background-color: #ffffff;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	min-height: 92px;
	width: 100%;
}

.single-post .tj-post__navigation .previous {
	justify-self: start;
}

.single-post .tj-post__navigation .next {
	justify-self: end;
}

.single-post .tj-post__navigation .tj-nav-post__grid {
	align-self: center;
	justify-self: center;
}

.single-post .tj-post__navigation .tj-nav-post__grid a,
.single-post .tj-post__navigation .tj-nav-post__grid img {
	display: block;
	height: 29px;
	width: 29px;
}

/* Keep article and Case Studies CTAs aligned with the design. */
:is(.single-post, .single-case_study, .post-type-archive-case_study) .cta-area .cta-content .title {
	font-size: 54px;
	font-weight: 700;
	line-height: 1.1;
	max-width: 557px;
}

:is(.single-post, .single-case_study, .post-type-archive-case_study) .cta-area .cta-content .title > div,
:is(.single-post, .single-case_study, .post-type-archive-case_study) .cta-area .cta-content .title > div > div,
:is(.single-post, .single-case_study, .post-type-archive-case_study) .cta-area .cta-content .title span {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

@media (max-width: 991px) {
	:is(.single-post, .single-case_study, .post-type-archive-case_study) .cta-area .cta-content .title {
		font-size: 42px;
	}
}

@media (max-width: 767px) {
	:is(.single-post, .single-case_study, .post-type-archive-case_study) .cta-area .cta-content .title {
		font-size: 34px;
	}
}

@media (min-width: 768px) {
	.single-post .tj-post__navigation .tj-nav-post__nav a span {
		height: 56px;
		width: 56px;
	}
}

/* Footer content and proportions from the TeamVerger design. */
.tj-footer-section.footer-2 .footer-main-area {
	padding-bottom: 38px;
	padding-top: 44px;
}

.tj-footer-section.footer-2 .footer-logo {
	max-width: 232px;
}

.tj-footer-section.footer-2 .footer-widget .footer-text {
	max-width: 320px;
}

.tj-footer-section.footer-2 .footer-widget .footer-text p {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.35;
	margin-top: 20px;
}

.tj-footer-section.footer-2 .footer-widget .title {
	margin-bottom: 22px;
}

.tj-footer-section.footer-2 .widget-nav-menu.footer-col-2,
.tj-footer-section.footer-2 .widget-nav-menu.footer-col-3,
.tj-footer-section.footer-2 .widget-contact {
	padding-left: 35px;
}

.tj-footer-section.footer-2 .widget-nav-menu ul li {
	padding: 7px 0;
}

.tj-footer-section.footer-2 .footer-contact-info {
	max-width: 275px;
}

.tj-footer-section.footer-2 .footer-contact-info .contact-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.tj-footer-section.footer-2 .footer-contact-info .contact-item a,
.tj-footer-section.footer-2 .footer-contact-info .contact-address {
	color: var(--tj-color-common-white);
	display: block;
	font-weight: var(--tj-fw-sbold);
	line-height: 1.45;
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.18);
	text-underline-offset: 7px;
}

.tj-footer-section.footer-2 .tj-copyright-area-2 .copyright-content-area {
	align-items: flex-start;
	border-top: 0;
	display: grid;
	gap: 28px;
	grid-template-columns: 1.2fr 0.8fr 2.1fr 1fr;
	padding: 32px 5px 28px;
	position: relative;
}

.tj-footer-section.footer-2 .tj-copyright-area-2 .copyright-content-area::before {
	background: repeating-linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.13) 0,
		rgba(255, 255, 255, 0.13) 14px,
		transparent 14px,
		transparent 27px
	);
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.tj-footer-section.footer-2 .tj-copyright-area-2 .copyright-text p,
.tj-footer-section.footer-2 .tj-copyright-area-2 .copyright-menu a {
	color: #9dabab;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 15px;
}

.tj-footer-section.footer-2 .tj-copyright-area-2 .copyright-text a {
	color: #9dabab;
}

.tj-footer-section.footer-2 .copyright-summary a {
	display: inline-block;
	margin-left: 5px;
	padding: 2px 8px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 3px;
}

.tj-footer-section.footer-2 .copyright-menu ul {
	align-items: flex-start;
	display: grid;
	grid-template-columns: repeat(2, max-content);
	justify-content: start;
	row-gap: 10px;
}

.tj-footer-section.footer-2 .copyright-menu ul li {
	margin: 0 24px 0 0;
	padding: 0;
}

.tj-footer-section.footer-2 .copyright-menu ul li::before {
	display: none;
}

@media (min-width: 1200px) {
	.header-area.header-1.section-gap-x,
	.header-area.header-2.section-gap-x {
		left: 0;
		margin-left: auto;
		margin-right: auto;
		max-width: 1370px;
		right: 0;
		width: calc(100% - 70px);
	}

	.tj-footer-section.footer-2 {
		margin: 20px auto;
		max-width: 1400px;
		padding-top: 0;
		width: calc(100% - 40px);
	}

	.tj-footer-section.footer-2 .footer-main-area .row {
		display: grid;
		grid-template-columns: 28% 26% 26% 20%;
	}

	.tj-footer-section.footer-2 .footer-main-area .row > [class*="col-"] {
		max-width: none;
		width: auto;
	}

	.tj-footer-section.footer-2 .widget-nav-menu.footer-col-2,
	.tj-footer-section.footer-2 .widget-nav-menu.footer-col-3,
	.tj-footer-section.footer-2 .widget-contact {
		padding-left: 0;
	}

	.tj-footer-section.footer-2 .tj-copyright-area-2 .copyright-content-area {
		gap: 0;
		grid-template-columns: 23% 17% 38% 22%;
	}

	.tj-footer-section.footer-2 .tj-copyright-area-2 .copyright-text {
		box-sizing: border-box;
		min-width: 0;
		padding-right: 32px;
	}

	.tj-footer-section.footer-2 .tj-copyright-area-2 .copyright-licenses {
		padding-right: 12px;
		white-space: nowrap;
	}

	.tj-footer-section.footer-2 .tj-copyright-area-2 .copyright-menu {
		min-width: 0;
	}
}

@media (max-width: 1199px) {
	.tj-footer-section.footer-2 .widget-nav-menu.footer-col-2,
	.tj-footer-section.footer-2 .widget-nav-menu.footer-col-3,
	.tj-footer-section.footer-2 .widget-contact {
		padding-left: 0;
	}

	.tj-footer-section.footer-2 .tj-copyright-area-2 .copyright-content-area {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.tj-footer-section.footer-2 .footer-main-area {
		padding-bottom: 20px;
	}

	.tj-footer-section.footer-2 .tj-copyright-area-2 .copyright-content-area {
		grid-template-columns: 1fr;
	}
}
:is(.post-type-archive-case_study, .single-case_study) :is(.verger-case-studies-hero, .verger-case-study-hero) {
	margin-left: auto;
	margin-right: auto;
	max-width: 1320px;
	width: calc(100% - 30px);
}

.post-type-archive-case_study .verger-case-studies-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-bottom: 34px;
}

.post-type-archive-case_study .verger-case-studies-filter__item {
	background: #fff;
	border: 1px solid #d5e1e1;
	border-radius: 999px;
	color: #0d1e21;
	display: inline-flex;
	font-size: 14px;
	font-weight: 600;
	justify-content: center;
	line-height: 1;
	min-height: 42px;
	padding: 13px 20px;
	transition: background-color .25s ease, border-color .25s ease, color .25s ease;
}

.post-type-archive-case_study .verger-case-studies-filter__item:hover,
.post-type-archive-case_study .verger-case-studies-filter__item:focus-visible,
.post-type-archive-case_study .verger-case-studies-filter__item.is-active {
	background: #278e91;
	border-color: #278e91;
	color: #fff;
}

:is(.post-type-archive-case_study, .single-case_study) .space-for-header + :is(.verger-case-studies-hero, .verger-case-study-hero) {
	margin-top: 30px;
}

@media (max-width: 767px) {
	:is(.post-type-archive-case_study, .single-case_study) .space-for-header + :is(.verger-case-studies-hero, .verger-case-study-hero) {
		margin-top: 20px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	:is(.post-type-archive-case_study, .single-case_study) :is(.verger-case-studies-hero, .verger-case-study-hero) {
		max-width: 540px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	:is(.post-type-archive-case_study, .single-case_study) :is(.verger-case-studies-hero, .verger-case-study-hero) {
		max-width: 720px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	:is(.post-type-archive-case_study, .single-case_study) :is(.verger-case-studies-hero, .verger-case-study-hero) {
		max-width: 960px;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	:is(.post-type-archive-case_study, .single-case_study) :is(.verger-case-studies-hero, .verger-case-study-hero) {
		max-width: 1140px;
	}
}
