/*!
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/
*/
/* fonts */
@font-face {
	font-family: 'Graphik';
	src:
		url('./fonts/Graphik-Medium.woff2') format('woff2'),
		url('../../fonts/Graphik-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik';
	src:
		url('./fonts/Graphik-Regular.woff2') format('woff2'),
		url('../../fonts/Graphik-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Graphik';
	src:
		url('./fonts/Graphik-Medium.woff2') format('woff2'),
		url('../../fonts/Graphik-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Display';
	src: url('./fonts/NeueHaasDisplay-Roman.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Neue Display';
	src: url('./fonts/NeueHaasDisplay-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/* variables */
:root {
	--main-font-family: 'Neue Display', Arial, sans-serif;
	--secondary-font-family: 'Neue Display', sans-serif;
	--primary-color: #000;
	--bftm-color: #ff6633;
	/*--color-stoccaggio: #FF9E5E;
  --color-opere: #15476E;
  --color-mobili: #D74959;*/
}

/* GENERAL */
html,
body,
body h3,
body h4,
body h5,
body h6,
body p,
body span:not(.fa),
body a,
body strong,
.rs-layer {
	font-family: var(--main-font-family) !important;
}

body h1,
body h2,
body .languages span,
body .bar-hamburger a,
body .norebro-bar,
input:not([type='submit']),
textarea,
select,
input[type='submit'],
button,
.btn,
a.btn input.btn,
a.button,
span.button,
div.button,
.wp-block-button__link {
	font-family: var(--secondary-font-family) !important;
}

body {
	color: var(--primary-color);
}

body h1,
body h1.title {
	font-size: min(5.25vw, 100px);
	line-height: 1em;
	overflow-wrap: normal;
	letter-spacing: 3px;
	font-weight: 300;
	margin: 0 0 30px 0;
}

body h2 {
	font-size: min(4.2vw, 80px);
	line-height: 1em;
	overflow-wrap: normal;
	letter-spacing: 3px;
	margin-bottom: 20px;
}

body h3,
body h3 a {
	font-size: min(2.15vw, 42px);
	line-height: 1.19em;
	letter-spacing: 1px;
	overflow-wrap: normal;
	margin: 0;
}

body h5 {
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.09em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-weight: 300;
}

body p,
body a,
body strong {
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.7em;
	letter-spacing: 1px;
}

p.subtitle {
	line-height: 1.4;
}

.dark-background {
	background-color: var(--primary-color);
	color: var(--bftm-color);
}

.theme-color,
.theme-color *,
.testo-arancio,
a.btn.btn-link.arancio:after {
	color: var(--bftm-color);
}

body .go-back-link {
	margin: 50px 0;
}

body .btn-link,
body a.btn-link,
body .bftm-link a,
body button.bftm-link,
body .go-back-link a,
.portfolio-item a h3 {
	font-family: var(--secondary-font-family) !important;
	color: var(--primary-color);
	font-size: 22px;
	text-decoration: underline;
	text-underline-offset: 9px;
	position: relative;
	text-align: left;
	margin-top: 40px;
}

body .bftm-link a,
body button.bftm-link,
body .go-back-link a,
.portfolio-item a h3 {
	text-decoration: none;
}

.portfolio-item a h3 {
	display: inherit;
}

body .bftm-link a.vc_btn3,
.portfolio-item a h3 {
	background: transparent;
	padding: 0 20px 0 0;
	border: 0 !important;
	border-bottom: 2px solid !important;
	font-size: 22px;
	line-height: 2em;
	letter-spacing: 0.44px;
	min-height: 32px;
	height: calc(100% + 2px);
}

body .bftm-link a:before,
body button.bftm-link:before,
body .go-back-link a:before,
.portfolio-item a h3:before {
	content: '';
	position: absolute;
	color: inherit;
	transition: 0.3s ease-in-out;
	opacity: 1;
	background-image: url(./assets/img/chevron-right-orange.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 19px;
	height: calc(100% + 2px);
	right: -5px;
	top: 0;
}

body .bftm-link a:after,
body button.bftm-link:after,
body .go-back-link a:after,
.portfolio-item a h3:after {
	content: '';
	transition: opacity 0.3s;
	opacity: 0;
	background-image: url(./assets/img/arrow-right-orange.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 33px;
	height: calc(100% + 2px);
	position: absolute;
	right: -36px;
	top: 0;
}

.portfolio-item a h3:before {
	width: 28px;
}

.portfolio-item a h3:after {
	width: 36px;
}

body .bftm-link:not(.orange) a:before,
body button.bftm-link:before,
.portfolio-item a h3:before {
	background-image: url(./assets/img/chevron-right-black.svg);
}

body .bftm-link:not(.orange) a:after,
body button.bftm-link:after,
.portfolio-item a h3:after {
	background-image: url(./assets/img/arrow-right-black.svg);
}

body .bftm-link.white a:before,
body .bftm-link.white a:after {
	filter: invert(99%) sepia(9%) saturate(328%) hue-rotate(198deg) brightness(117%) contrast(100%);
	border-color: #000;
}

body .bftm-link a:hover:after,
body button.bftm-link:not(:disabled):hover:after,
body .go-back-link a:hover:after,
.portfolio-item a:hover h3:after {
	opacity: 1;
	right: -5px;
}

body .bftm-link a:hover,
body button.bftm-link:not(:disabled):hover,
body .go-back-link a:hover,
.portfolio-item a:hover h3 {
	padding-right: 50px !important;
}

body .bftm-link a:hover:before,
body button.bftm-link:not(:disabled):hover:before,
body .go-back-link a:hover:before,
.portfolio-item a:hover h3:before {
	content: '';
	opacity: 0;
	right: 0;
}

.btn-link:after {
	top: 3px;
}

.btn-link:hover:after {
	transform: scaleX(1.3) translateX(4px);
}

a.btn-link:hover {
	text-decoration: none;
}

button.bftm-btn {
	background: #fff;
	color: var(--bftm-color);
	padding: 6px 8px;
	margin-top: -3px;
	border: 1px solid var(--bftm-color);
	border-radius: 0;
	font-size: 22px;
	font-weight: 400;
	transition: linear 0.2s;
}

.button-hover-effect:hover {
	box-shadow: 10px -10px 0px 0px var(--bftm-color);
	-moz-box-shadow: 10px -10px 0px 0px var(--bftm-color);
	-webkit-box-shadow: 10px -10px 0px 0px var(--bftm-color);
}

.grecaptcha-badge {
	opacity: 0;
}

/* HEADER */
#masthead .header-wrap {
	padding: 15px 25px;
}

.bar-hamburger {
	color: var(--bftm-color);
}

.norebro-bar {
	display: none;
}

.hamburger {
	border-width: 5px;
	width: 36px;
	height: 36px;
	margin: 26px auto !important;
}

.hamburger:after {
	transition: 0.3s ease-in-out;
	width: 36px;
	top: 10px;
}

.hamburger:hover:after {
	transform: scaleX(1.5);
}

body .fullscreen-navigation::after {
	background-color: var(--bftm-color);
	width: 75%;
}

body .fullscreen-navigation .fullscreen-menu-wrap {
	max-width: 75%;
}

body .fullscreen-navigation ul.menu {
	width: 100%;
	padding: 10px 10px 0 40px;
}

.fullscreen-navigation .close {
	font-size: 90px;
	left: 10px;
	color: var(--primary-color);
	padding: 10px;
}

.fullscreen-navigation ul.menu li a span {
	line-height: 49px;
	letter-spacing: -1px;
}

.fullscreen-navigation ul.menu li:hover>a.menu-link {
	opacity: 1;
}

.fullscreen-navigation #secondary-menu li.has-submenu a {
	padding-right: 0;
}

.fullscreen-navigation #secondary-menu li.has-submenu>a:before,
.fullscreen-navigation #secondary-menu li.has-submenu>a:after {
	display: none;
}

.fullscreen-navigation #secondary-menu li div.sub-nav li.sub-nav-item,
.fullscreen-navigation #secondary-menu li div.sub-nav li.sub-nav-item * {
	font-size: 18px;
	line-height: 23px;
}

.fullscreen-navigation ul.menu li a:hover,
.fullscreen-navigation ul.menu li a.open,
.fullscreen-navigation.open .languages>a:hover span,
.fullscreen-navigation.open .languages>a.active span {
	color: #fff;
	border-bottom: 0;
}

.fullscreen-navigation #secondary-menu li div.sub-nav li.sub-nav-item a:hover {
	color: var(--primary-color);
}

.fullscreen-navigation.open .languages>a {
	text-transform: lowercase;
	float: left;
	clear: left;
	font-size: 18px;
	line-height: 23px;
	min-width: 80px;
}

.fullscreen-navigation .languages a:after {
	content: '';
	background-color: var(--primary-color);
	width: 35px;
	height: 3px;
	right: 0;
	top: 13px;
	transition: 0.3s ease-in-out;
}

.fullscreen-navigation.open .languages>a:hover:after,
.fullscreen-navigation.open .languages>a.active:after {
	background-color: #fff;
}

.fullscreen-navigation.open .languages>a:hover:after {
	transform: scaleX(1.3) translateX(4px);
}

.fullscreen-navigation .languages a:last-child:after {
	display: block;
}

.fullscreen-navigation .languages a:last-child span,
#masthead #site-navigation.main-nav ul li.lang.font-titels>a:first-child span {
	border-bottom: 0;
}

.fullscreen-navigation.open .bftm-copyright {
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
	padding: 15vh 80px;
	max-width: 73vw;
}

.fullscreen-navigation.open .bftm-copyright-top {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	padding: 30px 5vw;
	height: 100vh;
	background: #fff;
	max-width: 25vw;
	width: 100%;
}

.fullscreen-navigation.open .bftm-copyright-top .menu-other {
	list-style: none;
}

.menu-other .socialbar-prefix,
#masthead .phone-menu-bottom .socialbar .socialbar-prefix {
	color: #fff;
	float: left;
	margin-right: 15px;
	font-size: 16px;
	line-height: 41px;
}

#masthead .phone-menu-bottom .socialbar .socialbar-prefix {
	margin-top: 8px;
}

