/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
.wp-block-image {
    width: 100%;
}
.blog_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_img {
    height: 210px;
    overflow: hidden;
}
.custom_container {
    padding: 0 40px;
}
.author-image-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-navigation ul#menu-header-menu li:last-child a {
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    padding: 15px 25px;
    line-height: normal !important;
}
.main-navigation ul#menu-header-menu li:last-child a:hover, .blog_tabs_inner .tabs li input[type="radio"]:hover ~ label {
    background: #000;
    border-color: #000;
    color: #fff;
}
.blog_tabs_inner .tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.author .custom-pagination {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 20px 0 0;
}
.author.paged header.page-header {
    display: none;
}
.blog_tabs_inner .tabs li label{
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    cursor: pointer;
    background: #FFFFFF;
    border: 2px solid #1DA1F2;
    border-radius: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #1DA1F2;
    text-decoration: none;
}
.blog_tabs_inner .tabs li {
    position: relative;
}

.blog_tabs_inner .tabs li input[type="radio"] {position: absolute;opacity: 0;left: 0;right: 0;width: 100%;height: 100%;top: 0;bottom: 0;z-index: 99;cursor: pointer;margin: 0;}

.blog_tabs_inner .tabs li input[type="radio"]:checked ~ label {
    background: #000;
    border-color: #000;
    color: #fff;
}
.blog_tabs_inner .tab-content{
    display: none;
    background: #ededed;
    padding: 15px;

    line-height:1.4;
}

.blog_tabs_inner .tab-content.current{
    display: inherit;
}
.blog_header h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 63px;
    text-align: center;
    color: #2E363F;
}

.blog_header p {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #515767;
    max-width: 50%;
    margin: 0 auto;
}

.blog_header {
    padding: 100px 0 60px;
}
.blog_post_items {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    position: relative;
    padding-bottom: 40px;
}

.blog_post_content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #2E363F;
    margin: 0px 0 20px;
}

.blog_post_content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #515767;
}
.blog_read_more {
    background: #FFFFFF;
    border-top: 1px solid #E0E0E0;
    border-radius: 0px 0px 10px 10px;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.blog_read_more a {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #1DA1F2;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog_post_content {
    padding: 30px 20px;
}
.tabs_content_data {
    margin: 40px 0 70px;
    position: relative;
}
.tab-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.blog_pagination ul {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.blog_pagination ul li a {
    background: #FFFFFF;
    border: 1px solid #1DA1F2;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #1DA1F2;
    text-decoration: none;
}

.blog_pagination {
    margin: 50px 0 0;
}
.blog_pagination ul li.active a {
    background: #1DA1F2 !important;
    color: #fff !important;
}

.blog_pagination ul li.prev_page a, .blog_pagination ul li.next_page a {
    width: auto;
    padding: 0 18px;
    background: #EEF1F6;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #7A7A7A;
    border: 0px;
}
ul#menu-footer-menu li a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: #2E363F;
    text-decoration: none;
}

ul#menu-footer-menu li a:hover {
    color: #1da1f2;
}
.site-footer {
    border-top: 2px solid #EFF1F3;
    padding: 30px 0;
    background: #fff;
}
.site-footer .wp-block-button a.wp-block-button__link {
    border-radius: 4px;
    padding: 15px 30px;
}
.bulk_past_row {
    background: url("./assets/images/bulk-bg-desktop.png");
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 50px 70px 50px 130px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 240px;
    align-items: center;
    background-position: center center;
}
.bulk_past_tweet {
    margin: 0 0 70px;
}

.bulk_past_items h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #2E363F;
}

.bulk_past_items p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #515767;
}

.site_main_button {
    background: #1DA1F2;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    padding: 15px 40px;
    border: 0px;
}

.site_main_button:hover {
    background: #000;
    color: #fff;
}
.footer-bar-align-right .copyright-bar {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #2E363F;
}
.desktop-hidden{
  display: none;
}
.site-footer .footer-widgets-container .inside-footer-widgets h2.wp-block-heading {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #2E363F;
}
.single .comments-area, .single .inside-article .featured-image.page-header-image-single {
    display: none;
}
.image_author_section {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 2px solid #EFF1F3;
}

