/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
.bottom-bar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 20px;
}

.bottom-bar-left,
.bottom-bar-right {
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-wrap: nowrap;
}

.bottom-bar-left {
    justify-content: flex-start;
    text-align: left;
}

.bottom-bar-right {
    justify-content: flex-end;
    text-align: right;
    margin-left: auto;
}

.bottom-bar-left a,
.bottom-bar-right a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.bottom-bar-left a:hover,
.bottom-bar-right a:hover {
    opacity: 0.7;
}

.bottom-bar-left .separator,
.bottom-bar-right .separator {
    margin: 0 8px;
    opacity: 0.5;
}
.bottomcreds   .et_pb_text_inner {
    display: flex;
    justify-content: space-between;
}
.et-menu .menu-item-has-children>a:first-child:after {
    right: -14px; 
}
/* Tablet & Mobile */
@media (max-width: 767px) {
    .bottom-bar {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 15px;
    }

    .bottom-bar-left,
    .bottom-bar-right {
        width: 100%;
        justify-content: center;
        text-align: center;
        white-space: normal;
    }
	.bottomcreds   .et_pb_text_inner {
    display: block;
    justify-content: space-between;
}
}