#masthead .phone-menu-bottom a {
	font-size: 18px;
	padding: 0 10px 0 0;
}

#masthead .phone-menu-bottom .socialbar a:hover {
	color: #fff;
	opacity: 1;
}

#masthead .vc_col-sm-10 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#masthead .menu-other>li.languages {
	margin-right: 15px;
}

.fullscreen-navigation.open .bftm-copyright-top .menu-other>li.languages {
	padding: 0;
	display: inline-block;
}

#masthead .menu-other>li.languages>a {
	text-transform: lowercase;
	padding: 0 8px;
}

.fullscreen-navigation.open .bftm-copyright-top .menu-other>li.languages>a {
	text-transform: lowercase;
	min-width: unset;
	font-size: 22px;
	color: var(--primary-color);
}

#masthead:not(.header-fixed) .menu-other>li.languages.light_variant>a {
	color: #fff;
}

#masthead .menu-other>li.languages>a.active,
#masthead .menu-other>li.languages>a:hover,
#masthead .menu-other>li.languages>a:focus,
.fullscreen-navigation.open .bftm-copyright-top .menu-other>li.languages>a.active,
.fullscreen-navigation.open .bftm-copyright-top .menu-other>li.languages>a:hover,
.fullscreen-navigation.open .bftm-copyright-top .menu-other>li.languages>a:focus {
	color: var(--bftm-color) !important;
	opacity: 1;
}

#masthead .menu-other>li.languages>a:after,
.fullscreen-navigation.open .bftm-copyright-top .menu-other>li.languages>a:after {
	content: none;
}

#masthead .menu-other>li.languages>a.active span,
.fullscreen-navigation.open .bftm-copyright-top .menu-other>li.languages>a.active span {
	border: 0;
}

.menu-other .socialbar-prefix {
	margin-top: -9px;
	color: var(--bftm-color);
}

.menu-other .socialbar-prefix:before,
.fullscreen-navigation.open .bftm-copyright .socialbar-prefix:before {
	content: '';
	position: absolute;
	background-color: #fff;
	width: 35px;
	height: 3px;
	left: -45px;
	top: 19px;
	transition: 0.3s ease-in-out;
}

.menu-other .socialbar-prefix:before {
	top: 10px;
	background-color: var(--bftm-color);
}