.author_image {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 100%;
}

.author_image img.image_author {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.author_name {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #2E363F;
    margin: 0;
}

.last_updated {
    display: flex;
    align-items: center;
    gap: 15px;
}

.last_updated span svg {
    height: 18px;
}

.last_updated span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #515767;
}
.bulk-Delete-side-box {
    background: url("./assets/images/single-side.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 50px 40px;
    border-radius: 10px;
}

.image_author_section-row {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 100px;
    margin-bottom: 70px;
}
.single header.entry-header h1.entry-title {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 63px;
    color: #2E363F;
    max-width: 70%;
    margin: 30px 0 60px;
}
.blog-single-right {
    background: url("./assets/images/sticky-image.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 30px;
    border-radius: 10px;
    position: sticky;
    top: 110px;
}
.blog-single-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 100px;
}
.blog-single-right h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #FFFFFF;
}

.site-white-border-btn {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    padding: 15px 40px;
    border: 2px solid #FFFFFF;
    border-radius: 4px;
    margin: 20px 0 30px;
}

.site-white-border-btn:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}
.tweet-delete-image {
    position: relative;
    left: -40px;
}
.blog-single-left h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #2E363F;
}

.blog-single-left p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #515767;
}
.related_blog_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0 30px;
    border-top: 2px solid #EFF1F3;
}

.related_blog_header h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #2E363F;
}
.site-blue-color {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #1DA1F2;
    border: 1px solid #1DA1F2;
    border-radius: 4px;
    text-decoration: none;
    padding: 15px 40px;
}

.site-blue-color:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}
.related_blog_post {
    margin: 0 0 60px;
}
.related_blog_post .blog_post_content {
    padding: 20px 20px;
}
.related_blog_post .blog_post_content h2 {
    margin: 0;
}
.bulk-Delete-side-box h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 50px;
    color: #2E363F;
}
.blog_post_content a {
    text-decoration: none;
}
.author_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nav-float-right #site-navigation {
    margin-left: 10px;
    width: 100%;
    position: relative;
}

.nav-float-right #site-navigation .main-nav ul li a {
    line-height: 40px;
    padding: 0 10px;
}
.nav-float-right #site-navigation .main-nav ul li.header-signBtn {
    position: absolute;
    right: 0;
}

.nav-float-right #site-navigation .main-nav ul li.header-signBtn a {
    padding: 15px 25px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-float-right #site-navigation .main-nav ul ul.sub-menu {
    width: 250px;
    padding: 10px 0;
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 5px;
}

.nav-float-right #site-navigation .main-nav ul ul.sub-menu li a {
    padding: 0px 30px;
}

.nav-float-right #site-navigation .main-nav ul ul.sub-menu li:last-child a {
    padding: 10px 30px;
    border-radius: 0px;
    border: 0px;
}

.nav-float-right #site-navigation .main-nav ul ul.sub-menu li:last-child a:hover {
    background: #2FA4E7;
}
.nav-float-right #site-navigation .main-nav ul li a span.dropdown-menu-toggle span.gp-icon.icon-arrow {
    position: relative;
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-float-right #site-navigation .main-nav ul li a span.dropdown-menu-toggle span.gp-icon.icon-arrow svg {
    display: none;
}

.nav-float-right #site-navigation .main-nav ul li a span.dropdown-menu-toggle span.gp-icon.icon-arrow:after {
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.blog_post_items:hover .blog_img img {
    transform: scale(1.2);
    transition: .3s;
}

.blog_post_items .blog_img img {
    transition: .3s;
}
/**************new-year-flash-sale-css**************/

