/*
Theme Name: Mectronic Child
Author: Theme Kalia
Version: 1.0.0
Author URI: http://themeforest.net/user/themekalia
Theme URI: http://tonatheme.com/newwp/mectronic
Description: This is The Mectronic WordPress theme
License: ''
License URI: ''
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
Text Domain: mectronic
Template: mectronic
*/
body { font-family: "Roboto", "Nunito Sans", sans-serif; }

.on-top{ z-index: 1; }

.breadcrumb-botton ul { background-color:#0066a7; padding:6px 10px 6px; }
.breadcrumb-botton ul li { font-size:14px; }
.breadcrumb-botton .left li a:before { top:0px; }



.kc-title-wrap .border.center {
    margin: 11px auto 0;
}
.kc-title-wrap .border {
    width: 80px;
    position: relative;
    overflow: hidden;
    display: block;
    background: transparent;
    height: 5px;
    margin: 11px 0 0;
}

.kc-title-wrap .border:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 1px;
    background: #51a7e4;
    content: "";
}

.kc-title-wrap .border:after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 1px;
    background: #51a7e4;
    content: "";
}

.scroll-to-top {
    border-color: #51a7e4;
    background-color: #51a7e4;
}