.menu-other:hover .socialbar-prefix:before,
.fullscreen-navigation.open .bftm-copyright:hover .socialbar-prefix:before {
	transform: scaleX(1.3) translateX(-4px);
}

.fullscreen-navigation.open .bftm-copyright .socialbar.small {
	margin-top: 0;
}

.fullscreen-navigation.open .bftm-copyright .socialbar.outline a {
	border: 0;
	font-size: min(42px, 3.1vw);
	line-height: 0.5em;
	letter-spacing: 1.68px;
	margin-right: min(136px, 3vw);
	text-transform: capitalize;
}

.socialbar.outline>a {
	border: 0;
	background: none !important;
	width: auto;
}

.fullscreen-navigation.open .bftm-copyright .socialbar.outline a:hover {
	background: transparent;
}

#masthead #site-navigation.main-nav #mega-menu-wrap #secondary-menu .menu-link span {
	height: auto;
}

#masthead #site-navigation.main-nav #mega-menu-wrap #secondary-menu .menu-link span:before {
	content: none;
}

#masthead #site-navigation.main-nav ul li.lang.font-titels>a {
	text-transform: lowercase;
	line-height: 19px;
}

#masthead #site-navigation.main-nav ul li.lang.font-titels>a:after {
	content: '';
}

.header-title.bftm-header-title .bg-image {
	background-repeat: no-repeat;
	background-position: top right;
}

.header-title.bftm-header-title:after {
	background: transparent;
}

.header-title.bftm-header-title .tags .tag {
	color: var(--primary-color);
}

.header-title.bftm-header-title .data,
.header-title.bftm-header-title .author,
.header-title.bftm-header-title .breadcrumbs {
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
	-webkit-transition: 0.5s cubic-bezier(0.25, 0.6, 0.53, 1);
	-o-transition: 0.5s cubic-bezier(0.25, 0.6, 0.53, 1);
	transition: 0.5s cubic-bezier(0.25, 0.6, 0.53, 1);
	-webkit-transition-property:
		opacity,
		-webkit-transform;
	transition-property:
		opacity,
		-webkit-transform;
	-o-transition-property: opacity, transform;
	transition-property: opacity, transform;
	transition-property:
		opacity,
		transform,
		-webkit-transform;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.header-title.bftm-header-title.show .data,
.header-title.bftm-header-title.show .author,
.header-title.bftm-header-title.show .breadcrumbs {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
}

.bftm-header-left {
	margin-left: 50%;
}

#masthead .menu-other>li.social>a i.fa-linkedin-in {
	font-size: 21px;
}

.fullscreen-navigation.open a i.fa-linkedin-in,
#masthead .phone-menu-bottom .socialbar a i.fa-linkedin-in {
	font-size: 23px;
	margin-top: 9px;
}

#masthead.site-header.header-fixed {
	height: auto;
	max-height: unset;
}

#masthead.site-header.header-fixed .header-wrap {
	padding: 15px 25px;
}

/* FOOTER */
.wpcf7-form {
	text-align: left;
	margin-bottom: 100px;
}

.wpcf7-form h2,
.wpcf7-form h5 {
	color: var(--bftm-color);
	margin: 0;
}

.wpcf7-form h5 {
	font-family: var(--secondary-font-family);
	font-size: 22px;
}

.wpcf7 form .wpcf7-response-output {
	max-width: 50%;
	margin: 2em auto;
}

.form-general .wpcf7-form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: var(--bftm-color);
}

.form-general .wpcf7-form ::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--bftm-color);
}

.form-general .wpcf7-form :-ms-input-placeholder {
	/* IE 10+ */
	color: var(--bftm-color);
}

.form-general .wpcf7-form :-moz-placeholder {
	/* Firefox 18- */
	color: var(--bftm-color);
}

input[type='checkbox'] {
	position: relative;
	border: 1px solid var(--primary-color);
	background: none;
	cursor: pointer;
	line-height: 0;
	margin: 0 5px 0 0;
	outline: 0;
	padding: 0 !important;
	vertical-align: text-top;
	height: 20px;
	width: 20px;
	-webkit-appearance: none;
	opacity: 0.5;
}

input[type='checkbox']:hover {
	opacity: 1;
}

input[type='checkbox']:checked {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	opacity: 1;
}

input[type='checkbox']:before {
	content: '';
	position: absolute;
	right: 50%;
	top: 50%;
	width: 4px;
	height: 10px;
	border: 1px solid transparent;
	border-width: 0 2px 2px 0;
	margin: -1px -1px 0 -1px;
	transform: rotate(45deg) translate(-50%, -50%);
	z-index: 2;
}

input[type='checkbox']:checked:before {
	border-color: #fff;
}