.flash-sale-banner-main {
    text-align: center;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    padding: 5px;
    position: fixed;
    top: -100%;
    background: url("./assets/images/new-year-bg.svg");
    left: 0;
    right: 0;
    height: 70px;
    display: flex;
    z-index: 99999999999;
    transition: .7s ease-in-out;
    background-size: cover;
    background-position: center center;
}
.flash-sale-banner-main > img {
    max-width: 35px;
    margin-right: 10px;
    transition: .7s ease-in-out;
}
.flash-sale-banner-main .flash-close-btn svg {
    stroke: rgba(46, 54, 63, 1);
}
.flash-sale-banner-main label {
    margin: 0 0px 0 10px;
    transition: .7s ease-in-out;
    color: #FFF;
    font-family: Source Sans Pro;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.9px;
    text-transform: uppercase;
}
.flash-sale-banner-main label strong {
    font-weight: 700;
}
.flash-sale-banner-main .flash-sale-banner-timer {
  transition: .7s ease-in-out;
}
.flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block {
    border-radius: 4px;
    background: #FFF;
    border-radius: 4px;
    padding: 5px 15px;
    font-size: 20px;
    color: rgba(46, 54, 63, 1);
    font-weight: 500;
    display: inline-block;
    text-align: center;
    line-height: 1;
    margin: 0 5px;
    width: 52px;
    transition: .7s ease-in-out;
}
.flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.flash-sale-hour-block {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: rgba(46, 54, 63, 1);
    margin: 4px 0 0;
}
.flash-sale-banner-main .flash-clickable-link,
.single_post_banner .flash-clickable-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0s ease-in-out;
    z-index: 9;
}
.single_post_banner .flash-clickable-link{
  margin: 0;
}
.single_post_banner {
  text-align: center;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  padding: 5px;
  position: fixed;
  top: -100%;
  background: #DB2F60;
  left: 0;
  right: 0;
  height: 54px;
  display: flex;
  z-index: 99999999999;
  transition: .7s ease-in-out;
  color: #fff;
}
.flash-sale-banner-main .flash-close-btn, .single_post_banner .flash-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 70px;
    width: 70px;
    cursor: pointer;
    transition: .2s ease-in-out;
    transform: none;
    opacity: 1;
    z-index: 99;
    background: linear-gradient(76.06deg, #FF9A20 2.2%, #FFE09F 40.86%, #FFE3A6 56.33%, #FF9A20 98.86%);
    display: flex;
    align-items: center;
    justify-content: center;
}
span.new-year-text {
    color: #FFF;
    font-family: Source Sans Pro;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-right: 10px;
}
span.sale-text {
    border-radius: 3px;
    background: linear-gradient(76.06deg, #FF9A20 2.2%, #FFE09F 40.86%, #FFE3A6 56.33%, #FF9A20 98.86%);
    color: #2E363F;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    padding: 3px 5px;
}

.flash_sale_banner_content {
    display: flex;
    align-items: center;
}

span.vertical-pipe {
    width: 2px;
    height: 45px;
    display: inline-block;
    background: #fff;
    margin: 0 30px;
}
.flash-sale-year {
    display: flex;
    align-items: center;
    margin-right: 45px;
    border-left: 1.5px solid #fff;
    margin-left: 10px;
    padding-left: 10px;
}
span.new-year-text strong {
    color: #00FFFF;
}
body.flash-sale-banner-open {
    margin-top: 70px;
}
#wpadminbar {
    z-index: 9999999999 !important;
}
html[lang="id"] .flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block {
    font-size: 11px;
}
html[lang="id"] .flash-sale-banner-main .flash-sale-banner-timer {
    display: flex;
}
html[lang="id"] .flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.flash-sale-hour-block {
    font-size: 7px;
}
/**************new-year-flash-sale-css-end**************/
.blog-post-floating-banner {
       max-width: 1060px;
       margin: 0 auto;
       border-radius: 6px;
        background: #2E363F;
        box-shadow: 0px 10px 20px 10px rgba(50, 117, 208, 0.10);
       display: flex;
       align-items: center;
       left: 0;
       right: 0;
       z-index: 8;
       margin: 0px auto 50px;
       position: relative;
   }
   .blog-post-floating-banner .click-area {
       position: absolute;
       left: 0;
       right: 0;
       top: 0;
       bottom: 0;
   }
   .blog-post-floating-banner .blog-post-floating-banner-img {
        background: #0092ff;
        border-radius: 6px 0px 0px 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .blog-post-floating-banner-text {
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 0 30px 0 20px;
     font-size: 20px;
     font-style: normal;
     font-weight: 400;
     line-height: normal;
     color: #fff;
     width: 100%;
 }
 .blog-post-floating-banner-text a {
    color: #1DA1F2;
    text-decoration: underline;
    display: flex;
    align-items: center;
    font-size: 18px;
  }
   .blog-post-floating-banner-text a svg{
     max-width: 25px;
     margin: 0 0 0 10px;
   }
   .author .site-main article {
      max-width: 32%;
      flex: 0 0 32%;
      margin: 0;
  }

   .author nav#nav-below {
       flex: 0 0 100%;
       max-width: 100%;
   }

   .author header.page-header {
    max-width: 32%;
    flex: 0 0 32%;
    margin: 0;
    background: #eee;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
}
   .author .page-header .page-title {
       display: flex;
       align-items: center;
       justify-content: center;
       font-size: 24px;
       margin: 0 0 10px;
   }

   .author .entry-meta {
       display: none;
   }

   .author .entry-summary {
       display: none;
   }
   .author .page-header .page-title img.avatar {
        display: none;
    }
    .author .page-header .avatar {
        margin-right: 0;
    }

   .author .post-image a {
       height: 400px;
       overflow: hidden;
       display: block;
   }
