/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/
.home-title{
	display: none;
}
.filariane{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: left;
}
.filariane a, #copyright a:hover{
	text-decoration: underline;
}
#scroll-topcontent{
	position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%
}
.flip-cover-content{
	position: relative;
  	transition: transform 0.6s;
  	transform-style: preserve-3d;
  	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	height: 100%;
}
.flip-cover-content > .wpb_column{
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
	left: 0;
	top: 0;
}
.flip-cover-content > .wpb_column:last-child{
	transform: rotateY(180deg);
	position: static;
}
.flip-cover:hover .flip-cover-content{
	transform: rotateY(180deg);
}
.flip-cover .vc_column-inner, .flip-cover .vc_column-inner > div{
	height: 100%;
}
.flip-cover-content > .wpb_column > .vc_column-inner{
	height: 100%;	
  	min-height: 250px;
	display: flex; align-items: center; justify-content: center;
}
.flip-cover-content > .wpb_column > .vc_column-inner > .wpb_wrapper{
	height: 100%;	
  	min-height: 250px;
	display: flex; align-items: center; justify-content: center;
	flex-direction: column;
}
.dashicons, .dashicons-before::before{
	width: auto;
	height: auto;
	font-size: inherit;
}
#footer-bottom-menu li:not(:first-child){
	margin-left: 12px;
}
#footer-bottom-menu li a .hide-menu-image-icons, .social-team a .vcex-social-links__icon, .vcex-social-links a .vcex-social-links__icon, .staff-social a .ticon{
	background-color: black;
	color: white;
	border-radius: 4px;
	padding: 3px;
	border: 1px solid black;
	transition: all 0.4s;
}
#footer-bottom-menu li a:hover .hide-menu-image-icons, .social-team a:hover .vcex-social-links__icon, .vcex-social-links a:hover .vcex-social-links__icon, .staff-social a:hover .ticon{
	background-color: white;
	color: black;
}
.page-subheading{
	margin-top: 25px;
}
.page-header-content:after{
	content: '';
	display: block;
	width: 200px;
	background-color : white;
	margin: auto;
	margin-top: 30px;
	height: 2px;
}
.img-team img, .staff-entry-media img{
	border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.justify-content-center, .vcex-staff-grid{
	-webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.vcex-module.vcex-bullets li{
	margin-top: 10px;
	margin-bottom: 10px;
}
.vcex-module.vcex-bullets li .vcex-bullets-icon{
	font-size: 1.65em;
}
.vcex-bullets ul ul{
	margin-left: 5px !important;
}
.vcex-bullets ul ul li{
	list-style: circle !important;
}
.vcex-bullets ul ul li .vcex-bullets-icon-wrap{
	display: none !important;
}
.staff-entry-details{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 0px; 
}
.staff-entry-details .staff-entry-title{
	grid-area: 1 / 1 / 2 / 4;
}
.staff-entry-details .staff-entry-categories{
	grid-area: 2 / 1 / 3 / 4;
}
.staff-entry-details .staff-entry-social-links{
	grid-area: 1 / 4 / 3 / 5;
}
.staff-social{
	margin-top: 0px !important;
	text-align: right;
}
.form-row{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	column-gap: 15px;
}
.form-col{
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.form-control{
	margin-top: 0px !important;
	width: 100%;
	display: block;
}
.wpcf7-form-control-wrap{
	display: block;	
	margin-bottom: 15px;
}
.wpcf7-textarea{
	height: 166px;
}
.vcex-breadcrumbs{
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 959px) and (min-width: 768px){
	.wpcf7-textarea{
		height: 111px;
	}
	.form-row{
		display: block !important;
	}
}
@media (max-width: 959px){
	.flip-cover{
		margin-bottom: 40px;
	}
}
@media (max-width: 767px){
	.vcex-icon-box, .mobile-text-center{
		text-align: center;
	}
	.vcex-icon-box .vcex-icon-box-symbol{
		margin: auto;
	}
}
@media (max-width: 480px){
	.form-row{
		display: block !important;
	}
}