.general-contact-form .arrow-box:after {
	content: '';
	position: absolute;
	top: 30px;
	right: 0;
	background-image: url(./assets/img/freccia-form.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 85px;
	height: 85px;
	transition: 0.3s ease-in-out;
}

.form-contatti input[type='submit'],
.form-candidatura-spontanea input[type='submit'] {
	color: var(--bftm-color) !important;
	padding: 2rem 3rem;
	border: 1px solid var(--bftm-color);
	border-radius: 0;
	font-size: clamp(42px, 4.2vw, 80px);
	font-weight: 400;
	white-space: normal;
	line-height: 1em;
	background-color: #fff !important;
	font-family: var(--secondary-font-family);
	margin-top: 50px;
	display: block;
	transition: linear 0.2s;
	width: 100%;
}

.form-candidatura-spontanea input[type='submit'] {
	font-size: clamp(16px, 4.2vw, 20px);
	padding: 1rem 2rem;
	margin-top: 0 !important;
}

.form-candidatura-spontanea-heading {
	margin-top: 100px;
}

.form-contatti input[type='submit']:not([disabled]):hover {
	box-shadow: 30px -30px 0px 0px var(--bftm-color);
	-moz-box-shadow: 30px -30px 0px 0px var(--bftm-color);
	-webkit-box-shadow: 30px -30px 0px 0px var(--bftm-color);
}

.form-contatti input:not([type='submit']),
.form-contatti textarea {
	font-size: clamp(22px, 2.2vw, 42px);
	color: var(--primary-color);
	border-bottom: 1px solid var(--bftm-color);
}

.form-contatti select {
	font-size: clamp(22px, 2.2vw, 42px);
	color: var(--bftm-color);
	height: 2.1em;
	margin: 15px 0;
	border-bottom: 1px solid var(--bftm-color);
}

.form-contatti input[type='checkbox'] {
	border-color: var(--bftm-color);
}

.form-contatti input[type='checkbox']:checked {
	background-color: var(--bftm-color);
}

.form-contatti input[type='checkbox']:checked:before {
	background-color: var(--bftm-color);
	border-color: #fff;
}

.newsletter-form input:not([type='submit']) {
	color: var(--primary-color);
	font-size: 22px;
}

.newsletter-form a {
	color: var(--primary-color);
}

.newsletter-form input[type='submit'],
.newsletter-form button.bftm-link {
	background: none !important;
	color: var(--primary-color) !important;
	border: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	font-size: 22px;
	float: right;
}

.newsletter-form input[type='submit'] {
	text-decoration: underline;
}

.newsletter-form button.bftm-link {
	border-bottom: 2px solid;
	padding: 2px 19px 4px 5px;
}

.privacy-newsletter {
	padding-top: 10px;
}

.wpcf7-list-item {
	margin: 0 !important;
}

/** Today edited */
.site-footer .widgets * {
	/*font-size: clamp(22px, 2.2vw, 42px); OLD */
	font-size: clamp(22px, 2vw, 40px);
	line-height: 1.28em;
	font-weight: 500;
	max-width: unset;
}

.site-footer .page-container {
	max-width: none;
}

.site-footer .widgets div a {
	color: var(--primary-color);
}

.site-footer .site-info .copyright-section ul li a:hover,
.site-footer .widgets div a:hover {
	color: var(--bftm-color);
}

.site-footer .social-section .socialbar-prefix,
.site-footer .site-info .copyright-section span,
.site-footer .site-info .copyright-section a {
	font-size: clamp(16px, 2.2vw, 22px);
	line-height: clamp(23px, 2.2vw, 45px);
	letter-spacing: 0.88px;
	text-transform: uppercase;
	text-decoration: none;
}

.site-footer .social-section .socialbar-elements a {
	font-size: clamp(22px, 2.2vw, 42px);
	line-height: 1.07em;
	letter-spacing: 1.68px;
	text-transform: capitalize;
	margin-right: 30px;
}

.site-footer .social-section,
.site-footer .widgets {
	padding: 0;
	margin-bottom: min(9.85vw, 190px);
}

.site-footer .site-info .copyright-section {
	margin-bottom: min(13.48vw, 260px);
	text-align: left;
}

.site-footer .site-info .copyright-section>.vc_col-md-7,
.site-footer .site-info .copyright-section ul {
	display: inline-block;
}

.site-footer .site-info .copyright-section>div>span {
	margin-right: 30px;
}

.site-footer .site-info .copyright-section ul {
	list-style: none;
	flex: 1;
}

.site-footer .site-info .copyright-section ul li {
	padding: 0 30px 0 0;
	display: inline;
}

/* HOME */
.categorie-home a {
	color: #fff !important;
}

/* AZIENDA */
.ancor p {
	font-size: clamp(22px, 2.2vw, 42px);
	line-height: 1.38em;
	overflow-wrap: normal;
	letter-spacing: -1px;
	font-weight: 500;
	margin: 0 0 80px 0;
}

/* PORTFOLIO */
.portfolio-item.grid-2 {
	margin-bottom: 25px;
}

.portfolio-item.grid-2.hover-2 .overlay span {
	border: 1px solid rgba(255, 114, 0, 0.8);
	border-radius: 0px;
}

.portfolio-item.grid-2.hover-2 .title {
	font-size: clamp(22px, 2.2vw, 42px);
	line-height: 1.09em;
	font-weight: 400;
	text-align: left !important;
}

.portfolio-item.grid-2 .description {
	padding: 38px 0 25px 0 !important;
	text-align: left !important;
	width: calc(100% - 50px);
}

.portfolio-page.content-invert .portfolio-content {
	padding-top: 0;
}

.pre-portfolio-page .portfolio-content {
	text-transform: uppercase;
}

.portfolio-page .portfolio-content {
	padding: 0;
}

.portfolio-page .portfolio-content h1 {
	color: var(--bftm-color);
	margin-bottom: 30px;
	hyphens: auto;
}

.portfolio-page.vc_row .vc_col-md-4.images-wrap {
	margin-top: 12px;
}

.portfolio-page.vc_row .vc_col-md-4.images-wrap>img {
	margin-bottom: 5%;
}

.single-norebro_portfolio .info .task-title,
.single-norebro_portfolio .info .socialbar a span {
	display: inline-block;
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
}

.single-norebro_portfolio .info .task-title {
	border-bottom: 1px solid var(--primary-color);
}

.single-norebro_portfolio .info .socialbar {
	margin: 0;
}

.single-norebro_portfolio .info .socialbar a {
	margin: 0 10px 0 0;
}

.single-norebro_portfolio .info .socialbar a:hover {
	color: var(--bftm-color);
	font-weight: 500;
}

.single-norebro_portfolio .info .socialbar a.hover-underline:hover:before,
.single-norebro_portfolio .info .socialbar a .icon,
.single-norebro_portfolio .post-navigation.with-border-top .norebro-icon-grid {
	display: none;
}

/* PAGINE */
div.top-row-with-background {
	background-position: bottom right !important;
}

.grid-title>* {
	margin-top: 10px;
}

.grid-title>*,
.grid-title>*>a.vc_gitem-link {
	font-size: 15px;
	line-height: 19px;
}

.realizzazioni-links {
	list-style: none;
}

.realizzazioni-links>li,
.realizzazioni-links>li>a>.solutions-counter {
	display: inline-block;
}

.realizzazioni-links>li>a {
	font-size: 13px;
	line-height: 23px;
	display: block;
}

.realizzazioni-links>li>a>.solutions-counter:after {
	content: '/';
	margin: 0 5px;
}

.realizzazioni-links>li>a>.solutions-counter>div {
	font-size: 11px;
	line-height: 11px;
	float: left;
	margin: 3px 0 0 2px;
}

.realizzazioni-details .vc_column_container>.vc_column-inner {
	padding: 0;
}

.realizzazioni-details .flexslider {
	border: none;
	background-color: var(--primary-color);
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 50px;
}

.realizzazioni-details .norebro-split-box-sc,
.realizzazioni-details .norebro-split-screen-sc,
.realizzazioni-details .slider-vertical-numbers,
.realizzazioni-details .vc_row.row-solution {
	background-color: var(--primary-color);
}

.realizzazioni-details .vc_row.light .norebro-split-box-sc,
.realizzazioni-details .vc_row.light .norebro-split-screen-sc,
.realizzazioni-details .vc_row.light .slider-vertical-numbers,
.realizzazioni-details .vc_row.row-solution.light,
.realizzazioni-details .vc_row.row-solution.light .flexslider {
	background-color: #fff;
}

.realizzazioni-details .norebro-split-box-sc .split-box-wrap {
	vertical-align: top;
}

.realizzazioni-details .norebro-split-box-sc h2,
.realizzazioni-details .norebro-split-screen-sc h2,
.realizzazioni-details .vc_row.row-solution h2 {
	color: #fff;
	margin-top: 5px;
	margin-bottom: 30px;
	font-family: var(--main-font-family) !important;
	letter-spacing: -2.16px;
	font-weight: 500;
}

.realizzazioni-details .vc_row.light .norebro-split-box-sc h2,
.realizzazioni-details .vc_row.light .norebro-split-screen-sc h2,
.realizzazioni-details .vc_row.row-solution.light h2 {
	color: var(--primary-color);
}

.realizzazioni-details .norebro-split-box-sc h4,
.realizzazioni-details .norebro-split-box-sc p,
.realizzazioni-details .norebro-split-box-sc .wpb_wrapper div:not(.go-back-link),
.realizzazioni-details .norebro-split-screen-sc h4,
.realizzazioni-details .norebro-split-screen-sc p,
.realizzazioni-details .norebro-split-screen-sc .wpb_wrapper div:not(.go-back-link),
.realizzazioni-details .slider-vertical-numbers,
.realizzazioni-details .vc_row.row-solution h1,
.realizzazioni-details .vc_row.row-solution p,
.realizzazioni-details .vc_row.row-solution .wpb_wrapper div.wpb_text_column div:not(.go-back-link) {
	color: var(--bftm-color);
	margin: 0;
}

.realizzazioni-details .vc_row.row-solution h1 {
	font-family: var(--main-font-family) !important;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
}

.realizzazioni-details .norebro-split-box-sc .wpb_wrapper div.wpb_text_column div:not(.go-back-link),
.realizzazioni-details .vc_row.row-solution .wpb_wrapper div.wpb_text_column div:not(.go-back-link) {
	font-size: 18px;
	line-height: 24px;
}

.realizzazioni-details .vc_row.row-solution .wpb_wrapper div.wpb_text_column {
	margin: 10%;
}

.realizzazioni-details .flex-control-paging li a {
	border: 1px solid #fff;
}

body .ancor p,
body div .ancor a,
body .breadcrumbs-slug li,
body .breadcrumbs-slug li>a,
body .page-sidebar *,
body .page-sidebar .widget_categories li a,
body .page-sidebar .widget_recent_entries li a {
	text-decoration: none;
	color: var(--primary-color);
	font-size: 13px;
	line-height: 23px;
}

body .ancor a:hover,
body .breadcrumbs-slug li>a:hover,
body .page-sidebar a:hover,
body .page-sidebar .widget_categories li,
body .page-sidebar .widget_categories li a:hover,
body .page-sidebar .widget_recent_entries li,
body .page-sidebar .widget_recent_entries li a:hover,
body .page-sidebar .widget_search *,
body .page-sidebar .widget_search form button {
	color: var(--bftm-color);
	text-decoration: none;
}

body .breadcrumbs-slug li .active {
	font-weight: 500;
}

body .page-sidebar.sidebar-right.vc_col-sm-4 {
	padding-left: 2%;
	margin-left: 0;
}

body .page-sidebar ul li {
	padding: 0;
}

body .page-sidebar .widget_recent_entries ul li {
	margin-bottom: 15px;
}

body .page-sidebar .title {
	color: var(--primary-color);
	font-weight: 500;
	margin-bottom: 10px;
}

body .page-sidebar .widget_search form input {
	border-color: var(--bftm-color);
}

body .blog-grid p {
	font-size: 15px;
	line-height: 21px;
}

body .blog-grid.boxed,
body .tags .tag,
body .tags .tag:hover {
	background-color: #d5f2f3;
	border: 0;
}

body .tags .tag,
body .header-title.bftm-header-title .tags .tag,
body .blog-grid:hover .content .data,
body .blog-grid footer .icon-arrow {
	color: var(--bftm-color);
}

body .tags .tag,
body .blog-grid .content .data,
body .blog-grid footer .icon-arrow,
body .blog-grid h3 {
	font-weight: 500;
	line-height: 1;
}

body .blog-grid.boxed[refcat^='case'],
body .tags .tag[refcat^='case'] {
	background-color: #eaeaea;
}

body .blog-grid.boxed[refcat^='cert'],
body .tags .tag[refcat^='cert'] {
	background-color: #ff9e5e;
}

body .tags .tag {
	border-radius: 0;
	font-size: 18px;
	line-height: 20px;
	text-transform: none;
}

body .blog-grid footer .icon-arrow {
	font-size: 22px;
	line-height: 22px;
	text-transform: none;
}

body .blog-grid footer .icon-arrow:before {
	font-weight: 600;
	transition: 0.3s ease-in-out;
}

body .blog-grid footer .icon-arrow:hover:before {
	transform: scaleX(1.3) translateX(4px);
}

body .page-container.full {
	padding-left: 0;
	padding-right: 0;
}

.single .header-title.bftm-header-title .breadcrumbs {
	padding: 0 0 10px 0;
}

.single .header-title.bftm-header-title .tags {
	margin: 0 0 10px 0;
}

.single .header-title.bftm-header-title h1.page-title {
	margin-bottom: 15px;
	font-size: 44px;
	line-height: 49px;
}

.single .header-title.bftm-header-title .data,
.single .header-title.bftm-header-title .author {
	color: var(--bftm-color);
}

.single .header-title.bftm-header-title .author {
	font-weight: 500;
}

body.single .go-back-link {
	margin-bottom: 100px;
	margin-top: -30px;
}

nav.pagination li a.page-numbers span {
	top: 6px;
}

.single .post-navigation.with-border-top {
	border: 0;
}

.single .post-navigation h4 {
	font-weight: 500;
}

.home rs-layer>img {
	transform: scale(1.3, 4);
}

.home rs-slides .btn-link:after {
	top: 14px;
}

.search-results .header-title.bftm-header-title .bg-image {
	background-image: url(./assets/img/Bftm-News-Cover.jpg);
}

.vc_row.general-contact-form p,
.vc_row.newsletter-form p {
	font-size: 15px;
	line-height: 17px;
}

/* RESPONSIVE */
@media screen and (max-width: 1100px) {
	body .fullscreen-navigation::after {
		background-color: var(--bftm-color);
		width: 100%;
	}

	body .fullscreen-navigation .fullscreen-menu-wrap {
		max-width: 100%;
	}
}

@media screen and (min-width: 992px) {

	.site-footer .social-section,
	.site-footer .widgets,
	.site-footer .site-info .copyright-section {
		display: flex;
	}

	.site-footer .social-section .socialbar-elements {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
}

@media screen and (max-width: 991px) {
	h2.title.subtitle-top {
		font-size: 48px !important;
		line-height: 52px !important;
	}

	.header-title.bftm-header-title {
		height: auto;
	}

	footer.site-footer {
		background-size: min(45%, 286px) auto !important;
	}
}

@media screen and (min-width: 769px) {

	#page .header-cap+.page-container.without-breadcrumbs,
	#page .header-cap+.header-title.bftm-header-title {
		margin-top: -80px;
	}

	.header-title.bftm-header-title+.page-container.without-breadcrumbs {
		margin-top: 0;
	}

	.header-title.bftm-header-title .content {
		display: block;
		padding-top: 80px;
		padding-bottom: 50px;
	}

	.general-contact-form .arrow-box:hover:after {
		top: -20px;
		right: 40px;
	}

	.scroll-top {
		bottom: 70px;
	}
}

@media screen and (max-width: 768px) {

	.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>div.vc_column-inner,
	div.vc_row-has-fill>div.vc_column_container>div.vc_column-inner {
		padding: 0 20px;
	}

	body h1,
	body h1.title {
		font-size: 55px;
		line-height: 60px !important;
	}

	body h2 {
		font-size: 38px;
		line-height: 38px;
		letter-spacing: 1px;
	}

	body h3,
	body h3 a {
		font-size: 35px;
		line-height: 40px;
		letter-spacing: 1px;
	}

	header#masthead.site-header .header-wrap {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	/* .hamburger {
    margin: 26px auto -6px auto !important;
  } */
	.bftm-btn.vc_hidden-xs {
		display: none;
	}

	#page .header-cap+.header-title.bftm-header-title .bg-image,
	div.top-row-with-background {
		background-image: none !important;
	}

	.header-title.bftm-header-title {
		padding: 0 15px;
	}

	.header-title.bftm-header-title h1.page-title {
		word-break: normal;
	}

	.header-title.bftm-header-title .page-container {
		display: block;
		height: auto;
	}

	.single .related-posts .tags .tag {
		font-size: 1.3vw;
		line-height: 1.4vw;
	}

	#masthead #site-navigation.main-nav #mega-menu-wrap #primary-menu .mega-menu-item>a.menu-link,
	#masthead #site-navigation.main-nav #mega-menu-wrap #primary-menu .mega-menu-item a.menu-link.open {
		display: inline;
		font-weight: 500;
	}

	#masthead #site-navigation.main-nav #mega-menu-wrap #secondary-menu .mega-menu-item>a.menu-link,
	#masthead #site-navigation.main-nav #mega-menu-wrap #secondary-menu .mega-menu-item a.menu-link.open {
		display: inline-block;
		line-height: 1;
		font-weight: 500;
	}

	#masthead #site-navigation.main-nav #mega-menu-wrap #secondary-menu .mega-menu-item .sub-nav ul.sub-menu {
		background-color: rgba(0, 188, 226, 0.7);
	}

	.menu-other .socialbar-prefix {
		display: none;
	}

	#masthead #site-navigation.main-nav {
		background-color: var(--bftm-color);
	}

	#masthead #site-navigation.main-nav ul li {
		color: var(--primary-color);
	}

	#masthead .phone-menu-bottom {
		display: flex;
		flex-direction: column;
	}

	#masthead .phone-menu-bottom li.socialbar {
		margin-bottom: 5%;
	}

	#masthead #site-navigation.main-nav ul li:not(.lang) a {
		font-size: min(40px, 12vw) !important;
		line-height: 1.05em !important;
		height: auto;
	}

	#masthead .phone-menu-bottom li.socialbar a {
		padding: 0 0 5px 0;
		display: block;
		text-align: left;
	}

	#masthead .phone-menu-bottom li.lang.font-titels>a {
		font-size: 22px;
	}

	.form-contatti input:not([type='submit']),
	.wpcf7 form textarea,
	.wpcf7 form select {
		font-size: 18px;
	}

	.vc_row.general-contact-form {
		padding: 0px 15px;
	}

	.vc_row.general-contact-form p,
	.vc_row.newsletter-form p {
		font-size: 15px;
		line-height: 20px;
	}

	input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email,
	.site-footer .social-section,
	.site-footer .widgets {
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 767px) {
	body.single-norebro_portfolio .site-content {
		background-image: none !important;
		padding-top: 0;
	}

	.portfolio-page.vc_row .vc_col-md-4>* {
		padding-left: 15px;
		padding-right: 15px;
	}

	.portfolio-page.vc_row .vc_col-md-4.images-wrap {
		margin: 0 0 15px 0;
	}

	.portfolio-page.vc_row .vc_col-md-4.images-wrap>img {
		margin-bottom: 15px;
	}

	#masthead .phone-menu-bottom .socialbar a {
		display: flex;
	}

	.general-contact-form .arrow-box {
		height: 100px;
	}

	.general-contact-form .arrow-box:after {
		left: 10px;
	}

	#masthead #site-navigation.main-nav {
		width: calc(100vw - 20px);
	}
}

