/* what's new row column button and accordion */
.sp-module {
    width: auto ;
    float: right !important;
    margin-top: 15px;    color: #FFFFFF;
}
.mod-sppagebuilder.sp-page-builder .sppb-row-container {
    padding-left: 0px;     padding-right: 0px;
}
/* tags self page body.com-tags */
body.com-tags {
  margin-top:200px;  /*work*/
}
/* work on 08-01 today sudden not work */
body.com-tags #sp-header {
    background: #000000 !important;
    top: 0px !important;
}
/* Fix h3 font size for tag article list : sudden work on 08-04 */

body.com-tags .com-tags-tag__category.list-group > li.list-group-item > h3 {
    font-size: 26px !important;
}
body.com-tags .com-tags-tag__category.category.list-group > li.list-group-item.list-group-item-action > h3 {
    font-size: 26px !important;
}
/* Change color of 1st and 4th header menu items for tag pages ; sudden work on 08-04 */
body.com-tags #sp-header .sp-megamenu-parent.menu-fade-up.d-lg-block.d-none > li.sp-menu-item:nth-child(1) > a {
    color: #FFFFFF !important;
}
body.com-tags #sp-header .sp-megamenu-parent.menu-fade-up.d-lg-block.d-none > li.sp-menu-item:nth-child(5) > a {
    color: #45C3CB !important;
}
/* added again */
body.com-tags .transparent-header .sticky-wrapper:not(.is-sticky) #sp-header {
    background-color: #000000 !important;
    top: 0px !important;
}

body.com-tags #sp-header {
    background: #000000 !important;
    top: 0px !important;
}
/* strong css */
body.com-tags #sp-header,
body.com-tags .transparent-header .sticky-wrapper:not(.is-sticky) #sp-header,
body.com-tags .sticky-wrapper #sp-header {
    background: #000 !important;
    background-color: #000 !important;
    top: 0px !important;
}