/*
Theme Name: Archicon Child
Theme URI: https://archicon.qodeinteractive.com
Description: A child theme of Archicon
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: archicon
Template: archicon
*/

.qodef-layout--outline.qodef-button-white {
    background: transparent !important;
    border: 2px solid #fff !important;
}
.qodef-layout--outline.qodef-button-white .qodef-m-reveal {
	background: white !important;
}
.qodef-layout--outline.qodef-button-white:hover {
    color: #f94e41 !important;
}
.qodef-layout--outline.qodef-button-white:hover .qodef-m-reveal {
	background: white !important;
}

.qodef-mobile-header--standard #qodef-page-mobile-header {
    background-color: transparent !important;
	position: absolute;
	width: 100%;
}
#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-height--not-set img {
    max-height: calc(50% * 100 / 45) !important;
}

/** Globali **/ 
.accent {
	color: var(--qode-main-color);
}
/** Homepage **/

/** Slider Progetti **/
.project-slider .qodef-e.swiper-slide {
    margin-bottom: 30px;
}

/** Accordion **/
.qodef-accordion-content {
    font-size: 17px;
	line-height: 1.8;
}
.qodef-accordion-number {
    display: none !important;
}

.qodef-portfolio-single .qodef-e-title {
    margin: 0 0 22px 0;
    font-size: 2.3rem;
}

.team-list {
    display: flex;
    flex-wrap: wrap;
}

.team-card {
  width: 50%;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  color: white;
}
@media print, screen and (max-width: 575px) {
	.team-card {
	  width: 100%;
	  padding: 0;
	  box-sizing: border-box;
	  position: relative;
	  color: white;
	}
}
.team-card a {
  text-decoration: none !important;
}
.team-card::after {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, .77) 0, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    z-index: 2;
    width: 100%;
    bottom: 0
}

.team-card__image {
    height: 500px;
    background-size: cover;
    background-position: center;
    border-radius: 0;
}

.team-card__info {
    position: absolute;
    bottom: 2rem;
    left: 1rem;
    z-index: 3;
}

.team-card__name {
    margin: 0;
    font-size: 1.6rem;
    position: relative;
    z-index: 3
}

.team-card__name a {
    color: white;
    text-decoration: none;
}
.team-card__name {
    color: white;
    text-decoration: none;
}
.team-card__name a:hover {
    text-decoration: underline;
}

.team-card__role {
    margin: 0.2rem 0 0;
    font-size: 1rem;
    color: #ddd;
}

.section-title-link .qodef-section-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.section-title-link .qodef-section-title .qodef-m-button {
	margin-top: 0;
    opacity: 1;
    transform: inherit;
}

.section-title-link .qodef-section-title a.qodef-shortcode.qodef-m.qodef-button.qodef-layout--filled.qodef-html--link {
    padding: 0;
    background: none;
    color: #000;
    text-decoration: underline;
}
.section-title-link .qodef-section-title a.qodef-shortcode.qodef-m.qodef-button.qodef-layout--filled.qodef-html--link:before {
    content: none;
}

.team-template-default.single.single-team #qodef-page-header .qodef-header-logo-image {
	opacity: 0;
}
.team-template-default.single.single-team #qodef-page-header .qodef-header-logo-image.qodef--dark {
	opacity: 1;
}

.team-template-default.single.single-team .qodef-page-title {
	display: none;
}

.single-portfolio-item .qodef-m-content.qodef-content-full-width {
	display: none;
}
.single-portfolio-item .qodef-m-content.qodef-content-full-width.visible {
    display: block;
    margin-bottom: 60px;
    height: 20px !important;
    margin-top: 130px;
    padding-left: 75px;
}
@media print, screen and (max-width: 575px) {
	.single-portfolio-item .qodef-m-content.qodef-content-full-width.visible {
		padding-left: 30px;	
	}
}
.custom-breadcrumbs {
    font-size: 14px;
    margin-bottom: 20px;
    color: #666;
}
.single-portfolio-item div#qodef-page-inner {
	padding-top: 35px;
}

#qodef-single-portfolio-navigation .qodef-m-nav-label {
    display: none !important;
}

.custom-breadcrumbs a {
    text-decoration: none;
}

.custom-breadcrumbs a:hover {
    text-decoration: underline;
}

.custom-breadcrumbs .current {
    color: #333;
    font-weight: 500;
}

.trp-ls-shortcode-current-language {
    background: transparent !important;
    border: 0 !important;
    color: #fff !important;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
	color: #fff;
}
.trp-language-switcher:focus .trp-ls-shortcode-language, .trp-language-switcher:hover .trp-ls-shortcode-language {
	background: transparent !important;
    border: 0 !important;
    color: #fff !important;
}
.trp-language-switcher > div > a {
	color: #000 !important;
}
.trp-language-switcher > div > a:hover {
    background: transparent;
    border-radius: 0;
}

.trp-language-switcher {
    width: auto;
}

div#qodef-page-header-inner.qodef-skin--light .trp-language-switcher > div > a {
	color: #fff !important;
}