.rg-latest-articles .rg-latest-articles-list,
.rg-post-cat ul.post-categories,
.rg-insight-artilces-section ul,
.rg-related-articles ul,
.rght-middle-related-article-list{
    list-style: none;
    padding: 0;
    margin: 0;
}

.rg-latest-article-section .vc_column-inner,
.rg-industry-resources-section .vc_column-inner,
.rg-most-read-section .vc_column-inner{
    padding-left:0 !important;
    padding-right:0 !important;
}

.rg-latest-articles-banner-box{
    max-width: 975px;
    margin: 0 auto;
    display: block;
    width: 100%;
    position: relative;
    top: 25px;
 }

.rg-latest-articles-banner-item{
    position: relative;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.rg-artciles-thumbnail {
    position: relative;
    flex: 0 0 55%;
    max-width: 55%;
    width: 55%;
    border-radius: var(--cs-image-border-radius);
    -webkit-clip-path: inset(0 0 0 0 round var(--cs-image-border-radius));
    clip-path: inset(0 0 0 0 round var(--cs-image-border-radius));
    overflow: hidden;
    height: 350px;
}

.rg-artciles-thumbnail img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2px;
}

.rg-articles-content{
    flex: 1;
    padding: 10px 0 10px 20px;
}

.rg-latest-articles-banner-item h3{
    position: relative;
    left: -85px;
    padding-top:15px;
    margin-bottom:10px;
}

.rg-latest-articles-banner-item h3 a{
    padding: 10px;
    background-color: #26547c;
    color: #ffffff;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    font-size: 1.6rem;
    line-height: 60px;
    transition: .25s;
    font-weight: 800;
}

.rg-latest-articles-banner-item h3 a:hover,
.rg-latest-articles-banner-item h3 a:focus,
.rg-latest-articles-banner-item h3 a:active{
    color: #000000 !important;
    text-decoration:none;
    background-color: #8bc34a;
}

.rg-articles-meta{
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #818181;
}

.rg-articles-meta i{
    margin-right: 5px;
}

.loader-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 9999;
}

.loader-wrapper img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 44px;
    animation: spin 1.9s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.rg-latest-articles{
    position: relative;
}

.rg-loader,
.rg-retail-news-loader{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width: 100%;
    height: 100%;
    background: #ffffffcc;
    z-index: 999;
    display: none;
}

.rg-loader img,
.rg-retail-news-loader img{
    position: absolute;
    top: 25%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
}

.rg-latest-articles .rg-latest-articles-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 15px;
    justify-items: center;  
}

.rg-latest-articles .rg-latest-articles-box{
    position: relative;
    border: 1px solid #dddddd;
    padding: 12px;
    margin: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    height: 100%;
    width: 100%;
    min-height: 345px;
    cursor: pointer;
    background-color: #fff;
    overflow: hidden;
    box-sizing:border-box;
}

.rg-related-articles .rg-related-articles-box{
    position: relative;
    border: 1px solid #dddddd;
    padding: 12px;
    margin: 0 5px 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    height: 375px;
    width: 100%;
    min-height: 375px;
    cursor: pointer;
    background-color: #fff;
    overflow: hidden;
    box-sizing:border-box;
}

.rg-related-articles-box .rg-articles-content-box h3 {
    font-size: 14px;
    line-height: 24px;
}

.rg-latest-articles .rg-latest-articles-box:hover,
.rg-latest-articles .rg-latest-articles-box:focus,
.rg-latest-articles .rg-latest-articles-box:active,
.rg-related-articles .rg-related-articles-box:hover,
.rg-related-articles .rg-related-articles-box:focus,
.rg-related-articles .rg-related-articles-box:active{
    background-color: #dce1de;
}

.rg-artciles-feature-img{
    position: relative;
    width: 100%;
    height: 200px;
}

.rg-artciles-feature-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rg-articles-content-box{
    position: relative;
    padding: 15px 0 0;
}

.rg-all-resources-content-box {
    text-align: center;
    position: relative;
    padding: 30px 10px 20px;
}

.rg-articles-content-box .rg-articles-content-link,
.rg-all-resources-content-box .rg-articles-content-link{
    height: 100%;
    display:block;
}

.rg-articles-content-box h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
    padding-bottom: 5px;
    padding-top: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    border-bottom: 1px solid transparent;
}

