/* CSS: for header right side button */
.header-custom-button-margin {
    margin: 0;
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    font-size: 18px !important;
}

.sp-megamenu-parent {
    margin: 0 35px !important;
}

.sp-megamenu-parent>li {
    padding: 0 7px 0 7px !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    font-size: 16px !important;
    padding: 10px 0 !important;
}

.header-custom-button {
    background-color: transparent;
    border: 1px solid #3B3B3B;
    padding: 7px 25px;
    font-family: Instrument Sans;
    font-size: 18px;
    font-weight: 500;
    display: inline;
    border-radius: 0;
    transition: .3s;
}

.header-custom-button a {
    color: #ffffff;
}

.header-custom-button:hover{
    background-color: #fff;
}

.header-custom-button:hover a{
    color: #000;
}

.qx-btn {
    transition: 0.3s !important;
}

.qx-card {
    padding: 0px !important;
}

.offcanvas-active .close-offcanvas .burger-icon>span {
    background: white !important;
}

/* Blog */
#sp-main-body {
    background-color: #F5F5F5;
}
  .page-header h1 {
    font-weight: 700;
}
  .page-header {
    padding-bottom: 100px !important;
}
  .article-intro-image img {
    width: 100% !important;
    height: 480px;
    background-size: cover;
}
.article-list .article {
    margin: 0 65px 55px 0;
    padding: 0px 0 0 0;
    border: none;
    border-radius: unset;
}
  .article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
    margin: 0px 0px 25px 0px;
    border-radius: 10px;
    border-bottom: unset;
    overflow: hidden;
}
  .article:hover .article-intro-image img {
    scale: 1.02;
    transition: all .3s ease-out;
}
  .article-info>span {
    font-size: 18px !important;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Instrument Sans';
    color: #525355;
}
  .article-header h2 {
    font-size: 44px !important;
    font-weight: 500;
    line-height: 54px;
    margin-bottom: 13px !important;
}
  .article-introtext p {
    font-size: 18px !important;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Instrument Sans';
    margin-bottom: 15px;
}

.article-list .article .readmore a {
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    text-transform: capitalize;
    font-family: 'DM Sans';
}
#sp-left .sp-module, #sp-right .sp-module {
    border: 1px solid rgba(14, 15, 17, 0.08);
    border-radius: 8px;
    margin-top: 40px;
}
#sp-main-body {
    padding: 85px 0 100px 0;
}
#sp-right {
    margin-top: 217px;
}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title:after {
    position: absolute;
    background: #AFF42A;
    height: 1px;
    width: 40px;
    content: '';
    bottom: 0;
    left: 0;
}

#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
    padding-bottom: 8px;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    border: none !important;
    color: #0e0f11;
}
.awesomplete input {
    padding: 15px 20px;
    border: 1px solid rgba(14, 15, 17, 0.08);
    border-radius: 8px;
    background: transparent;
}

.awesomplete {
    width: 100%;
    position: relative;
}
  button.btn.btn-primary {
    position: absolute;
    right: 10px;
    background: unset;
    color: rgba(14, 15, 17, 0.7);
    opacity: .7;
    border: unset;
    top: 0;
    bottom: 0;
}
  .awesomplete input::placeholder {
    opacity: .5;
}
  #sp-left .sp-module ul, #sp-right .sp-module ul {
    margin-top: -7px;
}
.mod-articles-date.list-inline-item {
    color: #525355;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    display: flex;
    padding-top: 5px;
}

.mod-articles-item-content {font-family: 'Instrument Sans';}
  .mod-articles-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.list-inline {
    margin-bottom: 10px;
}

.mod-articles-title a {
    color: #0e0f11;
}
.mod-articles-item {
    position: relative;
    height: 100px;
    padding: 0 0 0 120px;
    justify-content: center;
    margin: 10px 0 10px 0;
}

.mod-articles-item .article-intro-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
}

.mod-articles-item .article-intro-image img {
  height: 100%;
  object-fit: cover;
}
  .mod-articles-date.list-inline-item span {
    display: none;
}
  
  .sp-module-content {
    overflow: hidden;
}
  #sp-right .sp-module .tagscloud .tag-name {
    line-height: 28px;
    border: 1px solid rgba(14, 15, 17, 0.08);
    border-radius: 30px;
    padding: 2px 13px;
    background-color: transparent;
    color: #525355;
    text-transform: lowercase;
}

#sp-right .sp-module .tagscloud .tag-name:hover {
    background-color: #bae900;
    color: #000;
    border-color: #bae900;
}
  .pagination-wrapper .pagination {
    margin-bottom: 0 !important;
}
  .pagination-counter {
    display: none;
}
.pagination>li>a {
    width: 50px;
    height: 50px;
    font-weight: 600;
    font-size: 18px;
}

.page-link {
    padding: 10px 17px;
    margin: 0 10px;
    border-radius: 10px !important;
    border: 1px solid #555;
}

.pagination>.active>span:hover {
    border-color: rgba(14, 15, 17, 0.1);
    background: rgba(14, 15, 17, 0.1);
}
  .pagination>.active>span {
    background-color: #bae900;
    border-color: #bae900;
    color: #000;
    font-weight: 600;
}
  .pagenavigation .pagination a {
    padding: 5px 15px;
    background: transparent;
    color: #525355;
    font-size: 18px;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
}
  .icon-chevron-left, .icon-chevron-right {
    background: #000;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
}
  .pagenavigation .pagination a:hover .icon-chevron-left {
    background: #bae900;
    transition: all 0.3s;
  }

  .pagenavigation .pagination a:hover .icon-chevron-right {
    background: #bae900;
    transition: all 0.3s;
  }
  .icon-chevron-left {
    margin-right: 10px;
}
  .icon-chevron-right {
    margin-left: 10px;
}
  .pagenavigation {
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 85px;
    display: none;
}
.article-info {
    padding: 10px 0 0px 0;
    margin-bottom: 10px;
}
.article-body {
    display: flex;
    flex-direction: column;
}

.article-info {
    order: 1;
}

.article-header {
    order: 2;
}

.article-introtext {
    order: 3;
}
.cat-children {
    display: none;
}
.article-details {
    margin-right: 65px;
}