@media screen and (min-width: 450px) and (max-width: 767px) {
	.vc_grid-container .vc_grid.vc_row .vc_grid-item.vc_col-sm-4 {
		width: 50%;
		float: left;
	}
}

@media screen and (min-width: 769px) and (max-width: 1450px) {
	.realizzazioni-details h2 {
		font-size: 50px;
		line-height: 50px;
	}
}

/* UPDATE CONTAINER 17-04-2023 */
.page-container,
.boxed-container,
.fullscreen-navigation.split .site-branding {
	max-width: 1587px;
}

.page-container .vc-bg-side-text {
	left: -webkit-calc((100% - 1587px) / 4);
	left: calc((100% - 1587px) / 4);
}

.page-container .vc-bg-side-text.right {
	left: auto;
	right: -webkit-calc((100% - 1587px) / 4);
	right: calc((100% - 1587px) / 4);
}

/* NEW PAGES */
.realizzazioni-detail .main-content {
	padding-top: 150px;
}

.realizzazioni-detail .images-wrap img {
	margin-bottom: 40px;
	width: 100%;
}

.realizzazioni-detail h1 {
	color: var(--bftm-color);
	font-size: clamp(70px, 6vw, 110px);
	line-height: 1 !important;
	margin: 30px 0 0 0;
	hyphens: auto;
}

