/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

p#breadcrumbs {
	font-size: 15px;
	text-transform: uppercase;
}

p#breadcrumbs strong.breadcrumb_last {
    font-weight: 500 !important;
}

/*CSS CASES STUDIES*/

.cases-studies-container,
.insights-container {
    max-width: 1080px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 4rem;
}

.cases-studies-item .container-image,
.insights-item .container-image {
    padding-bottom :20rem;
    position: relative;
    margin-bottom: 30px;
}

.cases-studies-item .container-image img,
.insights-item .container-image img {
    position: absolute;
    transform: translate(-50%, -50%) scale(1);
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.insights-item span.tag-category,
.cases-studies-item span.tag-category {
    font-size: 16px;
}

.insights-item a:hover h3,
.cases-studies-item a:hover h3 {
    text-decoration: underline !important;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px !important;
}

.related-cases-studies-container {
    max-width: 850px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.related-cases-studies-item a {
    display: flex;
    gap: 2rem;
}

.related-cases-studies-item .image-container,
.related-cases-studies-item .content-container{
    flex-basis: 50%;
    position: relative;
}

.related-cases-studies-item a:hover,
.related-cases-studies-item a:hover p
.related-cases-studies-item a:hover span{
    text-decoration: none !important;
}

.related-cases-studies-item .image-container img {
    height: calc(850px / 2 - 2rem);
    object-fit: cover;
    width: 100%;
}

.related-cases-studies-item span.tag-category {
    font-size: 16px;
}

.related-cases-studies-item a:hover h3 {
    text-decoration: underline !important;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px !important;
}

/* Filters case studies */

.case-study-filter-wrapper,
.insight-filter-wrapper {
    max-width: 1080px;
    margin: auto;
    display: flex;
    align-items:center;
    justify-content:center;
    margin-bottom:50px;
    gap:20px;
    position:relative;
}

.case-study-filter > button,
.insight-filter > button,
button.clear-filter{
    border:none;
    color:black;
    background:none;
    font-size:1.1rem;
    font-weight:500;
}

button.clear-filter{
    text-transform:uppercase;
}

.case-study-filter > button:hover,
.case-study-filter > button:focus,
.insight-filter > button:hover,
.insight-filter > button:focus,
button.clear-filter:hover,
button.clear-filter:focus{
    background:none;
    outline:none;
    color:black;
}


.filter-item-wrapper {
    display:none;
    position:absolute;
    top: 40px;
    left:50%;
    transform: translateX(-50%);
    padding: 40px;
    border: 1px solid black;
    width:100%;
    max-width: 820px;
    z-index: -1;
}
.filter-item-wrapper.active{
    display: flex;
    z-index: 1;
    background: #E8E0B1;
    flex-direction: column;
    justify-content: center;
}

.filter-item-checkbox {
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:15px;
    margin-bottom:35px;
}
.filter-item-wrapper button.submit-filter{
    border:none;
    border-radius:0;
    background:none;
    outline:none;
    color:black;
    font-size:1.2rem;
    font-weight:500;
    line-height:1.2;
    padding:0px 0px 0 0;
    border-bottom: 1px solid black;
    display:inline-block;
    margin:0 auto;
}

.cases-studies-empty-container,
.insights-empty-container{
    text-align:center;
}



.custom-checkbox {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-checkbox input {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
    cursor: pointer
}

.custom-checkbox .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    border: 1px solid #000
}

.custom-checkbox .checkbox:after {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    background-color: transparent
}

.custom-checkbox input:checked~.checkbox:after {
    background-color: #000
}

.custom-checkbox span.name{
    margin-left:10px;
    font-size:0.95rem;
    
    font-weight:500;
}



.meet-team-container {
    max-width: 1080px !important;
    margin: auto !important;
    display: block;
}

.meet-team-item:first-child {
    border-top: solid 1px;
}

.meet-team-item {
    border-bottom: solid 1px;
}

.meet-team-item div.button {
    display: flex;
    align-items: center;
    padding:15px 0px;
    cursor: pointer;
    position: relative;
}

.meet-team-item div.button:after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('../svg/svgexport-2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: calc(50% - 10px);
}

.meet-team-item div.button.active:after {
    background-image: url('../svg/svgexport-3.svg');
}

.meet-team-item .content {
    display: flex;
    max-height: 0px;
    overflow: hidden;
}
.meet-team-item .content.active {
    margin-bottom:20px;
}

.meet-team-item p,
.meet-team-item h3 {
    margin: 0px;
}

.meet-team-item h3,
.meet-team-item .content .image{
    width: calc(100% / 3)
}

.meet-team-item .content .bio {
    width: 40%;
    font-size: 1rem;
}

.meet-team-item .content .bio p{
    margin-bottom:10px;
}

.meet-team-item .content .bio,
.meet-team-item .content .image {
    padding-top:2.5rem;
    padding-bottom: 2.5rem;
}

@media only screen and (max-width: 1024px) {
.cases-studies-container,
.insights-container {
    max-width: calc(315px * 2 + 4rem);
    grid-template-columns: repeat(2,1fr);
}
	
.related-cases-studies-container {
    max-width: 600px;
}

.related-cases-studies-item .image-container img {
    height: calc(600px / 2 - 2rem);
}
	
.meet-team-container {
	margin: 0px 13% !important;
}	

.meet-team-item div.button {
	flex-direction: column;
	align-items: start;
}

.meet-team-item h3,
.meet-team-item .content .image,
.meet-team-item .content .bio{
	width: 100%;
}

.meet-team-item .content .image {
	text-align: center;
}

.meet-team-item .content {
	flex-direction: column;
}
}


@media only screen and (max-width: 767px) {
.cases-studies-container,
.insights-container {
    max-width: 315px;
    grid-template-columns: repeat(1,1fr);
    gap: 2rem;
}

.cases-studies-item .container-image,
.insights-item .container-image {
    padding-bottom :15rem;
}

.related-cases-studies-container {
    max-width: 315px;
}

.related-cases-studies-item .image-container img {
    height: 215px;
}

.related-cases-studies-item a {
    flex-direction: column;
}

.case-study-filter-wrapper,
.insight-filter-wrapper {
    flex-direction: column;
    gap:0px;
}

.filter-item-checkbox{
    grid-template-columns: repeat(2, 1fr);
}


.filter-item-wrapper {
    top: 97px;
}
	
.meet-team-container {
	margin: 0px 20px !important;
}
}

@media only screen and (max-width: 550px) {
    .filter-item-checkbox{
        grid-template-columns: repeat(1, 1fr);
    }
}

