/** 
 * Author: MuhTec Themes
 * Author URI: https://muhtecthemes.com
 */

/* 
    Header Topbar
*/

    header .mt-header-topbar { border-bottom: 1px solid var(--mt-border-clr); z-index: 1; overflow: hidden;}

    header .mt-header-topbar:before { content: ''; position: absolute;  background: var(--mt-secondary-clr); right: 0; top: 50%;
        bottom: 0; width: 45%; border-left: 50px solid var(--mt-tertiary-clr); border-bottom: 100px solid transparent; transform: translateY(-50%); 
    }

    header .topbar-contact .contact-item { line-height: normal; font-size: 0.9rem; }


/* 
    Site Logo
*/

    .mt-e-site-logo img { max-width: 180px; }