.author.author-tweet-delete-team .post-image a {
    height: 500px;
    overflow: hidden;
    display: block;
}
.author-social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 0 0;
}
   .author .post-image img {
       width: 100%;
       height: 100%;
       object-fit: cover;
   }

   .author .site-main article .inside-article {
     padding: 0;
     margin: 0;
     position: relative;
     height: 100%;
     border-radius: 10px;
     overflow: hidden;
 }
 .last_updated_post a, .last_updated_post p {
     color: #1DA1F2;
     display: inline-block;
     text-decoration: underline;
 }
 .last_updated_post a:hover, .last_updated_post a:hover p {
    color: #000;
    text-decoration: none;
}
   .author h2.entry-title {
       font-size: 18px;
       text-align: center;
       background: #40abe8;
       color: #fff !important;
       padding: 15px 10px;
   }

   .author h2.entry-title a {
       color: #fff;
   }

   .author .post-image {
       margin: 0 !important;
   }

   .author header.entry-header {
       position: absolute;
       bottom: 0;
       left: 0;
       right: 0;
   }

   .author h2.entry-title a:hover {
       color: #fff;
   }
   .author .site-main article .inside-article:hover {
       opacity: .7;
   }
   .author .nav-links {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .author .nav-links a.page-numbers, .author .nav-links span.page-numbers.current {
    background: #eee;
    padding: 10px;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    width: fit-content;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.paging-navigation .nav-links>* span.screen-reader-text {
    width: fit-content;
    clip: unset;
    height: auto;
    margin: 0;
    position: static !important;
    clip-path: content-box;
}
html[lang="en-US"] .paging-navigation .nav-links>* span.screen-reader-text {
    display: none;
}

html[lang="en-US"] .paging-navigation .nav-links a.page-numbers, html[lang="en-US"] .paging-navigation .nav-links .page-numbers.current {
    width: 40px;
}

html[lang="en-US"] .author .nav-links a.next.page-numbers, html[lang="en-US"] .author .nav-links a.prev.page-numbers {
    width: auto;
}
.author .nav-links span.page-numbers.current {
    background: #40abe8;
    color: #fff;
}
.author .nav-links a.next.page-numbers, .author .nav-links a.prev.page-numbers {
    background: #000000;
    color: #fff;
    width: auto;
}
.author .nav-links a.next.page-numbers:hover, .author .nav-links a.prev.page-numbers:hover {
    background: #1ea1f1;
}
.author main#main {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin: 40px auto !important;
    max-width: 1270px;
}
.author-image-main {
    width: 100px;
    height: 100px;
    margin: 0 auto 7px;
    border-radius: 100px;
    overflow: hidden;
}

@media only screen and (max-width:1280px) {
  .author main#main {
      display: flex;
      flex-wrap: wrap;
      gap: 25px;
      max-width: 100%;
      padding: 0 40px;
  }
  .author header.page-header {
      max-width: 49%;
      flex: 0 0 49%;
  }
  .author .site-main article {
      max-width: 48%;
      flex: 0 0 48%;
      margin: 0;
  }
}
@media only screen and (max-width:1024px) {
.tab-content {
    grid-template-columns: 1fr 1fr;
}
.blog-post-floating-banner {
    max-width: 100%;
    margin: 0px 40px 50px;
}
.blog-post-floating-banner-text {
    font-size: 14px;
}
.blog-post-floating-banner-text a {
    font-size: 14px;
}
.flash-sale-banner-main {
    background-position: -90px 0;
    background-repeat: no-repeat;
    background-color: #000000;
    background-size: cover;
}
}
@media only screen and (max-width: 992px) {
  .flash-sale-banner-main .flash-close-btn svg {
    stroke: rgb(255 255 255);
}
.author header.page-header, .author .site-main article {
    max-width: 100%;
    flex: 0 0 100%;
}
.flash-sale-banner-main .flash-close-btn, .single_post_banner .flash-close-btn {
    height: 71px;
    width: 28px;
    background: transparent;
}
}
@media only screen and (max-width: 767px) {
  .tab-content {
      grid-template-columns: 1fr;
  }

  .blog_header p {
      max-width: 100%;
      font-size: 18px;
  }

  .blog_header h1 {
      font-size: 35px;
  }

  .blog_header {
      padding: 40px 0;
  }

  .blog_tabs_inner .tabs {
      flex-wrap: wrap;
  }

  .blog_tabs_inner .tabs li label{
      padding: 10px 15px;
  }

  .tabs_content_data {
      margin: 50px 0;
  }

  .blog_pagination ul {
      flex-wrap: wrap;
      gap: 20px;
  }
  .site-header button.menu-toggle {
    padding: 0;
    border: 1px solid rgba(217, 217, 217, 0.3);
    width: 40px;
    height: 40px;
    line-height: normal;
}

.site-header button.menu-toggle svg {width: 25px;height: 25px;}

.bulk_past_row {
    background: none;
    background-size: cover;
    padding: 0px;
    display: block;
}
.bulk_past_tweet {
    background: url(./assets/images/bulk-bg-mobile.png);
    background-size: cover;
    padding: 50px 0;
    display: block;
    margin: 0;
}
.bulk_past_items {
    text-align: center;
}
.bulk_past_items h2 {
    font-size: 27px;
    line-height: normal;
}
.custom_container {
    padding: 0 30px;
}
.bulk_past_items p {
    font-size: 14px;
}

.site_main_button {
    display: block;
    width: 100%;
}
.desktop-hidden{
  display: block;
}
.mobile-hidden{
  display: none;
}
.footer-widget-1, .footer-widget-2 {
    text-align: center;
}

.site-footer .footer-widgets-container .inside-footer-widgets h2.wp-block-heading {
    color: #2E363F;
    font-size:26px;
}
.site-footer .footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-2 .wp-block-buttons {
    justify-content: center;
}
.single header.entry-header h1.entry-title {
    max-width: 100%;
    text-align: center;
    font-size: 35px;
    line-height: normal;
}
.image_author_section-row, .blog-single-content {
    grid-template-columns: 1fr;
    gap: 40px;
}

.image_author_section {
    flex-flow: column;
    text-align: center;
    padding: 0 0 40px;
    gap: 10px;
}

.bulk-Delete-side-box {
    padding: 30px;
}

.bulk-Delete-side-box h2 {
    font-size: 24px;
    text-align: center;
}

.blog-single-left h3 {
    font-size: 24px;
    line-height: normal;
}

.blog-single-left p {
    font-size: 14px;
    line-height: 24px;
}

.blog-single-right-main {
    display: none;
}

.related_blog_header h2 {
    font-size: 18px;
    margin: 0;
}

.related_blog_header .site-blue-color {
    padding: 15px 20px;
    font-size: 16px;
}

.related_blog_post .tab-content {
    grid-template-columns: 1fr 1fr;
}

.related_blog_post .tab-content .blog_post_content h2 {
    font-size: 12px;
    line-height: 16px;
}

.related_blog_post .tab-content
 .blog_post_content {
    padding: 10px 20px;
}

.related_blog_post .tab-content
 .blog_read_more {
    padding: 10px;
}

.related_blog_post .tab-content
 .blog_read_more a {
    font-size: 12px;
}
.single main#main {
    margin-bottom: 0;
}
.nav-float-right #site-navigation .main-nav ul li a {
    padding: 0;
    display: inline-block;
}

