/* 
 Theme Name:     Divi Pro
 Author:         Divi Pro
 Author URI:     https://www.divi.pro
 Template:       Divi
 Description:    A child theme for Divi
 Version:        1.0
 License:        Proprietary
*/


/* Remove Google Chrome Link Style */
span.gc-cs-link {
    color: inherit !important;
    text-decoration: none !important;
}

/* Footer */
#main-footer .container {
    width: 100%;
}

#et-footer-nav {
    display: table;
    margin: auto;
}

.bottom-nav a {
    color: #FFF;
    transition: none !important;
    text-transform: uppercase;
    font-size: 11px;
}

.bottom-nav li.current-menu-item>a {
	color:#FFF;
}

.bottom-nav li {
    padding-right: 11px;
    padding-left: 11px;
}

#footer-bottom {
    text-align: center;
    display: table;
    margin: auto;
    width: 100%;
    padding: 10px 0 1px;
}

#footer-info {
    float: none;
    color: #fff;
    text-align: center;
    font-family: Lato;
    font-size: 14px;
}

#footer-info a {
    color: #fff;
    font-weight: 600;
}

#footer-bottom a {
    transition: none;
    color: #fff;
}

.et-social-icons {
    float: none;
}

/* Horizontal Scroll Fix */

#page-container { overflow:hidden; }
