/*!
Theme Name: Norebro Child
Theme URI: http://norebro.colabr.io/
Author: Colabrio Team
Author URI: http://colabr.io/
Description: Norebro is flexible and high performance multipurpose WordPress Theme for personal and corporate use. It comes with the most popular WordPress page builder Visual Composer. Create gorgeous pages and layouts fast and easy without coding.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: norebro
Text Domain: norebro-child
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-colors, custom-header, custom-menu, featured-images, full-width-template, post-formats, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

#masthead.site-header .site-branding {
	flex: 0 1 auto;
	min-width: 0;
}

#masthead.site-header .site-branding .site-title {
	margin: 0;
}

#masthead.site-header .site-branding img {
	display: block;
	height: auto;
	max-height: 70px;
	max-width: min(260px, 44vw);
}

body.page:not(.home):not(.single-norebro_portfolio) #content.site-content,
body.search #content.site-content,
body.archive:not(.post-type-archive-norebro_portfolio) #content.site-content {
	padding-top: 96px;
}

body.single-norebro_portfolio #content.site-content {
	padding-top: 34px;
}

body.page:not(.home):not(.single-norebro_portfolio) .page-container.bottom-offset,
body.search .page-container.bottom-offset,
body.archive:not(.post-type-archive-norebro_portfolio) .page-container.bottom-offset {
	padding-top: 34px;
}

body.single-norebro_portfolio .page-container.bottom-offset {
	padding-top: 12px;
}

body.page:not(.home):not(.single-norebro_portfolio) .page-content {
	font-size: 16px;
	line-height: 1.75;
}

body.page:not(.home):not(.single-norebro_portfolio) .page-content h1 {
	font-size: clamp(34px, 4.4vw, 56px);
	line-height: 1.12;
	margin: 0 0 22px;
	max-width: 920px;
}

body.page:not(.home):not(.single-norebro_portfolio) .page-content h2 {
	font-size: clamp(24px, 2.8vw, 34px);
	line-height: 1.22;
	margin: 34px 0 14px;
}

body.page:not(.home):not(.single-norebro_portfolio) .page-content h3,
body.page:not(.home):not(.single-norebro_portfolio) .page-content h4 {
	font-size: clamp(18px, 2vw, 24px);
	line-height: 1.3;
	margin: 24px 0 12px;
}

body.page:not(.home):not(.single-norebro_portfolio) .page-content h4:first-child {
	color: #6a7178;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 14px;
	text-transform: none;
}

body.page:not(.home):not(.single-norebro_portfolio) .page-content p,
body.page:not(.home):not(.single-norebro_portfolio) .page-content li {
	font-size: 16px;
	line-height: 1.75;
}

.opribel-contact-cta {
	align-items: center;
	background: #111820;
	border-radius: 999px;
	color: #fff !important;
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	margin: 8px 0 12px;
	padding: 14px 22px;
	text-decoration: none;
}

.opribel-contact-cta:hover {
	background: #f7b500;
	color: #111820 !important;
}

body.page:not(.home):not(.single-norebro_portfolio) .page-content iframe {
	border: 0;
	border-radius: 6px;
	display: block;
	height: 380px;
	margin: 32px 0;
	max-width: 920px;
	width: 100%;
}

#back-to-top,
.back-to-top,
.scroll-top,
.scroll-to-top,
.page-scroll-top,
.clb-scroll-top,
.norebro-scroll-top,
.scroll-up,
.scroll-top-button,
a[href="#top"] {
	display: none !important;
	opacity: 0 !important;
	pointer-events: none !important;
	visibility: hidden !important;
}

body.page:not(.home):not(.single-norebro_portfolio) .page-content p,
body.page:not(.home):not(.single-norebro_portfolio) .page-content ul,
body.page:not(.home):not(.single-norebro_portfolio) .page-content ol {
	max-width: 920px;
}

.opribel-footer {
	background-color: #202830;
	color: #fff;
	font-size: 13px;
	line-height: 1.6;
	overflow: hidden;
	position: relative;
}

footer#pt-footer::before {
	background-image: var(--opribel-footer-bg) !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.1;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.opribel-footer__inner {
	margin: 0 auto;
	max-width: 1368px;
	padding: 18px 36px 10px;
	position: relative;
	z-index: 1;
}

.opribel-footer a {
	color: #fff;
	text-decoration: none;
	transition: color 0.18s ease;
}

.opribel-footer a:hover,
.opribel-footer a:focus {
	color: #f5b400;
}

.opribel-footer__title {
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 12px;
}

.opribel-footer__lead {
	margin: 0 0 16px;
	max-width: 1260px;
}

.opribel-footer__contact,
.opribel-footer__links,
.opribel-footer__bottom,
.opribel-footer__bottom-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 28px;
}

.opribel-footer__contact {
	gap: 10px 20px;
}

.opribel-footer__contact a::before {
	color: #fff;
	display: inline-block;
	font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
	font-weight: 900;
	margin-right: 7px;
}

.opribel-footer__contact a[href^="https://maps"]::before {
	content: "\f3c5";
}

.opribel-footer__contact a[href^="https://wa.me"]::before {
	content: "\f095";
}

.opribel-footer__contact a[href^="mailto"]::before {
	content: "\f0e0";
}

.opribel-footer__contact a[href*="facebook"]::before {
	content: "\f09a";
	font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands", "FontAwesome";
	font-weight: 400;
}

.opribel-footer__contact a[href*="instagram"]::before {
	content: "\f16d";
	font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands", "FontAwesome";
	font-weight: 400;
}

.opribel-footer__rule {
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	margin: 14px 0;
}

.opribel-footer__group {
	margin: 0 0 10px;
}

.opribel-footer__group h3 {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 8px;
}

.opribel-footer__links {
	gap: 10px 44px;
}

.opribel-footer__highlight {
	color: #f5b400 !important;
	font-weight: 700;
}

.opribel-footer__bottom {
	justify-content: space-between;
	gap: 12px 24px;
}

.opribel-footer__bottom > a,
.opribel-footer__bottom-links a:last-child {
	font-weight: 700;
}

.home footer#pt-footer,
.front-page footer#pt-footer {
	display: none;
}

.single-norebro_portfolio .portfolio-page .project-title {
	font-size: clamp(24px, 3vw, 40px) !important;
	line-height: 1.12 !important;
	max-width: 620px;
}

.single-norebro_portfolio .portfolio-header-title .portfolio-content {
	max-width: 1060px;
}

.single-norebro_portfolio .portfolio-header-title .tag {
	margin-bottom: 12px;
}

.single-norebro_portfolio .opribel-project-tags-row .title {
	margin-bottom: 8px;
}

.single-norebro_portfolio .info-list .opribel-project-tags-row {
	display: block !important;
	width: 100%;
}

.portfolio-page .info-list {
	list-style: none;
	display: grid;
	grid-gap: var(--clb-spacer-6);
	grid-template-columns: none;
}

.single-norebro_portfolio .info-list .opribel-project-tags,
.single-norebro_portfolio .opribel-project-tags {
	align-items: center;
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	gap: 6px;
	margin-top: 2px;
	overflow-x: auto;
	padding-bottom: 4px;
	scrollbar-width: thin;
	white-space: nowrap;
	width: 100%;
}

.single-norebro_portfolio .info-list .opribel-project-tags a.opribel-project-tag,
.single-norebro_portfolio .opribel-project-tag {
	border: 1px solid rgba(34, 34, 34, 0.14);
	border-radius: 999px;
	color: #2b2b2b;
	display: inline-flex !important;
	flex: 0 0 auto !important;
	float: none !important;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 !important;
	padding: 5px 9px;
	text-decoration: none;
	text-transform: none;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
	width: auto !important;
}

.single-norebro_portfolio .opribel-project-tag:hover,
.single-norebro_portfolio .opribel-project-tag:focus {
	background: #f5b400;
	border-color: #f5b400;
	color: #111;
}

.single-norebro_portfolio .portfolio-page-custom-content,
.single-norebro_portfolio .portfolio-content,
.single-norebro_portfolio .page-content {
	font-size: 16px;
	line-height: 1.75;
}

.single-norebro_portfolio .portfolio-page-custom-content h1,
.single-norebro_portfolio .portfolio-content h1,
.single-norebro_portfolio .page-content h1 {
	font-size: 1.125em;
	line-height: 1.35;
	margin: 18px 0 14px;
	max-width: 920px;
}

.single-norebro_portfolio .portfolio-page-custom-content h2,
.single-norebro_portfolio .portfolio-content h2,
.single-norebro_portfolio .page-content h2 {
	font-size: 1.05em;
	line-height: 1.4;
	margin: 24px 0 12px;
}

.single-norebro_portfolio .portfolio-page-custom-content h3,
.single-norebro_portfolio .portfolio-content h3,
.single-norebro_portfolio .page-content h3,
.single-norebro_portfolio .portfolio-page-custom-content h4,
.single-norebro_portfolio .portfolio-content h4,
.single-norebro_portfolio .page-content h4 {
	font-size: 1em;
	line-height: 1.42;
	margin: 20px 0 10px;
}

.single-norebro_portfolio .portfolio-page-custom-content h5,
.single-norebro_portfolio .portfolio-content h5,
.single-norebro_portfolio .page-content h5,
.single-norebro_portfolio .portfolio-page-custom-content h6,
.single-norebro_portfolio .portfolio-content h6,
.single-norebro_portfolio .page-content h6 {
	font-size: 1em;
	line-height: 1.35;
	margin: 0 0 10px;
}

.single-norebro_portfolio .portfolio-page-custom-content p,
.single-norebro_portfolio .portfolio-content p,
.single-norebro_portfolio .page-content p,
.single-norebro_portfolio .portfolio-page-custom-content li,
.single-norebro_portfolio .portfolio-content li,
.single-norebro_portfolio .page-content li {
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 16px;
}

.single-norebro_portfolio .portfolio-content h4:first-child {
	color: #6a7178;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 14px;
	text-transform: none;
}

body.single-norebro_portfolio,
body.single-norebro_portfolio #page,
body.single-norebro_portfolio footer#pt-footer {
	margin-bottom: 0;
	padding-bottom: 0;
}

body.single-norebro_portfolio .portfolio-page,
body.single-norebro_portfolio .portfolio-page.page-container {
	margin-bottom: 0;
}

body.single-norebro_portfolio .boxed-container {
	margin: 0;
	max-width: none;
	overflow: visible;
	width: 100%;
}

@media (min-width: 1025px) {
	body:not(.home):not(.front-page) #masthead.site-header {
		background: #fff !important;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
		box-shadow: none !important;
		color: #111 !important;
		z-index: 10000;
	}

	body:not(.home):not(.front-page) #masthead.site-header a,
	body:not(.home):not(.front-page) #masthead.site-header .menu-other a {
		color: #111 !important;
	}

	#masthead.site-header .header-wrap {
		align-items: center;
		display: flex;
		gap: 28px;
		justify-content: space-between;
		max-width: none;
		min-height: 82px;
		padding-left: 36px;
		padding-right: 36px;
		width: 100%;
	}

	body:not(.home):not(.front-page) #masthead.site-header.header-fixed {
		height: 82px !important;
		line-height: normal !important;
	}

	body:not(.home):not(.front-page) #masthead.site-header.header-fixed .header-wrap,
	body:not(.home):not(.front-page) #masthead.site-header.header-fixed .header-wrap.page-container,
	body:not(.home):not(.front-page) #masthead.site-header.header-fixed .header-wrap.wrapped-container {
		align-items: center;
		display: flex;
		gap: 28px;
		justify-content: space-between;
		min-height: 82px !important;
		padding: 0 36px !important;
		width: 100%;
	}

	body:not(.home):not(.front-page) #masthead.site-header.header-fixed .site-branding,
	body:not(.home):not(.front-page) #masthead.site-header.header-fixed .site-title,
	body:not(.home):not(.front-page) #masthead.site-header.header-fixed .site-title a {
		height: auto !important;
		line-height: normal !important;
	}

	body:not(.home):not(.front-page) #masthead.site-header.header-fixed .site-branding img,
	body:not(.home):not(.front-page) #masthead.site-header.header-fixed .site-title img,
	body:not(.home):not(.front-page) #masthead.site-header.header-fixed .site-title a img {
		max-height: 70px !important;
		max-width: min(260px, 44vw) !important;
	}

	#masthead.site-header .right {
		align-items: center;
		display: flex;
		gap: 22px;
		margin-left: auto;
	}

	#masthead.site-header #site-navigation.main-nav.hidden,
	#masthead.site-header #site-navigation.main-nav {
		display: none !important;
	}

	#masthead.site-header #site-navigation .close,
	#masthead.site-header #site-navigation .phone-menu-middle,
	#masthead.site-header #site-navigation .phone-menu-bottom {
		display: none !important;
	}

	#masthead.site-header #site-navigation ul.menu,
	#masthead.site-header #site-navigation #primary-menu,
	#masthead.site-header #site-navigation #secondary-menu {
		align-items: center;
		display: flex !important;
		flex-wrap: nowrap;
		gap: 8px 18px;
		justify-content: flex-end;
		margin: 0;
	}

	#masthead.site-header #site-navigation li {
		margin: 0 !important;
	}

	#masthead.site-header #site-navigation a {
		font-size: 13px;
		font-weight: 700;
		line-height: 1.2;
		text-transform: none;
		white-space: nowrap;
	}

	#masthead.site-header .menu-other {
		display: none !important;
	}

	#masthead.site-header .hamburger-menu {
		display: none !important;
	}

	body.page:not(.home):not(.single-norebro_portfolio) .page-content {
		margin-left: auto;
		margin-right: auto;
		max-width: 1120px;
	}

	body.page:not(.home):not(.single-norebro_portfolio) .page-content .wpb_text_column,
	body.page:not(.home):not(.single-norebro_portfolio) .page-content .vc_column-inner > .wpb_wrapper {
		max-width: 980px;
	}

	body.page:not(.home):not(.single-norebro_portfolio) .page-content img {
		border-radius: 6px;
		display: block;
		height: auto !important;
		margin: 28px auto;
		max-height: 560px;
		max-width: min(100%, 720px);
		object-fit: cover;
		width: auto !important;
	}

	body.page:not(.home):not(.single-norebro_portfolio) .page-content .aligncenter,
	body.page:not(.home):not(.single-norebro_portfolio) .page-content .wp-caption {
		margin-left: auto;
		margin-right: auto;
		max-width: min(100%, 720px);
	}

	body.page:not(.home):not(.single-norebro_portfolio) .page-content .wpb_single_image,
	body.page:not(.home):not(.single-norebro_portfolio) .page-content figure {
		margin-bottom: 28px;
		margin-top: 28px;
		text-align: center;
	}

	.single-norebro_portfolio .portfolio-page.fullwidth.content-invert .portfolio-content-wrap.-sticky-block,
	.single-norebro_portfolio .portfolio-page.fullwidth .portfolio-content.-sticky-block {
		max-height: calc(100vh - 98px) !important;
		overflow-y: auto !important;
		overscroll-behavior-y: auto;
		padding-right: 14px;
		position: sticky !important;
		scroll-behavior: smooth;
		scrollbar-width: none;
		top: 86px !important;
	}

	.single-norebro_portfolio .portfolio-page.content-invert .portfolio-content,
	.single-norebro_portfolio .portfolio-page .portfolio-content {
		padding-bottom: 38px !important;
		padding-top: 26px !important;
	}

	.single-norebro_portfolio .portfolio-page.content-invert .portfolio-content {
		padding-left: 15px !important;
		padding-right: 52px !important;
	}

	.single-norebro_portfolio .portfolio-page .portfolio-content .project-title {
		margin-top: 0 !important;
	}

	.single-norebro_portfolio .portfolio-page.fullwidth.content-invert .portfolio-content-wrap.-sticky-block::-webkit-scrollbar,
	.single-norebro_portfolio .portfolio-page.fullwidth .portfolio-content.-sticky-block::-webkit-scrollbar {
		display: none;
		height: 0;
		width: 0;
	}
}

.portfolio-item .more,
.portfolio-item .title {
	text-transform: none;
}

.opribel-project-whatsapp {
	align-items: center;
	background: linear-gradient(135deg, #20c563 0%, #139f4b 100%);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	bottom: 22px;
	box-shadow: 0 14px 30px rgba(16, 128, 63, 0.34), 0 3px 10px rgba(0, 0, 0, 0.18);
	color: #fff !important;
	display: flex;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	gap: 7px;
	height: 46px;
	justify-content: center;
	letter-spacing: 0;
	min-width: 136px;
	padding: 0 15px;
	position: fixed;
	right: 22px;
	text-decoration: none;
	text-transform: none;
	z-index: 9999;
}

.opribel-project-whatsapp i {
	font-size: 18px;
	line-height: 1;
}

.opribel-project-whatsapp span {
	display: block;
	line-height: 1;
	white-space: nowrap;
}

.opribel-project-whatsapp:hover,
.opribel-project-whatsapp:focus {
	background: linear-gradient(135deg, #24d66e 0%, #16aa52 100%);
	box-shadow: 0 16px 34px rgba(16, 128, 63, 0.42), 0 4px 12px rgba(0, 0, 0, 0.2);
	color: #fff !important;
	transform: translateY(-1px);
}

.single-norebro_portfolio .portfolio-page .images-wrap img {
	cursor: zoom-in;
}

.opribel-lightbox-open {
	overflow: hidden;
}

.opribel-project-lightbox {
	align-items: center;
	background: rgba(12, 15, 18, 0.94);
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 0;
	padding: 70px 72px;
	pointer-events: none;
	position: fixed;
	transition: opacity 0.18s ease;
	visibility: hidden;
	z-index: 1000002;
}

.opribel-project-lightbox.open {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.opribel-project-lightbox__image {
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
	display: block;
	max-height: calc(100vh - 140px);
	max-width: min(1180px, 100%);
	object-fit: contain;
	width: auto;
}

.opribel-project-lightbox__close,
.opribel-project-lightbox__nav {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: flex;
	height: 46px;
	justify-content: center;
	position: fixed;
	transition: background 0.18s ease, transform 0.18s ease;
	width: 46px;
}

.opribel-project-lightbox__close:hover,
.opribel-project-lightbox__nav:hover {
	background: rgba(255, 255, 255, 0.18);
	transform: translateY(-1px);
}

.opribel-project-lightbox__close {
	font-size: 42px;
	right: 22px;
	top: 22px;
}

.opribel-project-lightbox__nav {
	font-size: 28px;
	top: 50%;
	transform: translateY(-50%);
}

.opribel-project-lightbox__nav:hover {
	transform: translateY(calc(-50% - 1px));
}

.opribel-project-lightbox__nav--prev {
	left: 22px;
}

.opribel-project-lightbox__nav--next {
	right: 22px;
}

.opribel-project-lightbox__count {
	bottom: 24px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 13px;
	font-weight: 600;
	left: 50%;
	position: fixed;
	transform: translateX(-50%);
}

.opribel-portfolio-all-card {
	background: #202830;
	height: 100%;
	min-height: 360px;
	position: relative;
}

.opribel-portfolio-all-card::before {
	background-image: linear-gradient(rgba(21, 28, 34, 0.74), rgba(21, 28, 34, 0.88)), url("/wp-content/uploads/2024/10/marble_720.png");
	background-position: center;
	background-size: cover;
	content: "";
	inset: 0;
	position: absolute;
}

.opribel-portfolio-all-card > a {
	color: #fff;
	display: block;
	height: 100%;
	position: relative;
	text-decoration: none;
	z-index: 1;
}

.opribel-portfolio-all-card .description {
	opacity: 1;
	visibility: visible;
}

.opribel-portfolio-all-card .title {
	color: #fff;
	font-size: clamp(34px, 4.2vw, 58px);
	font-weight: 600;
	line-height: 1.08;
	margin: 18px auto 24px;
	max-width: 720px;
}

.opribel-portfolio-all-card .more {
	color: #f5b400;
	display: inline-flex;
	font-weight: 700;
	gap: 10px;
	line-height: 1.2;
	text-transform: none;
}

.opribel-portfolio-all-card .more .ion-ios-plus-empty {
	font-size: 30px;
	font-weight: 400;
	line-height: 0.55;
}

@media (max-width: 768px) {
	#fullscreen-mega-menu.fullscreen-navigation {
		background: rgba(24, 27, 30, 0.98);
		display: block !important;
		height: 100vh;
		left: 0;
		overflow-x: hidden;
		overflow-y: auto;
		pointer-events: none;
		position: fixed;
		top: 0;
		visibility: hidden !important;
		width: 100vw;
		z-index: 1000000;
	}

	#fullscreen-mega-menu.fullscreen-navigation.open {
		opacity: 1 !important;
		pointer-events: auto;
		visibility: visible !important;
	}

	#masthead.site-header #site-navigation.main-nav.hidden:not(.active),
	#masthead.site-header #site-navigation.main-nav:not(.active) {
		pointer-events: none !important;
		visibility: hidden !important;
	}

	#masthead.site-header #site-navigation.main-nav.active {
		pointer-events: auto !important;
		visibility: visible !important;
	}

	#fullscreen-mega-menu.fullscreen-navigation::after {
		display: none;
	}

	#fullscreen-mega-menu.fullscreen-navigation .site-branding {
		margin: 26px 24px 18px;
		max-width: 230px;
	}

	#fullscreen-mega-menu.fullscreen-navigation .fullscreen-menu-wrap,
	#fullscreen-mega-menu.fullscreen-navigation #fullscreen-mega-menu-wrap,
	#fullscreen-mega-menu.fullscreen-navigation ul.menu {
		box-sizing: border-box;
		width: 100%;
	}

	#fullscreen-mega-menu.fullscreen-navigation ul.menu {
		background: transparent;
		padding: 16px 24px 96px;
		transform: none !important;
	}

	#fullscreen-mega-menu.fullscreen-navigation #secondary-menu > li > a,
	#fullscreen-mega-menu.fullscreen-navigation li div.sub-nav a,
	#fullscreen-mega-menu.fullscreen-navigation li .sub-sub-menu a {
		box-sizing: border-box;
		padding-left: 0 !important;
		padding-right: 0 !important;
		white-space: normal;
		word-break: normal;
	}

	#fullscreen-mega-menu.fullscreen-navigation li {
		box-sizing: border-box;
		color: #fff;
		font-size: 21px;
		line-height: 1.18;
		max-width: 100%;
		width: 100%;
	}

	#fullscreen-mega-menu.fullscreen-navigation li a {
		color: #fff;
		font-size: inherit;
		line-height: 1.2;
		padding-bottom: 9px;
		padding-top: 9px;
	}

	#fullscreen-mega-menu.fullscreen-navigation li.has-submenu > a::after,
	#fullscreen-mega-menu.fullscreen-navigation li.has-submenu > a::before {
		right: 2px;
	}

	#fullscreen-mega-menu.fullscreen-navigation li div.sub-nav,
	#fullscreen-mega-menu.fullscreen-navigation li .sub-sub-nav,
	#fullscreen-mega-menu.fullscreen-navigation li .sub-sub-menu {
		background: transparent !important;
		box-sizing: border-box;
		left: auto !important;
		margin: 0 !important;
		max-width: 100% !important;
		min-width: 0 !important;
		padding: 0 !important;
		position: static !important;
		top: auto !important;
		transform: none !important;
		width: 100% !important;
	}

	#fullscreen-mega-menu.fullscreen-navigation li div.sub-nav,
	#fullscreen-mega-menu.fullscreen-navigation li div.sub-nav.open,
	#fullscreen-mega-menu.fullscreen-navigation li .sub-sub-menu,
	#fullscreen-mega-menu.fullscreen-navigation li .sub-sub-menu.open,
	#fullscreen-mega-menu.fullscreen-navigation li:hover > .sub-sub-nav > .sub-sub-menu {
		display: block !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	#fullscreen-mega-menu.fullscreen-navigation li div.sub-nav ul,
	#fullscreen-mega-menu.fullscreen-navigation li .sub-sub-menu {
		display: block;
		max-width: 100% !important;
		min-width: 0 !important;
		width: 100% !important;
	}

	#fullscreen-mega-menu.fullscreen-navigation li div.sub-nav li,
	#fullscreen-mega-menu.fullscreen-navigation li .sub-sub-menu li {
		font-size: 16px;
		line-height: 1.25;
		opacity: 1 !important;
		transform: none !important;
	}

	#fullscreen-mega-menu.fullscreen-navigation li div.sub-nav a,
	#fullscreen-mega-menu.fullscreen-navigation li .sub-sub-menu a {
		border-left: 2px solid rgba(245, 180, 0, 0.55);
		color: rgba(255, 255, 255, 0.82);
		font-weight: 500;
		line-height: 1.25;
		margin: 1px 0 1px 12px;
		padding: 7px 0 7px 14px !important;
	}

	#fullscreen-mega-menu.fullscreen-navigation .close {
		color: #fff;
		left: auto;
		right: 22px;
		top: 22px;
		z-index: 20;
	}

	#fullscreen-mega-menu.fullscreen-navigation .copyright {
		display: none;
	}

	body.page:not(.home):not(.single-norebro_portfolio) #content.site-content,
	body.search #content.site-content,
	body.archive:not(.post-type-archive-norebro_portfolio) #content.site-content {
		padding-top: 86px;
	}

	body.single-norebro_portfolio #content.site-content {
		padding-top: 18px;
	}

	body.single-norebro_portfolio .page-container.bottom-offset {
		padding-top: 0;
	}

	body.page:not(.home):not(.single-norebro_portfolio) .page-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	body.page:not(.home):not(.single-norebro_portfolio) .page-content {
		font-size: 15px;
		line-height: 1.7;
	}

	body.page:not(.home):not(.single-norebro_portfolio) .page-content h1 {
		font-size: 32px;
		line-height: 1.15;
		margin-bottom: 18px;
	}

	body.page:not(.home):not(.single-norebro_portfolio) .page-content h2 {
		font-size: 23px;
		line-height: 1.25;
		margin-top: 28px;
	}

	body.page:not(.home):not(.single-norebro_portfolio) .page-content h3,
	body.page:not(.home):not(.single-norebro_portfolio) .page-content h4 {
		font-size: 18px;
	}

	body.page:not(.home):not(.single-norebro_portfolio) .page-content p,
	body.page:not(.home):not(.single-norebro_portfolio) .page-content li {
		font-size: 15px;
		line-height: 1.7;
	}

	#masthead.site-header .header-wrap {
		align-items: center;
		display: flex;
		gap: 12px;
		justify-content: space-between;
		min-height: 78px;
		padding-left: 20px;
		padding-right: 20px;
	}

	#masthead.site-header .site-branding img {
		max-height: 56px;
		max-width: 225px;
	}

	#masthead.site-header .right {
		align-items: center;
		display: flex;
		flex: 0 0 auto;
		gap: 10px;
		margin-left: auto;
	}

	#masthead.site-header .menu-other {
		align-items: center;
		display: flex;
		gap: 12px;
		margin: 0;
	}

	#masthead.site-header .menu-other > li.social {
		display: none !important;
	}

	#masthead.site-header .menu-other > li.search {
		margin: 0;
	}

	#masthead.site-header .hamburger-menu {
		align-items: center;
		display: flex;
		flex: 0 0 auto;
		margin: 0;
	}

	#masthead.site-header .hamburger-menu .hamburger {
		margin: 0;
	}

	.opribel-footer__inner {
		padding: 22px 20px 16px;
	}

	.opribel-footer__title {
		font-size: 23px;
	}

	.opribel-footer__contact,
	.opribel-footer__links,
	.opribel-footer__bottom,
	.opribel-footer__bottom-links {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.opribel-project-whatsapp {
		bottom: 16px;
		height: 44px;
		min-width: 132px;
		padding: 0 14px;
		right: 16px;
	}

	.single-norebro_portfolio .portfolio-page .project-title {
		font-size: 24px !important;
		line-height: 1.16 !important;
	}

	.single-norebro_portfolio .portfolio-page-custom-content,
	.single-norebro_portfolio .portfolio-content,
	.single-norebro_portfolio .page-content {
		font-size: 15px;
		line-height: 1.7;
	}

	.single-norebro_portfolio .portfolio-page-custom-content h1,
	.single-norebro_portfolio .portfolio-content h1,
	.single-norebro_portfolio .page-content h1 {
		font-size: 1.125em;
		line-height: 1.35;
		margin-bottom: 14px;
	}

	.single-norebro_portfolio .portfolio-page-custom-content h2,
	.single-norebro_portfolio .portfolio-content h2,
	.single-norebro_portfolio .page-content h2 {
		font-size: 1.05em;
		line-height: 1.4;
		margin-top: 22px;
	}

	.single-norebro_portfolio .portfolio-page-custom-content h3,
	.single-norebro_portfolio .portfolio-content h3,
	.single-norebro_portfolio .page-content h3 {
		font-size: 1em;
	}

	.single-norebro_portfolio .portfolio-page-custom-content p,
	.single-norebro_portfolio .portfolio-content p,
	.single-norebro_portfolio .page-content p,
	.single-norebro_portfolio .portfolio-page-custom-content li,
	.single-norebro_portfolio .portfolio-content li,
	.single-norebro_portfolio .page-content li {
		font-size: 15px;
		line-height: 1.7;
	}

	.single-norebro_portfolio .portfolio-page.fullwidth.content-invert .portfolio-content-wrap.-sticky-block,
	.single-norebro_portfolio .portfolio-page.fullwidth .portfolio-content.-sticky-block {
		max-height: none !important;
		overflow: visible !important;
		padding-right: 0;
		position: static !important;
		top: auto !important;
	}

	.single-norebro_portfolio .portfolio-page.fullwidth > .vc_row,
	.single-norebro_portfolio .portfolio-page.fullwidth .portfolio-content-wrap {
		display: block !important;
	}

	.single-norebro_portfolio .portfolio-page.fullwidth .images-wrap {
		display: grid !important;
		gap: 10px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin: 18px 0 22px;
		overflow: visible;
		padding: 0 !important;
		width: 100% !important;
	}

	.single-norebro_portfolio .portfolio-page.fullwidth .images-wrap img {
		aspect-ratio: 1 / 1;
		border-radius: 6px;
		float: none !important;
		height: 100%;
		margin: 0 !important;
		object-fit: cover;
		width: 100% !important;
	}

	.single-norebro_portfolio .portfolio-page.fullwidth .images-wrap.opribel-gallery--single {
		display: block !important;
		margin-left: -20px;
		margin-right: -20px;
		width: auto !important;
	}

	.single-norebro_portfolio .portfolio-page.fullwidth .images-wrap.opribel-gallery--single img {
		aspect-ratio: 16 / 10;
		border-radius: 0;
		height: auto;
		max-height: 72vh;
		width: 100% !important;
	}

	.opribel-project-lightbox {
		padding: 58px 14px 54px;
	}

	.opribel-project-lightbox__image {
		max-height: calc(100vh - 112px);
		max-width: 100%;
	}

	.opribel-project-lightbox__close,
	.opribel-project-lightbox__nav {
		height: 42px;
		width: 42px;
	}

	.opribel-project-lightbox__close {
		right: 14px;
		top: 12px;
	}

	.opribel-project-lightbox__nav--prev {
		left: 10px;
	}

	.opribel-project-lightbox__nav--next {
		right: 10px;
	}

	.single-norebro_portfolio .post-navigation {
		clear: both;
	}
}

@media (max-width: 420px) {
	#masthead.site-header .header-wrap {
		padding-left: 16px;
		padding-right: 16px;
	}

	#masthead.site-header .site-branding img {
		max-height: 52px;
		max-width: 210px;
	}

	#masthead.site-header .right {
		gap: 8px;
	}
}
