/* Overall - font */
body{
    letter-spacing: 1px;
    background-color: #faf8e3;
}
/* End Overall - font */

/* Overall - Heading */
.heading-arrow .sppb-addon-title:after, .newsberg-card .sppb-addon-title:after, .view-article .authors-posts-wrap .sppb-addon-title:after, .related-article-list-container .related-article-title:after {
    background-color: #f8c1d9;
    height: 3px;
    /* position: relative; */
    display: inline-block;
}
/* End Overall - Heading */

/* Overall - Heading Search */
@media (max-width: 991px){
    #sp-top1 {
        display: block;
        position:absolute;
        right:20px;
        z-index:2;
        top:25px;
        font-size:20px;
    }
}

@media (max-width: 767px){
    #sp-top1 {
        right:20px;
        top:10px;
    }
}
/* End Overall - Heading Search */

/* Overall - Header Current Time */
@media (max-width: 1439px){
    #sp-menu-right .sp-date {
        margin-top: 15px;
    }
    }
/* End Overall - Header Current Time */

/* Overall - Heading Menu - Drop down menu */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color: #9fd18b!important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
    color: #56a376!important;
    font-weight: 500!important;
}
/* End Overall - Heading Menu - Drop down menu */

/* Overall - Heading Menu - Left Menu */
li.menu-divider.menu-deeper.menu-parent {
    padding: 15px 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.6);
}
/* End Overall - Heading Menu - Left Menu */

/* Overall - Article Date */
.blog .items-row .item .newsberg-article-content .newsberg-article-introtext .published, .sppb-addon-articles .sppb-article-meta>span , .view-article .article-details .newsberg-details-img-wrapper .img-top-wrap .article-info:last-child .published{
    color:#9fd18b;
}
/* End Overall - Article Date */


/* Overall - Button */
.sppb-btn.sppb-btn-default {
    float: right;
    border-radius: 15px;
}

button.btn.btn-secondary {
    color: #000;
    background-color: #9fd18b;
}

button.btn.btn-secondary:hover {
    color: #fff;
    background-color: #54a276;
}

/* End Overall - Button */

/* Overall - Offcanvas */
body.ltr #offcanvas-toggler.offcanvas-toggler-left{
    margin-top:10px;
}
/* End Overall - Offcanvas */

/* Overall - Bottom */
#sp-bottom-top, #sp-bottom {
    background: #3a3a3a;
}
/* End Overall - Bottom */


/* Overall - Bottom Navigation */
.sppb-link-list-wrap.sppb-link-list-nav.sppb-nav-align-left i{
    min-width: 25px;
    text-align: center;
}
/* End Overall - Bottom Navigation */

/* Overall - Footer */
/*#sp-footer{
  margin-bottom:50px!important;
}*/
/* End Overall - Footer */

/* Home - Slider */
.sppb-addon-articles-thumb-slider .articles-thumb{
    background-color:#9fd18b;
    color:#000;
}

.sppb-addon-articles-thumb-slider .articles-thumb .swiper-slide-thumb-active {
    background-color:#54a276;
    color:#fff;
    background-image: unset;
}

.sppb-addon-articles-thumb-slider .articles-thumb .swiper-slide-thumb-active .article-counter {
  background-color: #54a276;
}

.slider-spbookmark-wrap.d-flex {
    display: none !important;
}

.sppb-addon-articles-thumb-slider .articles-thumb .swiper-slide {
  /* border-bottom:solid 1px #000; */
}
/* End Home - Slider */


/* Home - Article Card */
.sppb-addon-article, .related-article-list-container .article-list .article {
    border-radius: 15px;
    -webkit-box-shadow:  15px 15px 27px #e1e1e3, -15px -15px 27px #ffffff;
    box-shadow:  15px 15px 27px #e1e1e3, -15px -15px 27px #ffffff;
    display: block;
    top: 0px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: #fff
}

.sppb-addon-article:hover, .related-article-list-container .article-list .article:hover {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -6px;
  border: unset;
  background-color: white;
}

.sppb-addon-article img.sppb-img-responsive, .related-article-list-container .article-list .article img {
    border-top-left-radius: 15px!important;
    border-top-right-radius: 15px!important;
}

