/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.elementor-col-20 {
    width: 20% !important;
}
.elementor-col-80 {
    width: 80% !important;
}

.cbp-horizontal > ul > li {
    border-right: 1px solid #E8E8EE;
}

.cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]) {
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.3px;
    max-width: none;
    padding: 14px 20px;
}

.cbp-hrmenu .pull-right {
    border-right: none;
    border-left: 1px solid #E8E8EE;
}

/* Footer */
#footer-container-main {
    padding-bottom: 2rem;
}

/* Copyrights */
#footer-copyrights .copyright-txt {
    color: rgba(255, 255, 255, 0.75);
}

