/*
Theme Name: lbk
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
  --radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}

.is-divider {
  display: none;
}

.px-3 {
  padding-left: 15px;
  padding-right: 15px;
}

.border-b-1 {
  border-bottom: 1px solid #eee;
}

.section-title-center b {
  opacity: 0;
}

.single-post .entry-title {
  position: relative;
}

.section-title-center:after {
  content: '';
  background: linear-gradient(to right,#078bfe 0%,#078bfe 50%,#f1bf05 50%,#f1bf05 100%);
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
}

/* .entry-header {
  display: none;
} */

.border-bottom {
  padding-bottom: 15px;
}
.border-bottom:after {
  content: '';
  position: absolute;
  border-bottom: 1px solid;
  width: calc(100% - 30px);
}

.border-right {
  border-right: 1px solid;
}

.nav>li>a {
  font-size: .9rem;
}

.header-nav-main {
  justify-content: space-between;
}

.lbk_mega_menu {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.lbk_mega_menu .large-4 a {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}

.lbk_mega_menu .large-4 a:after {
  content: '';
  position: absolute;
  width: 0;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid var(--primary-color);
  transition: .3s ease;
}

.lbk_mega_menu .large-4 a:hover:after {
  width: 100%;
}

.ux-menu-link__link {
  padding-inline: 15px;
}

.ux-menu:not(.menu-1) .ux-menu-link__link:hover {
  background-color: var(--primary-color);
}

.ux-menu-link__link:hover .ux-menu-link__text {
  color: #fff;
}

.page-title .title-content {
  display: none;
}

#main .section {
  border-bottom: 1px solid #eee;
}

.section-2 .col,
.section-2 .box-text {
  padding-bottom: 0;
}

.section-2 .icon-box-img {
  height: 70px;
  padding: 15px;
  background: #fff;
  border-radius: 50rem;
  margin: 0 auto 5px;
}

.section-2 .icon-box-img svg {
  padding-top: 0;
}

.section-2 .icon-box .icon-inner {
  height: 40px;
  transition: .5s;
}

.section-2 .icon-box:hover .icon-inner {
  transform: rotate(360deg);
}

.post-item:not(.grid-col) .col-inner {
  padding: 8px;
  box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.post-item .box-text.text-center {
  padding-bottom: 5px;
}

.post-item .col-inner:hover .post-title {
  color: var(--primary-color);
}

#footer ul {
  list-style: none;
}

#footer ul li {
  margin: 0;
  font-size: 13px;
  opacity: .5;
  padding-top: 5px;
}
#footer ul li:hover {
  opacity: 1;
}

.category .from_the_blog_excerpt {
  display: none;
}

.ux-menu.ux-menu--divider-solid .ux-menu-link:not(:last-of-type) .ux-menu-link__link {
  border-bottom-style: dashed;
}

.nav-line-bottom>li:not(.active)>a:before {
  width: 0;
  opacity: 1;
}
.nav-line-bottom>li:hover>a:before {
  width: 100%;
}

.signature {
  border: 2px dashed #eeeff2;
  padding: 15px;
  background: #fffed2;
  border-radius: 9px;
  margin-bottom: 15px;
}

.line-bottom {
  border-bottom: 1px dashed #eaeaea;
  margin-bottom: 10px;
}

.lbk_mega_menu .large-12 a {
  border: 1px solid #eee;
  padding-inline: 10px;
  border-radius: var(--radius);
  line-height: 32px;
  font-size: .85rem;
  display: inline-block;
}

.lbk_mega_menu .large-12 a:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.lbk_mega_menu .large-12:not(:last-child) {
  border: none;
  margin-bottom: 8px;
}

@media screen and (max-width: 425px) {
  .section-2 .box-text {
    padding-bottom: 15px;
  }

  .logo-box {
    display: flex;
    align-items: center;
  }

  .logo-box .box-image {
    flex-basis: 50%;
    max-width: 50%;
    margin-right: 15px;
  }

  .logo-box .box-text {
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 1024px) {
  .header-main .flex-right {
    width: 100%;
    padding-left: 50px;
  }
}