.sppb-addon-article .sppb-article-info-wrap h3, .com-content.view-category .blog .items-row .article-body h3 {
    min-height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 2;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

@media (max-width:1199px){
  .sppb-addon-article .sppb-article-info-wrap h3, .com-content.view-category .blog .items-row .article-body h3 {
    min-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    font-size:20px;
  }
}

@media (max-width:767px){
  .sppb-addon-article .sppb-article-info-wrap h3 {
    min-height: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
  }
}

.sppb-article-info-wrap .sppb-article-meta {
    margin-left: 0px;
}

.sppb-addon-article .sppb-article-info-wrap {
    margin-top: 5px;
    padding: 0px 5px;
}

@media (min-width:768px) and (max-width:991px){
    .sppb-addon.sppb-addon-articles .sppb-col-sm-3 {
        padding-left:10px;
        padding-right:10px;
    }
}

/* End Home - Article Card */


/* Home - Tabs */
.sppb-tab-content {
    margin-top: 25px;
}

.sppb-nav-tabs li a{
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    background-color: #9fd18b;
    color:#000
}

.sppb-nav-tabs li a:hover{
    background-color: #54a276;
    color:#fff
}

.sppb-nav-tabs li a:focus{
    background-color: #54a276;
    color:#fff
}

.sppb-nav-tabs li.active a {
    background-color: #54a276;
    color:#fff
}

.sppb-nav-tabs li.active a:hover {
    background-color: #54a276;
    color:#fff
}

.sppb-nav-tabs li.active a:focus{
    background-color: #54a276;
    color:#fff
}

/* End Home - Tabs */


/* Blog List - SubHeading */
span.subheading-category:after {
    content: "";
    width: 55px;
    height: 3px;
    transition: 0.3s;
    margin-left: 15px;
    margin-top: 10px;
    border-radius: 1px;
    background-color: #f8c1d9;
    display:inline-block;
}

span.subheading-category {
    margin-bottom: 30px;
    display: inherit;
}

@media (max-width:767px){
    span.subheading-category {
        margin-top:20px;
        font-size: 32px;
    }
}
/* End Blog List - SubHeading */


/* Blog List - Articles */
.blog .items-row article.item {
    border-radius: 15px;
    padding: 20px 15px 10px 15px;
}

.blog .items-row article.item .article-header {
    min-height: 80px;
}

.items-row .item .newsberg-article-content {
    display: flex;
    flex-direction: unset; 
}

@media (max-width:1199px){
    .items-row .item .newsberg-article-content .newsberg-article-image{
        order:unset;
    }
}

.blog .items-row .item .newsberg-article-content .newsberg-article-introtext > p {
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

.blog .items-row .item .newsberg-article-content .newsberg-article-image {
    flex: 1 0 50%;
    max-width: 50%;
}

.blog .items-row .item .newsberg-article-content .newsberg-article-introtext .published {
    bottom: 0px;
    position: absolute;
}

.article-spbookmark {
    display: none;
}
/* End Blog List - Articles */


/* Blog List - Related Articles */
.related-article-list-container .related-article-title:after {
    font-size: 22px;
    padding-bottom: unset;
    border-bottom: unset;
}

.related-article-list-container .related-article-title:after {
    content: "";
    width: 55px;
    height: 2px;
    transition: 0.3s;
    margin-left: 15px;
    margin-top: 10px;
    border-radius: 1px;
    background-color: #56a376;
}

body.com-content.view-article section.sppb-section {
    border-bottom: solid 1px;
}

.related-article-list-container {
    margin-top: 35px;
}

.article-list .article {
    margin-bottom: 30px;
    padding: unset;
    border: unset;
    border-radius: unset;
}

.related-article-list-container .article-info {
    display: block;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    margin-bottom: unset;
    margin-top: 5px;
    padding: 0px 5px;
}

.related-article-list-container .article-info h3 {
    min-height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width:1199px){
  .related-article-list-container .article-info h3 {
    min-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    font-size:20px;
  }
}

@media (max-width:767px){
  .related-article-list-container .article-info h3 {
    min-height: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
  }
}

.related-article-list-container span.published {
  color:#9fd18b;
}

/* End Blog List - Related Articles */


/* Right - Categories Module */
#sp-left .sp-module ul.categories-module > li.active h4 a, #sp-right .sp-module ul.categories-module > li.active h4 a {
    color: #56a376;
}

#sp-left .sp-module ul.categories-module > li h4 a:hover, #sp-right .sp-module ul.categories-module > li h4 a:hover {
    color: #9fd18b;
}
/* End Right - Categories Module */

/* Search - Form and result */
select.search-select-box {
    height: calc(3.25rem + 2px)!important;
}

legend.searchpphrase-legend, .form-group.searchphrase-container, .displaylimit-container {
    display:none;
}
/* End Search - Form and result */


/* Search - Pagination */
/* .page-item .page-link {
    color:#000;
    background-color: #9fd18b;
} */

.page-item.active .page-link {
    color:#fff;
    background-color: #54a276;
}

.page-item .page-link:hover, .page-item.active .page-link:hover{
    color:#fff;
    background-color: #54a276;
}
/* End Search - Pagination */

/* Tags - Tag cards */
body.com-tags.view-tags select#limit {
    display: none;
}

.com-tags.view-tags ul.category.list-group {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}

.com-tags.view-tags li.list-group-item.list-group-item-action {
    float: left;
    width: fit-content;
    padding:5px 10px;
    text-align:center;
    margin-right:10px;
    margin-bottom:10px;
}

@media (max-width:991px){
    .com-tags.view-tags li.list-group-item.list-group-item-action h3 {
        font-size:18px;
    }
}

@media (max-width:767px){
    .com-tags.view-tags li.list-group-item.list-group-item-action h3 {
        font-size:14px;
    }
}

/* End Tags - Tag cards */


/* Overall - Mega Menu */
.sp-megamenu-parent > li:not(:last-child) {
    margin-right: 15px;
}

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

@media (max-width:1200px) and (min-width:992px){
  .sp-megamenu-parent > li a {
    font-size: 14px!important;
    padding-right:8px;
  }
  .sp-megamenu-parent > li:not(:last-child) {
    margin-right: 10px;
  }
}

/* End Overall - Mega Menu */


/* End Overall - Offcanvas Menu */
.offcanvas-menu .offcanvas-inner .sp-module ul > li a{
    font-size: 18px;
}
/* End Overall - Offcanvas Menu */