.nav-float-right #site-navigation {
    margin: 0;
}

.nav-float-right #site-navigation .main-nav ul li a span.dropdown-menu-toggle span.gp-icon.icon-arrow:after {
    top: 20px;
}

.nav-float-right #site-navigation .main-nav ul li.header-signBtn {
    position: static;
    margin: 10px 0 0;
    justify-content: center;
    text-align: center;
}

.nav-float-right #site-navigation .main-nav ul li.header-signBtn a {
    justify-content: center;
}
.nav-float-right #site-navigation .main-nav ul ul.sub-menu {
    width: 100%;
}

.nav-float-right #site-navigation .main-nav ul ul.sub-menu li a {
    padding: 9px 20px;
    line-height: normal;
    font-size: 14px;
    display: block;
}

.nav-float-right #site-navigation .main-nav ul ul.sub-menu li:last-child a {
    padding: 9px 20px;
}
.blog-post-floating-banner-text a {
    font-size: 10px;
    width: 120px;
}
.blog-post-floating-banner-text {
    padding: 0 15px 0 15px;
    font-size: 9px;
    color: #fff;
    width: 100%;
    gap: 10px;
}
.blog-post-floating-banner-text a {
    font-size: 11px;
    width: 150px;
    display: flex;
    justify-content: end;
}
.blog-post-floating-banner-text a svg {
    width: 6px;
    margin: 0 0 0 10px;
}
.blog-post-floating-banner {
    position: fixed;
    bottom: 0;
    left: 15px;
    right: 15px;
}
.author .nav-links {
    flex-wrap: wrap;
}
}
/**************new-year-flash-sale-media-css-**************/
header#masthead {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
}
body.flash-sale-banner-open header#masthead {
    top: 68px;
}
#page {
    padding-top: 78px;
}
.author-bio-section .author-flex {
    align-items: flex-start;
}

