/*
Theme Name: Divi Child
Description: Child theme for Divi by Tom Campion
Author: Tom Campion
Author URI: https://tomcampion.fr/
Template: Divi
Version: 1.0
*/

/** GENERAL **/
.stride-color1{
	color: var(--gcid-primary-color);
}
.stride-color2{
	color: var(--gcid-secondary-color);
}
.stride-clip-path{
	clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 98% 100%);
}
@media (max-width: 767px) {
	.stride-clip-path{
		clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 95% 100%);
	}
}
@media (max-width: 980px) {
	.stride-dn-980{
		display: none;
	}
}
.stride-fh .et_pb_image {
    height: 100%;
}
.stride-fh  span.et_pb_image_wrap {
    height: 100%;
}
.stride-fh  span.et_pb_image_wrap img{
    object-fit: cover;
}
/* list */
.et_pb_text_inner ul li{
	margin-bottom: 15px;
	padding-left: 15px;
}
.et_pb_text_inner ul{
	margin-top:20px;
}
.et_pb_text_inner ul li::marker {
        content: "\4e";
    font-family: 'ETModules';
    color: var(--gcid-primary-color);
    font-weight: 600;
}
/* tabs */
.stride-tab{
	cursor: pointer;
}
.stride-tab-open {
    background: unset !important;
    border-top: 2px solid black !important;
}
/* breadcrumbs */
.stride-breadcrumbs a{
	color:white !important;
}
/* title */
.stride-title:before{
	background: var(--gcid-wbrn1jpsac);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -100vw;
    -webkit-transform: skew(-21deg);
    transform: skew(-21deg);
}

/* button */
body #main-content .et_pb_button.stride-button-1{
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
	-webkit-background-size: 100% 2px;
	background-size: 100% 2px;
	padding-bottom: 10px !important;
	transition: all 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.stride-button-1:hover{
	-webkit-background-size: 0 2px !important;
	background-size: 0 2px !important;
}

/* stride text */
.stride-text-1 h4 {
    margin-bottom: 15px;
}
.stride-text-1 h4:nth-of-type(2){
    margin-top: 30px;
}

/* blurbs */
.stride-blurb-1:hover .et_pb_main_blurb_image img,
.stride-blurb-1 .et_pb_blurb_description:after{
	transition: all 0.3s ease;
}
.stride-blurb-1 .et_pb_blurb_description:after{
	content: "...";
	font-size: 60px;
	color: rgba(255, 255, 255, 0.2);
}
.stride-blurb-1:hover .et_pb_blurb_description:after{
	color: var(--gcid-secondary-color);
}
.stride-blurb-1:hover .et_pb_main_blurb_image img{
	 filter: invert(1) brightness(20);
}
.stride-blurb-1 .et_pb_module_header {
    margin-bottom: 0.3em;
}

/* form */
.et_pb_contact_field[data-id="name"],
.et_pb_contact_field[data-id="email_address"],
.et_pb_contact_field[data-id="message"]{
	position: relative;
}
.et_pb_contact_field[data-id="name"]:before,
.et_pb_contact_field[data-id="email_address"]:before,
.et_pb_contact_field[data-id="message"]:before{
	content: "\f007";
    font-family: "FontAwesome" !important;
    font-weight: 400 !important;
    position: absolute;
    top: 12px;
	font-size: 20px;
}
.et_pb_contact_field[data-id="email_address"]:before{
	content: "\f0e0";
}
.et_pb_contact_field[data-id="message"]:before{
	content: "\f27a";
}
.et_pb_contact_message.input {
    margin-bottom: 30px;
}
/** MENU **/
@media (min-width: 981px) {
    .et_fullwidth_nav #main-header .container {
        padding-right: 60px;
        padding-left: 60px;
    }
}
@media (max-width: 980px) {
	div#et_top_search {
		display: none;
	}
	header #logo{
		max-width: 100px !important;
	}
	.et_header_style_left #et-top-navigation .mobile_menu_bar {
		padding-bottom: 0px;
	}
	header div#et-top-navigation {
		padding: 20px 0 !important;
	}
	header .et_mobile_menu li a {
		text-transform: uppercase;
	}
}
#top-menu li a{
	font-weight:600 !important;
}
#top-menu-nav>ul>li>a:hover {
	opacity: 1 !important;
}
.mobile_nav.opened .mobile_menu_bar:before {
	content: "\4d";
}

div#et-top-navigation {
    padding: 40px 0 !important;
}
.et-fixed-header div#et-top-navigation {
    padding: 20px 0 !important;
}
#et_top_search{
	margin-top:12px;
}
#top-menu:not(.sub-menu)>li>a:before{
	content: "" !important;
	position: absolute;
	top: 60%;
	margin-top: calc(.5em - -3px);
	left: 0;
	width: 100%;
	height: 2px;
	opacity: .8;
	transform: scale3d(0, 1, 1) !important;
	transform-origin: left;
	transition: all 0.3s ease;
	background: var(--gcid-heading-color);
}
#top-menu li{
	padding:0px !important;
}
#et-top-navigation nav>ul>li>a {
    padding: 0.7em !important;
}
#top-menu li:hover>a:before{
	transform: scale3d(1, 1, 1) !important;
}

/** HOME **/
h1, h2, h3, h4, h5, h6{
	padding-bottom:0px;
}
.stride-h1-header-group{
	clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 93% 100%);
}
.stride-h1-slider span.et-pb-icon {
    background: white;
    line-height: 1em;
    text-indent: -3px;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: all 0.3s ease;
}
.stride-h1-slider span.et-pb-icon:hover{
	background: #212121;
	color: white;
}
.stride-h1-blurb .et_pb_module_header {
    padding-bottom: 6px;
}
.stride-h1-blurb .et_pb_blurb_container {
    padding-left: 25px;
}

/** FOOTER **/
.stride-footer-social .et_pb_blurb_container{
	padding-left: 0px !important;
}
.stride-footer-links a{
	width:fit-content;
	display: block;
	 -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.stride-footer-links a:hover{
	margin-left: 9px;
}
.stride-footer-links a:after{
	content: "";
    display: block;
    position: relative;
    z-index: 1;
    top: auto;
    bottom: -5px;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 0;
    height: 1px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: white;
}
.stride-footer-links a:hover:after{
	width: 100% !important;
}