.rg-articles-content-box h3 a{
    color: #000000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.rg-articles-content-box h3:hover,
.rg-articles-content-box h3:focus,
.rg-articles-content-box h3:active,
.rg-latest-articles .rg-latest-articles-box:hover h3,
.rg-latest-articles .rg-latest-articles-box:focus h3,
.rg-latest-articles .rg-latest-articles-box:active h3{
    border-bottom: 1px solid #0000002e;
}

.rg-post-reaad-more-btn{
    font-family: Dosis;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    display: none;
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 100%;
    max-width: 110px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    background-color: #000000;
    text-transform: uppercase;
    text-align: center;
    box-shadow: 0 0em 0em rgba(0,0,0,0.2);
    padding: 5px;
    letter-spacing: 0.09em;
}

.rg-all-resources-content-box .rg-post-reaad-more-btn{
    margin: 20px auto 0 !important;
}

.rg-post-reaad-more-btn:hover,
.rg-post-reaad-more-btn:focus,
.rg-post-reaad-more-btn:active,
.rg-latest-articles .rg-latest-articles-box:hover .rg-post-reaad-more-btn,
.rg-latest-articles .rg-latest-articles-box:focus .rg-post-reaad-more-btn,
.rg-latest-articles .rg-latest-articles-box:active .rg-post-reaad-more-btn,
.rg-newsletter-section-text a:hover,
.rg-newsletter-section-text a:focus,
.rg-newsletter-section-text a:active{
    color: #8bc34a !important;
}

.rg-post-reaad-more-btn i{
    margin-left: 5px;
}

.rg-articles-author-date{
    color: #999999;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    text-align: left
}

.rg-articles-author-date span{
    margin-left: 5px;
}

.rg-post-cat{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    transform: translate(0px, 0px);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.rg-post-cat ul.post-categories li{
    display: none;
    vertical-align: top;
    width: auto;
}

.rg-post-cat ul.post-categories li:nth-child(1){
    display: inline-block;
}

.rg-post-cat ul.post-categories li a,
.rg-articles-cat-list a{
    background-color: #8bc34a;
    font-size: 10px;
    line-height: 20px;
    color: #000;
    padding: 3px 7px;
    margin-right: 2px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: "Dosis", sans-serif;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.rg-articles-cat-list a:hover,
.rg-articles-cat-list a:focus,
.rg-articles-cat-list a:active,
.rg-post-cat ul.post-categories li a:hover,
.rg-post-cat ul.post-categories li a:focus,
.rg-post-cat ul.post-categories li a:active{
    color: #8bc34a !important;
    background-color: #000000;
    text-decoration: none !important;
}

.rg-pagination,
.rg-your-news-pagination{
    margin-top: 30px;
}

.rg-rem-sticky-articles-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 15px;
    justify-items: center;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}

.rg-rem-sticky-article{
    position: relative;
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.rg-rem-sticky-article:hover,
.rg-rem-sticky-article:focus,
.rg-rem-sticky-article:active{}


.rg-rem-sticky-article-thumb{
    position: relative;
    height: 140px;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.rg-rem-sticky-article:hover .rg-rem-sticky-article-thumb,
.rg-rem-sticky-article:focus .rg-rem-sticky-article-thumb,
.rg-rem-sticky-article:active .rg-rem-sticky-article-thumb{
    opacity: 1;
}

.rg-rem-sticky-article-thumb::before{
    position: absolute;
    content: '';
    right: 0;
    left: 0;
    top:0;
    bottom:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}

.rg-rem-sticky-article-thumb img{
    border-radius: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.rg-rem-sticky-article-content {
    position: absolute;
    top: 0;
    padding: 15px 10px 0;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.rg-double-arrows-box i{
    font-size: 20px;
    line-height: 30px;
    color: #00000061;
    padding-right: 10px;
}

.rg-double-arrows-box:hover i,
.rg-double-arrows-box:focus i,
.rg-double-arrows-box:active i{
    text-decoration: none;
    color: #fff;
}

.rg-rem-sticky-article-content h3{
    margin-bottom: 10px;
}

.rg-rem-sticky-article-content h3 a{
    font-size: 15px;
    line-height: 25px;
    color: #000000;
    transition: .25s;
    display: block;
    font-weight: 600;
}

.rg-rem-sticky-article:hover h3 a,
.rg-rem-sticky-article:focus h3 a,
.rg-rem-sticky-article:active h3 a,
.rg-rem-sticky-article:hover .rg-rem-post-meta,
.rg-rem-sticky-article:hover .rg-rem-post-meta,
.rg-rem-sticky-article:hover .rg-rem-post-meta,
.rg-rem-sticky-article:hover .rg-double-arrows-box i,
.rg-rem-sticky-article:focus .rg-double-arrows-box i,
.rg-rem-sticky-article:active .rg-double-arrows-box i{
    text-decoration: none;
    color: #fff;
}

.rg-rem-post-meta{
    color: #999999;
    font-weight: 500;
    font-size: 11px;
    line-height: 21px;
    display: block;
}

.rg-rem-post-meta i{
    margin-right: 5px;
}


.rg-related-articles{
    opacity:0;
}

.rg-slider-spiner{
    display: none;
}

/*==== Insights Section CSS ====*/

.rg-insight-artilces-section{
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.rg-insight-artilces-col-one{
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    padding: 0 15px;
}

.rg-insight-artilces-col-one .rg-insight-artilces-feature-img{
    position: relative;
}

.rg-insight-artilces-col-one .rg-insight-artilces-feature-img img{
    width: 100%;
}

.rg-insight-artilces-col-one .rg-insight-content-box{
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 80%;
}

.rg-insight-artilces-col-one .rg-insight-content-box h3{
    margin-bottom: 10px;
}

.rg-insight-artilces-col-one .rg-insight-content-box h3 a{
    padding: 10px;
    background-color: #8bc34a;
    color: #000000;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    font-size: 22px;
    line-height: 55px;
    transition: .25s;
    font-weight: 800;
}

.rg-insight-artilces-col-one .rg-insight-content-box h3 a:hover,
.rg-insight-artilces-col-one .rg-insight-content-box h3 a:focus,
.rg-insight-artilces-col-one .rg-insight-content-box h3 a:active{
    color: #8bc34a;
    background-color: #000000;
}

.rg-insight-meta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.rg-insight-meta li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    margin: 5px 10px 5px 0 !important;
}

.rg-insight-meta li i{
    margin-right: 7px;
    font-size: 13px;
    line-height: 23px;
}

.rg-insight-cat-list a{
    background-color: #8B80F9;
    font-size: 10px;
    line-height: 20px;
    color: #fff;
    padding: 3px 7px;
    margin-right: 2px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: "Dosis", sans-serif;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.rg-insight-cat-list a:hover,
.rg-insight-cat-list a:focus,
.rg-insight-cat-list a:active{
    color: #000000 !important;
    background-color: #8bc34a;
    text-decoration: none;
}

.rg-insight-meta li a{
    color: #fff;
}

.rg-insight-meta li a:hover,
.rg-insight-meta li a:focus,
.rg-insight-meta li a:active{
    color: #8bc34a;
}

.rg-insight-artilces-col-two{
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    padding: 0 15px;
}

.rg-insight-artilces-col-one h2,
.rg-insight-artilces-col-two h2{
    position: relative;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.5px;
    color: #8B80F9;
    margin-top: 0;
    border-bottom: 2px solid #8B80F9;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 700;
}

.rg-insight-artilces-col-one h2 a,
.rg-insight-artilces-col-two h2 a{
    color: var(--gg-secondary);
}

.rg-insight-artilces-col-one h2 a:hover,
.rg-insight-artilces-col-two h2 a:hover,
.rg-insight-artilces-col-one h2 a:focus,
.rg-insight-artilces-col-two h2 a:focus,
.rg-insight-artilces-col-one h2 a:active,
.rg-insight-artilces-col-two h2 a:active{
    color: #fff;
}

.rg-insight-artilces-col-two ul .rg-insight-artilces{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #2e2e2e;
    padding: 0 0 15px;
    margin-bottom: 15px;
}

.rg-insight-artilces-col-two ul .rg-insight-artilces:last-child{
    border-bottom: 0;
    margin:0;
    padding: 0;
}

.rg-insight-artilces-col-two .rg-insight-artilces-feature-img{
    flex: none;
    align-self: flex-start;
    width: 100px;
    height: 70px;
    margin-right: 1rem;
    border-radius: var(--cs-image-border-radius);
    -webkit-clip-path: inset(0 0 0 0 round var(--cs-image-border-radius));
    clip-path: inset(0 0 0 0 round var(--cs-image-border-radius));
    overflow: hidden;
}

.rg-insight-artilces-col-two .rg-insight-artilces-feature-img img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.rg-insight-artilces-col-two h3{
    margin: 0;
}

.rg-insight-artilces-col-two h3 a{
    color: #fff;
    font-size: 13px;
    padding: 3px;
    margin: 0;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    line-height: 27px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.rg-pagination .page-numbers:hover,
.rg-pagination .page-numbers:active,
.rg-pagination .page-numbers:focus{
    color: #fff !important;
    background: #8bc34a !important;
}

.rg-insight-artilces-col-two h3 a:hover,
.rg-insight-artilces-col-two h3 a:focus,
.rg-insight-artilces-col-two h3 a:active{
    background-color: #8B80F9 !important;
    color: #fff;
    text-decoration:none;
}

.rg-insight-content-box h3 a:hover,
.rg-insight-content-box h3 a:focus,
.rg-insight-content-box h3 a:active,
.rg-articles-content-box h3 a:hover,
.rg-articles-content-box h3 a:focus,
.rg-articles-content-box h3 a:active{
    text-decoration:none;
}

.rg-display-on-desktop{
    display: block;
}

.rg-display-on-mobile,
.rg-insight-artilces-col-one h2,
.rg-display-on-tablet{
    display: none !important;
}


.rg-related-articles .slick-next:before,
.rg-related-articles .slick-prev:before{
    content: unset !important;
}

.rg-related-articles .slick-arrow{
    background-color: transparent !important;
    width: 40px !important;
    height: 40px !important;
    background-repeat: no-repeat !important;
}

.rg-related-articles .slick-prev {
    background-image: url('https://www.retailgazette.co.uk/wp-content/uploads/2024/03/left.png') !important;
    left: -35px;
}

.rg-related-articles .slick-next {
    background-image: url('https://www.retailgazette.co.uk/wp-content/uploads/2024/03/right.png') !important;
    right: -40px;
}

/* === Middle Related Articles CSS === */

.rg-related-articles-middle{
    display: flex;
    justify-content: flex-start;
    align-items: self-start;
    margin: 30px 0;
    width: 100%;
}

.rg-related-articles-middle h5{
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    width:12%;
}

.rg-middle-related-article-list{
    list-style: none;
    margin:0;
    padding: 0;
    width: 88%;
}

.rg-middle-related-article-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.rg-middle-related-article-img{
    width: 20%;
    position: relative;
}

.rg-middle-related-article-img img{
    width: 100%;
}

.rg-middle-related-article-content{
    width: 80%;
    padding-left: 25px;
    position: relative;
}

.rg-middle-related-article-content h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 8px;
    padding-bottom: 5px;
    padding-top: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.rg-related-articles-box .rg-articles-content-box h3:hover,
.rg-related-articles-box .rg-articles-content-box h3:focus,
.rg-related-articles-box .rg-articles-content-box h3:active,
.rg-related-articles-box .rg-articles-content-box a:hover,
.rg-related-articles-box .rg-articles-content-box a:active,
.rg-related-articles-box .rg-articles-content-box a:focus{
    text-decoration: none !important;
}

.rg-middle-related-article-content h3:hover,
.rg-middle-related-article-content h3:focus,
.rg-middle-related-article-content h3:active,
.rg-middle-related-article-content a:hover,
.rg-middle-related-article-content a:active,
.rg-middle-related-article-content a:focus{
    text-decoration: none !important;
    color: #8bc34a;
}

.rg-most-popular-posts-list{
    list-style: none;
    padding: 0;
    margin: 0;
}

.rg-most-popular-posts-item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: flex-start;
}

.rg-most-popular-posts-img{
    width:27%;
    height: 75px;
}

.rg-most-popular-posts-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.rg-most-popular-posts-content{
    width: 73%;
    padding-left: 10px;
}

.rg-most-popular-posts-content a{
    color: #111111;
    font-size: 12px;
    font-weight: 500;
    font-family: Poppins;
    line-height: 23px;
    padding: 2px 5px;
    background-color: #ffffff;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    transition: .25s;
}

.rg-most-popular-posts-item:hover .rg-most-popular-posts-content a,
.rg-most-popular-posts-item:focus .rg-most-popular-posts-content a,
.rg-most-popular-posts-item:active .rg-most-popular-posts-content a,
.rg-most-popular-posts-content a:hover,
.rg-most-popular-posts-content a:focus,
.rg-most-popular-posts-content a:active{
    background-color: #8bc34a;
    color: #111111;
    text-decoration: none;
}

.rg-post-published-date{
    display: block;
    padding-left: 5px;
    color: #aaa;
    font-family: Poppins;
    font-size: 11px;
    font-weight: 400;
}


@media all and (min-width: 480px) and (max-width: 786px){
    .rg-most-popular-posts-img{
        width:15%;
        height: 75px;
    }

    .rg-most-popular-posts-content{
        width: 85%;
        padding-left: 15px;
    }
	
	.rg-display-on-tablet{
		display: block !important;
	}
}
@media all and ( max-width: 768px ){
    
    .rg-related-articles .slick-dots{
        bottom: -25px !important;
    }
    
    .rg-latest-articles-slider-section .g-cols.via_flex.type_default{
        margin: 0 !important;
    }
    
    .rg-latest-articles-banner-box{
        padding: 50px 0px 0;
        top: unset;
    }
    
    .rg-latest-articles-banner-box ul{
        margin:0;
    }
    
    .rg-latest-articles-banner-item {
        flex-direction: column;
    }
    
    .rg-artciles-thumbnail{
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    
    .rg-articles-content{
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        position: relative;
        top: -33px;
    }
    
    .rg-latest-articles-banner-item h3{
        left: unset;
    }
    
    .rg-related-articles-middle{
        display: block;
    }
    
    .rg-related-articles-middle h5,
    .rg-middle-related-article-list{
        width: 100%;
    }
    
    .rg-middle-related-article-box {
        align-items: flex-start;
    }
    
    .rg-middle-related-article-img{
        width: 32%;
    }

    .rg-middle-related-article-content{
        width: 68%;
        padding-left: 10px;
    }
    
    .rg-middle-related-article-content h3{
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 4px;
    }
}


@media all and ( max-width: 540px ){

    .rg-latest-articles-banner-item h3 a,
    .rg-insight-artilces-col-one .rg-insight-content-box h3 a {
        padding: 5px;
        font-size: 20px;
        line-height: 45px;
    }

    .rg-insight-artilces-section,
    .rg-insight-meta,
    .rg-insight-artilces-col-one h2,
    .rg-display-on-mobile{
        display: block !important;
    }
    
    .rg-insight-artilces-col-two h2,
    .rg-insight-artilces-col-two,
    .rg-display-on-desktop{
        display: none !important;
    }

    .rg-articles-content{
        padding: 20px 5px 0 !important;
    }

    .rg-latest-articles .rg-latest-articles-list{
        grid-template-columns: repeat(1,1fr);
    }

    .rg-rem-sticky-articles-list{
        padding: 0 10px;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 5px;
    }

    .rg-rem-sticky-article-content h3 a{
        padding-left: 5px;
        font-size: 14px;
        line-height: 24px;
    }

    .rg-rem-sticky-article span{
        font-size: 18px;
        line-height: 28px;
        width: 20px;
        height: 20px;
    }

    .rg-latest-articles .rg-latest-articles-box,
    .rg-articles-box{
        min-height: auto !important;
        height: auto !important;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
	
	.rg-articles-listing .w-grid-item-h  {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 12px 10px !important;
        min-height: auto !important;
    }

	
	.rg-articles-listing .w-grid-item-h .post_title{
        margin-top: 0 !important;
    }
	
	.rg-articles-listing .w-grid-item-h .post_taxonomy {
        position: relative;
        top: unset;
        left: unset;
        z-index: unset;
        transform: unset;
    }
	
	.rg-artciles-feature-img-box, 
	.rg-artciles-feature-img-box .post_image  {
        position: relative;
        height: 90px !important;
        width: 100px !important;
		margin-right: 10px !important;
    }
	
	 .rg-articles-listing .w-grid-item-h .post_taxonomy{
        position: relative !important;
        top: unset !important;
        left: unset !important;
        transform: unset !important;
    }
	
	.rg-articles-listing  .w-grid-item-h .post_title {
        font-size: 12px !important;
        line-height: 22px;
    }
    
    .rg-articles-author-date {
        font-size: 10px;
        line-height: 20px;
    }
    
    .rg-latest-articles .rg-post-cat,
    .rg-articles-section .rg-post-cat{
        position: relative;
        top:unset;
        left:unset;
    }
    
    .rg-latest-articles .rg-artciles-feature-img,
    .rg-articles-section .rg-artciles-feature-img{
        position: relative;
        width: 30%;
        height: 100px;
    }
    
    .rg-latest-articles .rg-articles-content-box,
    .rg-articles-section .rg-articles-content-box {
        position: relative;
        padding: 0px 0 0 15px;
        width: 70%;
    }
    
    .rg-articles-content-box h3 {
        margin-top:5px;
        margin-bottom:5px;
        font-size: 12px;
        line-height: 22px;
    }


    
    .rg-feature-insights-section,
    .rg-rem-sticky-article-content {
        padding: 0 !important;
    }

    .rg-insight-artilces-col-one .rg-insight-content-box{
        position: relative;
        width: 100%;
        bottom: unset;
        left: unset;
        margin: 20px 0;
    }

    .rg-post-cat ul.post-categories li a, 
    .rg-insight-cat-list a, 
    .rg-articles-cat-list a{
        padding: 3px 5px !important;
    }
    
    .fa-twitter:before {
        height: 35px !important;
        background-size: 10px !important;
    }
    
    .rg-retail-news-section h2,
    .rg-latest-article-section h2 {
        display:block;
    }
    
    .rg-retail-news-section h2 a, 
    .rg-latest-article-section h2 a {
        font-size: 10px;
        line-height: 25px;
        display: block;
    }
	
	.rg-insight-artilces-col-one{
		padding: 0 !important;
	}
    
}

@media all and ( min-width: 540px ) and ( max-width: 768px ){
    
     .rg-rem-sticky-articles-list{
        padding: 0 10px;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 5px;
    }
    
    .rg-latest-articles .rg-latest-articles-list{
        grid-template-columns: repeat(2,1fr);
    }
    
    .rg-insight-artilces-col-one .rg-insight-content-box{
        position: relative;
        width: 100%;
        bottom: unset;
        left: unset;
        margin: 20px 0;
    }
    
    .rg-insight-artilces-section,
    .rg-insight-meta{
        display: block;
    }
    
    .rg-feature-insights-section,
    .rg-rem-sticky-article-content{
        padding: 0 !important;
    }
    
    .rg-insight-artilces-col-two ul{
        grid-template-columns: repeat(2,1fr);
        display: grid;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        grid-gap: 15px;
        justify-items: center;
    }
    
    .fa-twitter:before {
        height: 35px !important;
        background-size: 10px !important;
    }
	

    
}

@media all and ( min-width: 769px ) and ( max-width: 1024px ){
    
    .rg-feature-insights-section,
    .rg-rem-sticky-article-content{
        padding: 0 !important;
    }
    
    .rg-insight-artilces-col-one{
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    }
    
    .rg-insight-artilces-col-two{
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }
    
    .rg-insight-artilces-col-one .rg-insight-content-box h3 a{
        font-size: 24px;
        line-height: 58px;
    }
    
    .rg-latest-articles-banner-item h3 a{
        font-size: 24px;
        line-height: 58px;
    }
    
    .rg-latest-articles .rg-latest-articles-list{
        grid-template-columns: repeat(2,1fr);
    }
    
    .rg-rem-sticky-article-content h3 a {
        font-size: 16px;
        line-height: 26px;
    }
    
    .rg-rem-sticky-articles-list{
        padding: 0 10px;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 5px;
    }
    
    .rg-rem-sticky-article-content h3 a,
    .rg-articles-content-box h3{
        font-size: 14px;
        line-height: 24px;
    }
    
}

#rg-verification-code{
	background: #ffffff;
    border: 1px solid #00000038;
    height: 50px;
	font-family: "Poppins", sans-serif;
    padding: 10px;
    box-shadow: none;
}

#rg-submit-code-btn{
	    display: inline-block;
    width: 100%;
    max-width: 225px;
    margin: 10px auto;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    padding: 10px;
	
	    color: #000000;
    background-color: #8bc34a;
    border: 1px solid #8bc34a;
    letter-spacing: 0.3px;
    font-family: "Poppins", sans-serif;
}