/*
Theme Name: Divi Child
Theme URI: https://diviextended.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/
@import url("../Divi/style.css");

/*Move Secondary Nav Right*/
#et-info {
float: none !important;
text-align: right;
}
/*Makes the logo bigger on mobile*/
@media (max-width: 980px) {
    .et_header_style_left #logo, .et_header_style_split #logo {
        max-width: 80% !important;
        max-height: 80% !important;
    }
}
/*Center secondary phone number and email on mobile*/
@media only screen and ( max-width: 767px ) {
	#et-info {   
	text-align: center !important;
	}
	.container.et_menu_container {     
		max-width: 92% !important;    
		width: 92% !important;
	}
}
/* Adjust padding for transparent headers */
.et_transparent_nav #main-content .container {
    padding-top: 58px !important;
}
@media only screen and (min-width: 981px) {
	#top-header { 
		padding-top: 5px; 
		padding-bottom: 5px; 
	}
}
/* Footer credits fullwidth */
#footer-bottom > .container {
	max-width: 95vw;
	width: 95vw;
}
/* Teams - Change colour of email icon */
.tlp-email i.far.fa-envelope {
    color:#003250;
}
#page-container #main-content .custom-element::after{
  position: absolute;
  right: 20px;
  font-size: 26px !important;
}
.rt-team-container .layout1 .single-team-area:hover img {
transform : none;
}
/*FONT STYLE SHEET*/
#page-container h2{
color: #003250;
font-size: 40px;
line-height: 1.1em;
font-family: EB Garamond; 
}
#page-container h3{
color: #003250;
font-size: 32px;
line-height: 1.3em;
font-family: EB Garamond; 
}
/*FONT STYLE SHEET MOBILE*/
@media only screen and (max-width: 767px){
#page-container h1{
color: #000000;
font-size: 52px;
line-height: 1em;
font-family: EB Garamond; 
}
	
#page-container h3{
color: #003250;
font-size: 40px;
line-height: 1.3em;
font-family: EB Garamond; 
}
} 

/*People/Team page*/
.rt-team-container .single-team-area {
	background: #003250;
	height: 100%;
}
.rt-team-container .layout1 .single-team-area img {
	-webkit-transform: none;
	transform: none;
}
.rt-team-container .layout1 .single-team a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rt-team-container .layout1 .single-team a::before {
	content: "";
	position: absolute;
	background: url("/wp-content/uploads/2024/04/plus-circle-white.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 40px;
	width: 40px;
	z-index: 2;
	opacity: 0;
	transition: all 200ms ease-out;
}
.rt-team-container .layout1 .single-team a:hover::before {
opacity: 1;
}
.rt-team-container .layout1 .single-team img {
	transition: all 200ms ease-out;
}
.rt-team-container .layout1 .single-team a:hover img {
opacity: 0.8
}
.rt-team-container .tlp-content {
	padding-bottom: 0;
}
.rt-team-container .tlp-position {
	margin-bottom: 0;
}
.rt-team-container.rt-team-container-2341 .short-bio p {
	font-size: 14px;
	padding: 0 10px;
	margin-top: 0;
}
.discipline {
	color: #5aade0;
}
.rt-team-container.rt-team-container-2341 .short-bio a {
	margin-top: 5px;
	display: block;
}
.rt-team-container.rt-team-container-2341 .short-bio a:hover {
	text-decoration: underline !important;
}

/*Single team member*/
.contact-details {
	padding: 10px 0 20px 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.contact-details a {
color: #003250;	
}
.contact-details a i {
	font-size: 18px;
	width: 21px;
}
.contact-details a i.fa-linkedin {
  font-size: 20px;
}
.contact-details br {
	display: none;
}
.single-discipline {
	padding-bottom: 0;
}
.single-team footer .et_pb_section_0_tb_footer{
	padding: 10px 0;
}


.section_map_wrapper #section_map {
  min-height: 320px;
  width: 100%;
}
/*Sticky Header*/
@media (max-width: 980px) {
    #main-header.et-fixed-header {
        position: fixed !important;
        top: 0 !important;
    }
}
    .logged-in #main-header.et-fixed-header {
        top: 0 !important; transition: all .3s 0s !important;
    }