.author-bio-section .author-image {
    border-radius: 100px;
    overflow: hidden;
}
@media (max-width: 980px){
.flash-sale-banner-main label {
    font-size: 14px;
}
span.new-year-text {
    font-size: 14px;
    margin-right: 10px;
}
span.sale-text {
    font-size: 10px;
}
span.vertical-pipe {
    margin: 0 20px;
}
.flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block {
    padding: 5px 5px;
    font-size: 14px;
    margin: 0 3px;
    width: 30px;
}
.flash-sale-year {
    margin-right: 15px;
}
.flash_sale_banner_content svg {
    max-width: 20px;
}
.blog-post-floating-banner {
    margin: 0px auto 50px;
}
.flash-sale-banner-main .flash-close-btn, .single_post_banner .flash-close-btn {
    height: 70px;
    width: 45px;
    background: transparent;
}
}

@media (max-width: 600px){
  .flash-sale-banner-main {
    background: url("./assets/images/new-year-bg-mobile.svg");
    background-size : cover;
  }
  .flash-sale-banner-main.flash-sale-banner-new-year label {
      text-align: left;
      max-width: 60px;
      font-size: 10px;
      line-height: 11px;
      margin-right: 0;
  }
.flash_sale_banner_content svg {
    max-width: 20px;
}
.flash-sale-year {
    margin-right: 0;
    display: block;
    text-align: left;
}
.flash-sale-banner-main.flash-sale-banner-new-year .new-year-text {
    font-size: 8px;
    position: relative;
}
html[lang="nl"] .flash-sale-banner-main.flash-sale-banner-new-year .sale-text {
    font-size: 7px;
    line-height: normal;
}
.flash-sale-banner-main.flash-sale-banner-new-year .sale-text {
    font-size: 8px;
    display: flex;
    max-width: fit-content;
    height: 20px;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: normal;
}
  .flash-sale-banner-main .flash-sale-banner-timer {
      width: 130px;
  }
  .flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.sale_minute,
  .flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.sale_hour,
  .flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.sale-second {
      width: 27px;
      font-size: 12px;
      height: 27px;
  }
  .flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.flash-sale-hour-block {
    font-size: 9px;
}
  .flash-sale-banner-main .flash-sale-banner-timer {
    transition: 0.7s ease-in-out;
    display: flex;
    align-items: center;
    gap: 0;
    margin-left: 0;
}
span.vertical-pipe {
  margin: 0 5px;
  position: relative;
  bottom: -14px;
}
.flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block {
    padding: 5px 7px;
    font-size: 13px;
    margin: 0 4px;
    width: 33px;
    background: #fff;
}
html[lang="id"] .flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block span.flash-sale-hour-block {
    font-size: 5px;
    margin: 0;
}
html[lang="id"] .flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block {
    font-size: 10px;
    height: 35px;
}
html[lang="de"] .flash-sale-banner-main.flash-sale-banner-new-year label {
    font-size: 8px;
}
html[lang="fr"] .flash-sale-banner-main.flash-sale-banner-new-year label {
    font-size: 6px;
}
html[lang="tr"] .flash-sale-banner-main.flash-sale-banner-new-year .new-year-text {
    font-size: 5px;
    margin: 0;
}
.blog-post-floating-banner .blog-post-floating-banner-img img {
    max-width: 45px;
}
html[lang="id"] .blog-post-floating-banner-text, html[lang="it"] .blog-post-floating-banner-text, html[lang="ro"] .blog-post-floating-banner-text, html[lang="de"] .blog-post-floating-banner-text, html[lang="pt"] .blog-post-floating-banner-text, html[lang="fr"] .blog-post-floating-banner-text, html[lang="tr"] .blog-post-floating-banner-text, html[lang="es"] .blog-post-floating-banner-text {
    font-size: 8px;
}
html[lang="id"] .blog-post-floating-banner-text a, html[lang="hi"] .blog-post-floating-banner-text a, html[lang="ro"] .blog-post-floating-banner-text a, html[lang="de"] .blog-post-floating-banner-text a, html[lang="pt"] .blog-post-floating-banner-text a, html[lang="fr"] .blog-post-floating-banner-text a, html[lang="tr"] .blog-post-floating-banner-text a, html[lang="es"] .blog-post-floating-banner-text a {
    font-size: 8px;
}
.author main#main {
    padding: 0 20px;
}
}
@media (max-width: 340px){
  .custom-pagination {
    flex-wrap: wrap;
}
.flash-sale-banner-main.flash-sale-banner-new-year label {
    text-align: left;
    max-width: 40px;
    font-size: 6px;
    line-height: 11px;
    margin-right: 0;
}
.flash-sale-banner-main.flash-sale-banner-new-year .new-year-text {
    font-size: 5px;
    position: relative;
}
.flash-sale-banner-main.flash-sale-banner-new-year .sale-text {
    font-size: 5px;
    letter-spacing: 0.4px;
    line-height: normal;
}
.flash-sale-banner-main .flash-sale-banner-timer {
    width: 120px;
}
.flash-sale-banner-main .flash-sale-banner-timer .flash-sale-timer-block {
    padding: 5px 7px;
    font-size: 10px;
    margin: 0 4px;
    width: 25px;
}
.flash-sale-banner-main .flash-close-btn, .single_post_banner .flash-close-btn {
    right: 10px;
}
html[lang="nl"] .flash-sale-banner-main.flash-sale-banner-new-year .sale-text {
    font-size: 6px;
    line-height: normal;
}
html[lang="de"] .flash-sale-banner-main.flash-sale-banner-new-year label {
    text-align: left;
    max-width: 50px;
    font-size: 6px;
}
.blog-post-floating-banner-text {
    font-size: 7px;
}
.blog-post-floating-banner-text a {
    font-size: 7px;
    width: 120px;
}
.flash_sale_banner_content svg {
    max-width: 15px;
}
.related_blog_post .tab-content {
    grid-template-columns: 1fr;
}
html[lang="id"] .blog-post-floating-banner-text a,
html[lang="hi"] .blog-post-floating-banner-text a,
html[lang="ro"] .blog-post-floating-banner-text a,
html[lang="de"] .blog-post-floating-banner-text a,
html[lang="pt"] .blog-post-floating-banner-text a,
html[lang="fr"] .blog-post-floating-banner-text a,
html[lang="tr"] .blog-post-floating-banner-text a,
html[lang="es"] .blog-post-floating-banner-text a {
    font-size: 6px;
}
}
/**************new-year-flash-sale-medai-css-end**************/
#blog_post_loader {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgb(255 255 255 / 90%);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.is-hide{
  display:none;
}




