/*
 Theme Name:   Divi Child Theme From MP-Webdesign
 Theme URI:    https://www.elegantthemes.com/
 Description:  This child theme made by MP-Webdesign
 Author:       MP-Webdesign
 Author URI:   https://maxpruegner.com/
 Template:     Divi
 Version:      2.3.0
*/

/*-------------------Add any custom CSS below this line-------------------*/

body #page-container .et_pb_menu_0_tb_header.et_pb_menu ul li.current_page_item:not(.not-in-viewport)>a  {
    color: var(--gcid-secondary-color)!important;
}


.footer-links a,
.c-menu-style .et_pb_menu__menu>nav>ul>li>a {
    position: relative;
	opacity: 1 !important;
}
.footer-links a:before,
.c-menu-style .et_pb_menu__menu>nav>ul>li>a:before {
    content: "";
    background: currentColor;
    position: absolute;
    width: 0;
    height: 2px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
	transition: all .2s ease-in-out;
}
.footer-links a:hover:before,
.c-menu-style .et_pb_menu__menu ul.et-menu.nav>li.current-menu-item:not(.not-in-viewport)>a:before,
.c-menu-style .et_pb_menu__menu ul.et-menu.nav>li>a:hover:before,
.c-menu-style .et_pb_menu__menu ul.et-menu.nav>li.in-viewport>a:before{
    width: 100%;
}
.footer-links a:before {
    height: 1px;
}
.c-menu-style .et_pb_menu__menu>nav>ul>li>a:before {
    bottom: -1px;
}
@media (max-width: 980px) {
	.et_pb_column:has(.et_pb_menu.c-menu-style), .et_pb_menu.c-menu-style, .et_pb_menu.c-menu-style .et_pb_menu_inner_container {
		position: static;
	}
}
.links-gap a:not(:last-child) {
    margin-bottom: 10px;
    display: inline-block;
}


a.et_pb_button:after, a.et_pb_button:before {
    font-size: 1.6em !important;
}
.et_pb_button {
    position: relative;
}
.button-child {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    border-radius: inherit;
	pointer-events: none;
}
.button-child-inner{
    position: absolute;
    top: 0;
    left: -105%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.5s ease;
	pointer-events: none;
	transform: skewX(10deg);
}
.et_pb_button:hover .button-child-inner{
    left: 105%;
}
.et_pb_button[data-="bordered-button"] .button-child-inner {
    background: rgb(56 88 233 / 16%) !important;
}




.fullheight-image, .fullheight-image .et_pb_image_wrap {
    height: 100%;
}
.percent {
    height: fit-content !important;
}

.custom-checkbox ul {
    list-style-type: none;
    padding-left: 22px;
}
.custom-checkbox ul li:not(:last-child) {
    padding-bottom: 10px;
}
.custom-checkbox ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--gcid-0jqwk001oy)!important;
    font-weight: 700;
}

@media (max-width: 980px) {
    .menu-column .et_pb_button_module_wrapper {
        display: none;
    }
}
li.menu-item.mobile-contact-button {
    padding-left: 5%;
    padding-top: 20px;
}

/* =========================================
   Custom Timeline
========================================= */

.c-timeline-row {
    position: relative;
}
.c-timeline-row .c-timeline-item {
    position: relative;
    z-index: 2;
}
.c-timeline-track {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
.c-timeline-line {
    position: absolute;
    background: #d9d9d9;
}
.c-timeline-progress {
    position: absolute;
    background: var(--gcid-primary-color);
    width: 0;
    height: 0;
    transition:
        width 0.25s ease,
        height 0.25s ease;
}
@media (min-width: 981px) {
    .c-timeline-track {
        height: 4px;
    }
    .c-timeline-line,
    .c-timeline-progress {
        top: 0;
        left: 0;
        height: 4px;
    }
    .c-timeline-line {
        width: 100%;
    }
}
@media (max-width: 980px) {
    .c-timeline-track {
        width: 4px;
    }
    .c-timeline-line,
    .c-timeline-progress {
        top: 0;
        left: 0;
        width: 4px;
    }
    .c-timeline-line {
        height: 100%;
    }
}
.et_pb_group .timeline-num-icon .et_pb_text_inner,
.et_pb_group .timeline-num-icon {
    transition: all .3s ease-in-out !important;
}
.et_pb_group:not(.active) .timeline-num-icon {
    background: #fff;
}
.et_pb_group:not(.active) .timeline-num-icon .et_pb_text_inner {
    color: var(--gcid-primary-color) !important;
}

.toggle-custom-style .et_pb_toggle_title {
    padding: 20px 50px 20px 4px !important;
}
.toggle-custom-style .et_pb_toggle_content {
    padding: 5px 50px 20px 4px;
}
body #page-container .et_pb_section .custom-icon .et_pb_toggle_title:after,
body #page-container .et_pb_section .custom-icon .et_pb_toggle_title:before {
    content: "" !important;
    position: absolute;
    right: 0;
    top: 50%;
    background: var(--gcid-primary-color);
    transform: translateY(-50%);
    margin: 0;
	transition: all .3s ease-in-out;
	margin-right: 10px;
}

body #page-container .et_pb_section .custom-icon .et_pb_toggle_title:after {
    width: 16px;
    height: 2px;
}
body #page-container .et_pb_section .custom-icon .et_pb_toggle_title:before {
    width: 2px;
    height: 16px;
	right: 7px; 
}
body #page-container .et_pb_section .custom-icon.et_pb_toggle_open .et_pb_toggle_title:before {
    transform: translateY(-50%) rotate(92deg);
}


.button-fullwidth .et_contact_bottom_container {
    flex-wrap: wrap !IMPORTANT;
	margin-left: 0 !important;
	width: 100% !important;
}
.button-fullwidth .et_pb_button_wrapper {
    width: 100%;
    margin-top: 25px;
}
.button-fullwidth .et_pb_button_wrapper .et_pb_button.et_pb_contact_submit {
    width: 100%;
    margin: 0;
}

.custom-tab-content {
    height: 0;
    overflow: hidden;
    transition: height 0.7s ease;
}