.realizzazioni-detail h2 {
	font-size: clamp(30px, 4vw, 42px);
	line-height: 1;
	hyphens: auto;
}

.realizzazioni-detail .go-back-link a,
.post-navigation a {
	color: var(--bftm-color) !important;
}

.realizzazioni-detail .go-back-link a {
	padding-right: 20px;
	border-bottom: 2px solid;
	text-decoration: none;
	padding-bottom: 3px;
	white-space: nowrap;
}

.post-navigation .wrap {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.post-navigation a .img-icon {
	margin: -5px 20px 0 0;
	transition: 0.3s ease-in-out;
}

.post-navigation a.text-left:hover .img-icon {
	transform: translateX(-20px);
}

.post-navigation a.text-right .wrap {
	justify-content: flex-end;
}

.post-navigation a.text-right .img-icon {
	margin: -5px 0 0 20px;
}

.post-navigation a.text-right:hover .img-icon {
	transform: translateX(20px);
}

.post-navigation a .subtitle {
	font-size: 22px;
	letter-spacing: 0.88px;
	line-height: 1.18em;
	color: var(--bftm-color);
}

.post-navigation a h4 {
	font-size: 24px;
	line-height: 1.18em;
	letter-spacing: 0;
	color: var(--bftm-color);
}

.sectors {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.sectors>div {
	border: 1px solid var(--bftm-color);
	border-radius: 4px;
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.18em;
	letter-spacing: 0.88px;
	padding: 7px 14px;
	margin: 0 10px 10px 0;
}

.sectors .main-sector {
	background-color: var(--bftm-color);
	color: #fff;
}

.sectors .secondary-sector {
	background-color: #fff;
	color: var(--bftm-color);
}

@media screen and (min-width: 768px) {
	.page-content.realizzazioni-detail {
		padding-right: 0;
	}

	.realizzazioni-detail .vc_col-sm-6.images-wrap {
		padding: 0 0 0 30px;
		margin-top: 0;
	}
}

@media screen and (max-height: 650px) {
	#masthead .phone-menu-bottom {
		position: relative;
		top: 10px;
	}
}

@media screen and (max-width: 400px) {
	#masthead .phone-menu-bottom {
		position: relative;
		top: 10px;
	}
}