/* Custom Pagination */
.custom-pagination { display: flex; gap: 10px; align-items: center; margin: 5rem auto; justify-content: center }
.custom-pagination .page-numbers { display: block; transition: all .3s; font-size: 20px; font-weight: 400; border: 1px solid #1DA1F2; padding: 10px 20px; text-decoration: none; color: #1DA1F2; line-height: 24px; background: #fff; border-radius: 2px; text-align: center }
.custom-pagination .page-numbers.dots { display: none }
.custom-pagination .page-numbers.current, .custom-pagination .page-numbers:hover { background: #1DA1F2; color: #fff }

.wp-block-heading.headingh2{
	font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #2E363F;
}
.bulk_past_items.headingh2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #2E363F;
	margin-bottom: 15px !important;
    display: block;
}
.bulk_past_items-h2.headingh2{
	font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 50px;
    color: #2E363F;
	margin-bottom: 15px !important;
    display: block;
}
.bulk_past_items.headingh2.white{color: #FFFFFF;}




#ez-toc-container > p {
    color: #2E363F;
    font-weight: 600 !important;
    font-size: 24px !important;
}

#ez-toc-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    border: none;
    padding: 12px 15px;
}

#ez-toc-container nav {
    width: 100%;
}

#ez-toc-container nav ul {
    padding: 12px 0 10px 0;
    border-top: 1px solid #ddd;
}

