#wg-below-image-content .btIcoHolder.mail-link > span {
    display: flex;
}
#wg-single-team-cont { 
	display: flex;
	gap: 30px;
    row-gap: 60px;
    margin-left: -15px;
    margin-right: -15px;
} 
#wg-below-image-content .btIcoHolder.mail-link {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
#wg-header h1 {
    text-transform: uppercase; 
}
#wg-header {
    padding-top: 45px;
    padding-bottom: 45px;
}
#wg-header .wg-header-content.header > div:last-of-type {
    margin-bottom: 0;
}
.wg-intro-paragraph .btSuperTitle {
    margin-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, .07);
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    padding-top: 20px;
    padding-bottom: 20px;
}
.wg-intro-paragraph .btSuperTitle p:last-of-type {
    margin-bottom: 0;
}
#wg-below-image-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
} 
#wg-below-image-content .header  {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    margin-bottom: 8px !important;
}

 
#wg-below-image-content .header h3 {
    text-transform: uppercase;
}

#wg-single-team-cont .btIconImageRow .btIco {
    display: flex;
    box-shadow: 0 0 0 6px #fff, 0 0 0 1px #fff inset;
    border-radius: 50%;
}
#wg-single-team-cont #wg-team-icons.btIconImageRow .btIco{
    margin-top: -35px;
    top: -5px;
}
#wg-team-icons .btIco.btIcoFilledType.btIcoAccentColor .btIcoHolder em::after, #wg-team-icons .btIco.btIcoFilledType.btIcoAlterColor .btIcoHolder em::after{
    background-color: #7D52A2 !important;
}
#wg-team-icons .btIco.btIcoFilledType.btIcoAccentColor:hover .btIcoHolder em::before, #wg-team-icons .btIco.btIcoOutlineType.btIcoAccentColor .btIcoHolder em::before {
    -webkit-box-shadow: 0 0 0 1em #7D52A2 inset !important;
  box-shadow: 0 0 0 1em #7D52A2 inset !important;
}
#wg-team-icons .btIco.btIcoFilledType.btIcoAccentColor:hover .btIcoHolder::before, #wg-team-icons .btIco.btIcoFilledType.btIcoAccentColor:hover .btIcoHolder::after, #wg-team-icons .btIco.btIcoOutlineType.btIcoAccentColor .btIcoHolder::before, #wg-team-icons .btIco.btIcoOutlineType.btIcoAccentColor .btIcoHolder::after {
    color: #fff;
}

#wg-below-image-content .btIconImageRow {
    margin-bottom: 8px;
}

#wg-team-results {
					display: grid;
					grid-template-columns: 1fr 1fr 1fr 1fr ;
					row-gap: 30px;
                    margin-bottom: 40px;
				}
.wg-team-member:hover .btIco.btIcoFilledType.btIcoAccentColor .btIcoHolder::after{
  color: #7D52A2;
}
/* .wg-team-member:hover .btIco.btIcoFilledType.btIcoAccentColor .btIcoHolder em::before, .wg-team-member:hover .btIco.btIcoOutlineType.btIcoAccentColor .btIcoHolder em::before{
	background-color: #fff;
	box-shadow: 0 0 0 1px #fff inset;
} */
.wg-team-member:hover .btIco.btIcoFilledType.btIcoAccentColor .btIcoHolder em::before, .wg-team-member:hover .btIco.btIcoOutlineType.btIcoAccentColor .btIcoHolder em::before{
	-webkit-box-shadow: 0 0 0 1px #7D52A2 inset;
  box-shadow: 0 0 0 1px #7D52A2 inset;
}

#wg-team-results .btIconImageRow.btIconsHalfHoverPosition .btIco.btIcoMediumSize, .wg-team-results .btIconImageRow.btIconsHalfHoverPosition .btIco.btIcoMediumSize {
    margin-top: -30px;
}
#wg-team-profile-image {
    padding-right: 5px;;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #7D52A2;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 

.header.medium .btSuperTitle {
    margin: 0 0 12px; 
}

#wg-search-inner .btSearchInnerContent input[name="s"] {
    width: 100%;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z" /></svg>');
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 30px;
    background-size: 20px 20px;
}
.rlv-has-spinner::after{
    background:#7D52A2;
}
#wg-search-inner {
    max-width: 600px;
}
#wg-search-inner .btSearch {
    margin-bottom: 15px;

}
#wg-search-inner h3{
    margin-bottom: 0;
}
.wg-search-keywords {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.wg-search-keywords h4 {
    margin-bottom: 5px;
    margin-top: 15px;
}
.wg-search-keywords .wg-search-keywords-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}
.wg-search-keywords .wg-search-keyword {
    background-color: #7D52A2;
    border: 1px solid #7D52A2;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
}
.wg-search-keywords .wg-search-keyword:hover {
    background-color: #fff;
    color: #7D52A2;
    
}
/* #wg-team-icons.btIconImageRow .btIconImageCell {
        padding-left: 10px;
        padding-right: 10px; 
    } */
    #wg-single-team-cont .btIconImageRow .btIco {
        margin-left: 0;
        margin-right: 0;
    }
    .wg-area-column .servicesItem .btIco {
        margin-left: 0;
        margin-right: 0;
    }
@media (max-width: 992px) {
    #wg-search-inner{
        max-width: 90%;
    }
    #wg-team-profile-image {
    padding-right: 15px;;
}
    #wg-team-results, .wg-team-results {
        display: grid;
		grid-template-columns: 1fr 1fr !important;
	}
    #wg-single-team-cont {
        flex-direction: column;
    }
    #wg-team-profile-image img {
        width: 100%;
        height: auto;
    }
    /* .wg-team-results, #wg-team-results{
        padding-left: 15px;
        padding-right: 15px;
    } */
     
    #wg-team-profile-image, #wg-team-icons {
        padding-left: 0;
        padding-right: 0;
    }
    
    #wg-header {
        background-position: center !important;
    }

}
@media (max-width: 768px) {
	#wg-team-results, .wg-team-results {
		grid-template-columns: 1fr !important;
	}
    .btContentHolder .wg-member-photo img {
        width: 100%;
        height: auto; 
    }
}