/** TODAY EDITS */
button.wpcf7-submit {
	transition: 0.3s !important;
}

/* posizioni aperte */
.post-type-archive-posizione-aperta hr {
	background-color: var(--bftm-color);
}

.post-type-archive-posizione-aperta .blog-grid {
	background-color: transparent !important;
	overflow: visible;
}

.post-type-archive-posizione-aperta .blog-grid .content {
	border: 1px solid black !important;
	position: relative;
	display: block;
}

.post-type-archive-posizione-aperta .blog-grid .content:after {
	display: block !important;
	content: ' ';
	width: 33px !important;
	height: 33px !important;
	position: absolute;
	top: -3px;
	right: -3px;
	background-image: url('https://www.armes.it/wp-content/uploads/2023/10/armes-dettaglio.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.post-type-archive-posizione-aperta .blog-grid .content h3,
.post-type-archive-posizione-aperta .blog-grid .content h4 {
	transition: 0.15s;
}

.post-type-archive-posizione-aperta .blog-grid .content h3 {
	text-transform: uppercase;
	font-size: 26px;
}

.post-type-archive-posizione-aperta .blog-grid:hover .content {
	background-color: #3b3d46;
}

.post-type-archive-posizione-aperta .blog-grid:hover h3,
.post-type-archive-posizione-aperta .blog-grid:hover h4 {
	color: white;
}

.post-type-archive-posizione-aperta .blog-grid footer {
	margin: 0 !important;
	padding: 0 !important;
}

.post-type-archive-posizione-aperta .blog-grid footer a {
	font-size: 16px;
	font-weight: bold;
	color: var(--bftm-color);
	float: right;
	text-decoration: underline;
	text-transform: initial !important;
}

.post-type-archive-posizione-aperta input[type='file'].wpcf7-file {
	font-size: 16px;
}

.post-type-archive-posizione-aperta .wpcf7-acceptance .wpcf7-list-item-label,
.post-type-archive-posizione-aperta .wpcf7-acceptance .wpcf7-list-item-label a {
	font-size: 16px !important;
}

.post-type-archive-posizione-aperta .form-general {
	display: none;
}

.post-type-archive-posizione-aperta .top-spacing,
.single-posizione-aperta .top-spacing {
	margin-top: 150px;
}

.post-type-archive-posizione-aperta .top-spacing-0,
.single-posizione-aperta .top-spacing-0 {
	margin-top: 0 !important;
}

.single-posizione-aperta .posizione-info-row {
	margin-top: 100px;
}

.single-posizione-aperta .posizione-info-row p,
.single-posizione-aperta .posizione-info-row li {
	font-size: 20px;
}

.tax-tipologia-download #masthead {
	background-color: white;
}

.tax-tipologia-download .download-head {
	height: calc(80vh - 110px);
	position: relative;
	background-image: url('https://www.armes.it/wp-content/uploads/2023/10/Cover-Download-1.png');
	background-size: cover;
	background-position: center;
}

.tax-tipologia-download .download-head .page-content {
	position: absolute;
	left: 5%;
	top: 35%;
	width: 80%;
}

@media screen and (min-width: 768px) {
	.tax-tipologia-download .download-head {
		height: 80vh;
		max-height: 500px;
	}

	.tax-tipologia-download .download-head .page-content {
		left: 8%;
		width: 60%;
	}
}

.download-section {
	background-color: #3b3d46;
	color: white;
	padding-bottom: 50px;
	margin-bottom: 150px;
}

.download-section>div>.content-area {
	min-height: 200px;
	display: flex;
}

@media screen and (max-width: 767px) {
	.download-section>div>.content-area {
		flex-direction: column;
	}
}

@media screen and (min-width: 768px) {
	.download-section>div>.content-area .vc_col-md-9 {
		border-left: 1px solid white;
	}
}

@media screen and (min-width: 768px) {
	.download-section .actual-download-container {
		padding-left: 20px;
	}
}

.download-section .download-catalog-single {
	margin-bottom: 50px;
}

.download-section .download-catalog-single p {
	color: white;
}

.download-section .tipologie-download {
	list-style-type: none;
	margin-bottom: 75px;
}

.download-section .tipologie-download li {
	margin-bottom: 24px;
}

.download-section .tipologie-download li a,
.download-section .tipologie-download li span {
	color: white;
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1em;
}

.download-section .tipologie-download li.active>span {
	padding-left: 20px;
	position: relative;
}

.download-section .tipologie-download li.active>span:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url('https://www.armes.it/wp-content/uploads/2023/10/armes-dettaglio-rot.png');
	background-size: cover;
}

