
/* Enter Your Custom CSS Here */
.single .smartlib-side-post-panel {
display: none;
}

body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #000000;
    background-color: #ffffff;
}

.smartlib-navbar-menu.navbar-nav > li.open > a {
    background: rgba(48, 67, 88, 0) !important;
    color: rgba(48, 67, 88, 1) !important;
}


.smartlib-article-box .smartlib-thumbnail-outer {
  display: none;
}

.smartlib-top-navbar  {
display: none;
}

.archive-title  {
display: none;
}

.smartlib-meta-line  {
display: none;
}

#menu-menu-1 {
  margin-top: 10px;
}

.smartlib-navbar.smartlib-header-shrink img {
    width: 189px;
    height: auto;
    transition: all 0.3s linear;
}

.smartlib-menu li {
  font-size: 12px;
}


.smartlib-bottom-navbar {
    min-height: 77px;
    background: #e6e6e6;
}

.breadcrumb {
    margin-top:20px;
  background: #e6e6e6;
}

.smartlib-content-section {
  background-color: #ffffff;
}

body {
    position: relative;
    background-color: #ffffff;
}

.smartlib-related-posts {
border-top: 1px solid #2397c6;
}


#sidebar {
}

.smartlib-column-list {
border-right: 1px solid #2397c6;
}


a {
    color: #2397c6;
}
.smartlib-widget h3 {
    margin: 10px 0 0 0;
    font-size: 22px;
    color: rgba(48, 67, 88, 1);
}

.smartlib-widget .smartlib-meta-line span {
  display: none;
}

.btn-primary {
    color: #ffffff;
    background-color: #2397c6;
    border-color: transparent;
}

h1, h2, h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: rgba(48, 67, 88, 1);
    text-transform: none;
}




.smartlib-navbar .navbar-toggle {
    background-color: rgba(48, 67, 88, 1);
  border-radius: 4px;
}

.smartlib-navbar-menu.navbar-nav > li > a {
    padding: 28px 15px;
    height: 40px;
    line-height: 1.5;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    color: rgba(48, 67, 88, 1);

}

.dropdown-menu {
    background-color: #2397c6;

}

.smartlib-navbar-menu.navbar-nav li.current-menu-item > a, .smartlib-navbar-menu.navbar-nav li.current-menu-ancestor > a, .smartlib-navbar-menu.navbar-nav li.active > a {
 color: #ffffff;
}



.smartlib-navbar .smartlib-search-navigation-area .navbar-collapse li li a {
  color: #ffffff;
}


@media (max-width: 1200px) {
.smartlib-navbar .smartlib-search-navigation-area .navbar-collapse li a {
  color: #ffffff;
}

}