#ez-toc-container nav ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #666;
}

#ez-toc-container label {
    border: 1px solid #ddd;
    border-radius: 4px;
}


body { color: #515767 !important }
#breadcrumbs {
    background: #f5f7fb;
    padding: 15px 60px;
    margin:0;
}


/* 11-nov-2025 */
#menu-item-1444-sub-menu li a{
	line-height:34px !important;
	text-transform:none;
}



@media screen and ( min-width: 768px ) {
	.mobile--only { display: none !important }
}
@media screen and ( max-width: 767px ) {
	.desktop--only { display: none !important }
    .custom-pagination { flex-wrap: wrap; margin: 2.5rem auto }
    .custom-pagination .page-numbers { font-size: 18px; padding: 7px 15px }
    .home .blog_header { padding-bottom: 0 }
    .home .blog_header h1 { margin: 0 }
    .home .tabs_content_data { margin: 40px 0 }
    .blog_tabs .blog_post_content h2 { margin-bottom: 10px }
    .blog_tabs .blog_post_content p:empty { display: none }
    .blog_tabs .tab-content { gap: 40px }
    .single-blog-articles .author_image { width: 60px; height: 60px }
    .blog-single-left p { font-size: 18px }
	.wp-block-gallery figure.wp-block-image img { margin-top: 10px }
	.bulk_past_items-h2.headingh2, h2, .related_blog_header h2, .bulk_past_items.headingh2 { font-size: 28px; line-height: 1.2em }
	.site-blue-color { display: block; max-width: fit-content; margin: 30px auto 0 }
	#breadcrumbs { margin: -50px -30px 0; padding: 15px 30px }
	.bulk-Delete-side { margin-bottom: 20px }
}

.author-social-links a[href^="mailto:"] { display: none }