.download-section .tipologie-download li>a:hover {
	color: var(--bftm-color);
}

.download-section .downloads-accordion .item {
	border-top: 1px solid white;
}

.download-section .downloads-accordion .item:last-of-type {
	border-bottom: 1px solid white;
}

.download-section .downloads-accordion .item .title {
	background-color: transparent;
}

.download-section .downloads-accordion .item .title h4 {
	font-size: clamp(18px, 2vw, 22px);
	color: white;
	font-weight: 400;
	text-transform: uppercase;
}

.download-section .downloads-accordion .item .ion-plus,
.download-section .downloads-accordion .item .ion-minus {
	color: var(--bftm-color) !important;
}

.download-section .downloads-accordion .item a {
	color: white;
	padding-left: 15px;
	font-size: 16px !important;
	margin-bottom: 32px;
}

.download-section .downloads-accordion .item a:hover {
	color: var(--bftm-color);
}

@media screen and (min-width: 768px) {
	.header-wrap .vc_col-sm-10 {
		padding-left: 0 !important;
	}
}

.single-posizione-aperta .form-contatti {
	display: none;
}

/** END TODAY EDITS */
@media screen and (max-width: 767px) {
	#site-navigation .languages {
		display: none !important;
	}
}

.languages a {
	font-size: 16px !important;
}

.languages .submenu li {
	min-width: 90px !important;
}

@media screen and (min-width: 768px) {
	.languages a {
		font-size: 16px !important;
	}
}

.fullscreen-navigation.open .bftm-copyright-top .languages {
	display: none !important;
}

header .menu-other>.languages {
	background: white !important;
	padding: 12px 40px 12px 15px !important;
	margin: 7px 0 !important;
	border-radius: 1000px;
}

header .menu-other>.languages a {
	text-transform: uppercase !important;
	color: black !important;
	text-align: center !important;
}

header .menu-other>.languages>a {
	position: relative !important;
	display: block !important;
}

header .menu-other>.languages>a:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(100%, -50%);
	background-image: url('https://www.armes.it/wp-content/uploads/2023/11/armes-dettaglio-rot-down.png');
	background-size: cover;
}

header .menu-other>.languages img {
	display: none !important;
}

header .menu-other>.languages .sub-nav.languages .active {
	display: none !important;
}

header .menu-other .contact-ancor {
	--button-color: white;
	border: 0 !important;
	background: transparent !important;
	color: var(--button-color) !important;
	border-bottom: 1px solid var(--button-color) !important;
}

header .menu-other .contact-ancor:hover {
	box-shadow: none !important;
}

body.header-white .menu-other .contact-ancor,
header.header-fixed .menu-other .contact-ancor {
	--button-color: black;
}

img[title='foto-testata-home'] {
	position: relative;
	top: 50px;
}

body.current-user-is-admin .languages {
	display: block !important;
}

/* PER NASCONDERE SELETTORE LINGUE */
/*li.languages.inside.light_variant,
body .fullscreen-navigation.open .bftm-copyright-top .menu-other > li.languages,
body #masthead .menu-other > li.languages,
#masthead .phone-menu-bottom .lang {
  display: none;
}*/
.post-type-archive-posizione-aperta .languages {
	display: none !important;
}

.portfolio-item-wrap .description {
	margin-bottom: 100px !important;
}

/** header mobile */
@media screen and (max-width: 767px) {

	.mobile-logo img,
	.fixed-logo img {
		max-height: 40px !important;
	}

	.hamburger {
		border-width: 3px !important;
		margin: 18px auto !important;
		width: 24px !important;
		height: 24px !important;
	}

	.hamburger:after {
		width: 24px !important;
		top: 7px !important;
	}

	#masthead .languages {
		padding-right: 0 !important;
	}

	#masthead .languages .submenu {
		right: -32px !important;
	}

	.page-container {
		margin-top: 0 !important;
	}

	#site-navigation {
		height: 110vh !important;
	}
}

/** end header mobile */
.page-template-page-portfolio-category h2.subtitle-top {
	text-transform: uppercase !important;
}

.single-norebro_portfolio .post-navigation {
	display: none;
}

.single-norebro_portfolio .post-navigation:last-of-type {
	display: inherit;
}

.form-general .wpcf7-response-output {
	color: #fff;
	text-align: center;
	max-width: min(1326px, 100%) !important;
	width: min(1326px, 100%);
	padding-block: 1rem !important;
	margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */