/* Start Custom.css */

body {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

.footer {
    padding: 30px 0;
}

.bold {
    font-weight: bold;
}

body.lotusui30dojo {
    font-size: 14px;
}

.wpthemeInner {
    width: 100%;
}

.wpthemeFrame {
    min-width: 1px;
}

.wpthemeLayoutContainers {
    padding: 0;
}

.wpthemeCol {
    margin: 0;
}

.wptheme1Col .wpthemeCol {
    width: 100%;
}

.wpthemeControl {
    margin: 0;
}

.hero-edit-section {
    background-color: #f2f2f2;
    padding: 5px 20px 10px;
    overflow: hidden;
}

.edit-row {
    padding: 5px 0;
    border-top: 1px solid grey;
    overflow: hidden;
}

.one-col-row {
    padding-top: 50px;
    padding-bottom: 50px;
}

.two-col-row {
    padding-top: 50px;
    padding-bottom: 50px;
}

.hero-background {
    background-size: cover;
    background-position: center;
}

.hero-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    padding: 5px;
}

.heroText {
    padding: 20px 0;
}

.heroTitleSpacing {
    margin-left: 1.5rem !important;
    padding-bottom: 2rem !important;
}

@media(min-width: 992px) {
    .heroTitleSpacing {
        margin-left: -15px !important;
        padding-bottom: 0 !important;
    }
}

.hero-inner {
    position: relative;
}

.media-image {
    position: relative;
}

.media-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.image-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    padding: 0 15px;
}

/** TGP STYLES **/

:root {
    --tgp-red: #cc0000;
    --tgp-dark-red: #b90000;
    --tgp-white: #ffffff;    
    --tgp-yellow: #ecb74d;
    --tgp-dark-grey: #404040;
  }
  
.tgp-red {
    color: var(--tgp-red);
}
  
.tgp-dark-red {
    color: var(--tgp-dark-red);
}

.tgp-yellow {
    color: var(--tgp-yellow);
}

.tgp-white {
    color: var(--tgp-white);
}

.tgp-dark-grey {
    color: var(--tgp-dark-grey);
}

a {
    color: var(--tgp-red);
}

a:hover, a:focus {
    text-decoration: underline;
    color: var(--tgp-dark-red);
}

p:last-child {
    margin-bottom: 0;
}

.underline {
    text-decoration: underline;
}

p, p strong, p strong span {
    line-height: 1.5;
}

.cursor-pointer {
    cursor: pointer;
}

.subnav-link-container .active {
    border-bottom: 2px solid #fff;
}

.subnav- a:hover {
    text-decoration: none;
}

.link-container {
    padding-top: 2.5rem!important;
}

.tgp-main-nav-link {
    color: var(--tgp-white) !important;
}

.tgp-main-nav-link:hover,
.active.tgp-main-nav-link {
    color: var(--tgp-white) !important;
}

@media(min-width: 992px) {
    .tgp-main-nav-link:after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 100%;
        padding-top: 0.15rem;
        border-bottom: 0.1rem solid var(--tgp-red);
    }

    .tgp-main-nav-link:hover:after, .active.tgp-main-nav-link:after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 100%;
        padding-top: 0.15rem;
        border-bottom: 0.1rem solid var(--tgp-white);;
    }
}

.nav-item {
    color: var(--tgp-white);
    margin: 0px 15px;
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
}

@media(min-width: 992px) {
    .nav-item:nth-child(5) {
        margin-right: 0;
    }
}

.nav-item:hover {
    text-decoration: none;
}

.navbar-nav .nav-item:hover {
    color: var(--tgp-yellow) !important;
}

.nav-item.nav-btn {
    margin: 10px;
}

.nav-btn {
    display: none;
}

@media(min-width: 992px) {
    .nav-btn {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }
}

.ul-mobile-nav {
    padding: 25px 0;
}

@media(min-width: 992px) {
    .ul-mobile-nav {
        padding: unset;
    }
}

.navbar-collapse {
    background-color: var(--tgp-dark-grey);
}

@media(min-width:992px) {
    .navbar-collapse {
        background-color: var(--tgp-dark-grey);
    }
}

.navbar-collapse {
    position: absolute;
    top: 54px;
    right: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
    transition: all 0.3s ease;
    display: block;
}

.navbar-collapse.collapsing {
    height: auto !important;
    margin-right: 50%;
    transition: all 0.3s ease;
    display: block;
}

.navbar-collapse.show {
    right: 0;
}

.mobile-nav {
    min-height: 80px;
    z-index: 999;
}

.fixed-top .mobile-nav {
    min-height: 60px;
}

.fixed-top .mobile-nav.transition, .mobile-nav.transition {
    -webkit-transition: min-height 0.25s linear;
    -moz-transition: min-height 0.25s linear;
    -o-transition: min-height 0.25s linear;
    transition: min-height 0.25s linear;
}

.fixed-top .brand-image {
    width: 100%;
}

.fixed-top.transition .brand-image, .transition .brand-image {
    -webkit-transition: width 0.25s linear;
    -moz-transition: width 0.25s linear;
    -o-transition: width 0.25s linear;
    transition: width 0.25s linear;
}

.fixed-top.transition .tgp-nav.navbar, .transition .tgp-nav.navbar {
    -webkit-transition: min-height 0.25s linear;
    -moz-transition: min-height 0.25s linear;
    -o-transition: min-height 0.25s linear;
    transition: min-height 0.25s linear;
}

.fixed-top .nav-link {
    font-size: 20px;
}

.tgp-nav-container {
    max-width: 100%;
    margin: auto;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

@media (min-width: 992px) {
    .tgp-nav-container:not(.fixed-top) {
        max-width: 90%;
    }
}

@media(min-width:1200px) { 
    .tgp-nav-container:not(.fixed-top) {
        max-width: 80%;
    }
}

.banner-hero {
    width: 100%;
}

.banner-text {
    font-weight: 500;
}

.header-links {
    display: none;
    background-color: var(--tgp-dark-grey);
    height: 2.55em;
}

@media(min-width: 992px) {
    .header-links {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }
}

.tgp-image {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
}

@media(min-width:992px) {
    .tgp-image {
        max-width: 95%;
    }
}

.tgp-top-nav-link {
    color: var(--tgp-white);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.tgp-sm-svg {
    width: 20px;
}

.tgp-svg {
    width: 40px;
}

.tgp-lg-svg {
    width: 60px;
}

.header-links .nav-item {
    margin: 0;
    padding: 0.5em 1em;
    color: var(--tgp-white);
    font-size: 14px;
}

.nav-link {
    color: var(--tgp-white);
    font-size: 23px;
    font-weight: 700;
}

.nav-subnav-link {
    color: var(--tgp-white) !important;
    font-size: 14px;
    font-weight: 500;
    padding: 0.25rem 0rem;
}

.tgp-nav.navbar {
    background-color: var(--tgp-red);
    padding: 0;
}

.tgp-nav.navbar:not(.fixed-top) {
    min-height: 100px;
}

@media(min-width: 992px) {

    .fixed-top .tgp-nav.navbar {
        min-height: 65px !important;
    }

    /* .tgp-nav.navbar:not(.fixed-top) {
        min-height: 128px;
    } */
}

.tgp-nav.navbar.fixed-top {
    min-height: 60px;
    height: 60px;
}

@media(min-width: 992px) {
    .tgp-nav.navbar.fixed-top {
        padding: 0rem 10vw;
    }
}

.tgp-navbar-collapse {
    border-bottom: 6px solid var(--tgp-dark-grey);
    border-radius: 3px;
    z-index: 99;
    width: 95%;
}

@media(min-width: 992px) {
    .fixed-top .tgp-navbar-collapse {
        position: static;
        height: 60px
    }
    .tgp-navbar-collapse {
        top: 0px;
        position: inherit;
    }
}

.faded {
    filter: brightness(0.2);
    pointer-events: none;
}

.navbar-collapse.collapsing {
    display: block;
    transition: all 0.4s ease;
    top: 0;
}

.tgp-ham {
    display: inherit;
}

.tgp-x {
    display: none;
}

@media(min-width: 992px) {
    .tgp-navbar-collapse {
        border-bottom: none;
    }
}

.btn-tgp {
    font-weight: 700;
    font-size: 16px;
    color: var(--tgp-white) !important;
    border-radius: 10px;
    background-color: var(--tgp-white);
    padding: .5rem 1rem;
    border: 2px solid var(--tgp-red);
    text-transform: uppercase;
}

.btn-tgp.btn-directions {
    font-size: 18px;
}

.btn-tgp:hover {
    box-shadow: none;
    color: var(--tgp-white) !important;
    background-color: var(--tgp-red);
    text-decoration: none;
}

.btn-tgp.btn-reverse.active {
    color: var(--tgp-red) !important;
    background-color: var(--tgp-white);
    background-color: var(--tgp-red);
}

.btn-tgp.btn-reverse {
    color: var(--tgp-white) !important;
    background-color: var(--tgp-red);    
}

.btn-tgp.btn-reverse:hover, .btn-tgp.btn-hero:hover {
    color: var(--tgp-red) !important;
    background-color: var(--tgp-white) !important;
}

.btn-careers {
    margin-right: 2rem;
}

.btn-tgp.btn-hero {
    color: var(--tgp-white) !important;
    background-color: transparent;
    border: 2px solid #fff !important;
}

.nav-btn-fcl {
    padding-left: 20px;
    padding-right: 20px;
}

.tgp-header {
    background-color: var(--tgp-red);
}

.tgp-list-item {
    list-style-type: none;
    font-weight: 700;
    font-size: 18px;
    color: var(--tgp-white);
    text-align: center;
}

@media(min-width: 768px) {
    .tgp-list-item {        
        text-align: left;
    }
}

.footer-list {    
    padding-inline-start: 0;
    -webkit-padding-start: 0;
}

.footer-link {
    color: var(--tgp-white);
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
}

@media(min-width: 768px) {
    .footer-link {
        font-size: 18px;
        text-align: left;
    }
}

.footer-link:hover, .footer-link:focus {
    color: var(--tgp-white);
    -webkit-text-decoration-color: var(--tgp-white);
    text-decoration-color: var(--tgp-white);
}

.tgp-footer-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--tgp-white);
    padding: 0;
}

@media(min-width: 992px) {
    .tgp-footer-title {
        border-bottom: 2px solid #D1D1D1;
    }
}

.tgp-footer-container {
    max-width: 100%;
    margin: auto;
}

@media(min-width: 768px) {
    .tgp-footer-container {
        max-width: 80%;
    }
}

.card-header {
    padding: 0.35rem !important;
}

.tgp-social-icon {
    padding: 10px;
}

.tgp50-50.tgp-container-component, .tgp50-50.tgp-location-container-component {
    padding: 0 0 1rem 0;
}

.tgp50-50.tgp-container-component.side-by-side, .tgp-container-component:not(.tgp50-50) {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media(min-width: 992px) {
    .tgp50-50.tgp-container-component, .tgp50-50.tgp-container-component.side-by-side, .tgp-container-component:not(.tgp50-50)  {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .tgp50-50.tgp-location-container-component {
        padding-bottom: 60px;
    }
}

.hero-row {
    height: 300px;
}

@media(min-width: 768px) {
    .hero-row {
        height: 400px;
    }
}

@media(min-width: 992px) {
    .hero-row {
        height: 548px;
    }
}

@media(min-width: 1200px) {
    .hero-row.home {
        height: 700px;
    }
}

.brand-image {
    width: 120%;    
}

@media(min-width: 992px) {
    .brand-image {
        width: 140%;
    }
}

.fcl-footer-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media(min-width: 768px) {
    .fcl-footer-image {
        /*width: 150%;*/
    }
}


@media(min-width: 992px) {
    .fcl-footer-image {
        width: auto;
    }
}

.tgp-footer-image {
    width: 70%;
    height: auto;
    max-height: 45px;
    object-fit: contain;
}

@media(min-width: 992px) {
    .tgp-footer-image {
        width: 30%;
    }
}

.footer-collapse {
    background-color: var(--tgp-white);
}

.footer-collapse-btn {
    background-color: var(--tgp-white);
}

.tgp-hero-title {
    color: var(--tgp-white);
    font-weight: 900;
    text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
    text-align: left;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

@media(min-width: 576px) {
    .tgp-hero-title {
        font-size: 5em;
    }
}

@media(min-width: 992px) {
    .tgp-hero-title {
        font-size: 6em;
        text-align: center;
    }
}

.tgp-h4-home {
    font-size: 23px !important;
}

@media(min-width: 768px) {
    .tgp-h4-home {
        font-size: 38px !important;
    }
}

.tgp-h4 {
    font-size: 28px !important;
}

@media(min-width: 768px) {
    .tgp-h4 {
        font-size: 38px !important;
    }
}

.tgp-h3 {
    font-size: 20px !important;
    font-weight: 600;
}

@media(min-width: 768px) {
    .tgp-h3 {
        font-size: 23px !important;
    }
}

.tgp-h2 {
    font-size: 25px !important;
}

@media(min-width: 768px) {
    .tgp-h2 {
        font-size: 50px !important;
    }
}

.tgp-links {
    padding-left: 0;
}

.image-container {
    width: 100%;
    justify-content: center;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    padding: 0;
}

@media(min-width: 992px) {
    .image-container, .image-container.portrait, .image-container.landscape-sm {
        padding: unset;
        display: block !important;
    }

    .image-container.order-lg-2 {
        padding-left: 29px;
    }
}

.fixed-position {
    position: fixed;
}

.tgp-hero-container {
    width: 95%;
    margin: auto;
}

@media(min-width: 1028px) {
    .tgp-hero-container {
        width: 85%;
        margin: auto;
    }
}

.tgp-hr-gray {
    border-top: 4px solid gray;
}

/* .tgp-footer-row {
    padding: 50px 0;
} */

.tgp-footer-row {
    background-color: var(--tgp-dark-grey);
    padding-bottom: 1rem;
    /* border-top: var(--tgp-dark-grey) 3px solid; */
}

/* @media(min-width: 768px) {
    .tgp-footer-row {        
        padding-bottom: 3rem;        
    }
} */

.tgp-icons-footer-row {
    background-color: var(--tgp-white);
    border-top: var(--tgp-red) 1.5px solid;
    border-bottom: var(--tgp-red) 1.5px solid;
}

.wpthemeOverflowAuto {
    overflow: visible !important;
}

.big-underline {
    height: 5px;
    background-color: var(--tgp-dark-grey);
    border-radius: 5px;
    margin-bottom: 10px;
}

.ham-line {
    border: 2px solid var(--tgp-red);
    width: 95%;
}

@media(min-width: 992px) {
    .fixed-top .navbar-brand.abs {
        position: static !important;
    }
    .navbar-brand.abs {
        text-align: left;
        position: inherit;
    }
}

.navbar-toggler {
    -webkit-appearance: none;
    outline: none;
}

.tgp-brand {
    width: 180px;
    z-index: 100;
    margin-left: 1rem; 
    /*height: 12vh; without a height value, some iOS devices make the header take up the whole screen.*/
}

@media(min-width: 992px) {
    .tgp-brand {
        height: auto;
        width: 200px;
    }
}

.trademark {
    color: var(--tgp-white) !important;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

@media(min-width: 992px) {
    .trademark {
        text-align: right;
        font-size: 18px;        
    }
}

.text-container {
    margin: auto 0;
    padding-top: 1rem;
}

@media(min-width: 992px) {
    .text-container {
        margin: auto 0;
        padding-top: 0;
    }

    .text-container.order-lg-1 {
        padding-left: 0;
    }
    
    .text-container.order-lg-2 {
        padding-left: 29px
    }
}


/* Start Spinner Rules */

.spinner {
    border: 16px solid #dedede;
    border-radius: 50%;
    border-top: 16px solid #818d90;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    margin: auto;
}

.spinner-container {
    position: relative;
    padding: 30px;
    /*width: 100vh;*/
}

/* Safari */

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

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

/* End Spinner Rules */

.privacy-terms p {
    font-size: 16px;
    font-weight: 500;
}

.privacy-terms a, .privacy-terms li {
    font-size: 16px;
}

.privacy-terms h1 {
    color: var(--tgp-white);
    font-size: 2.5em;
}

.privacy-terms a:hover {
    color: var(--tgp-white);
}

.social-icons-row a:hover {
    text-decoration: none;
}

/* Slide-in Navbar Styles Adapted from https://codepen.io/plavookac/pen/qomrMw */

html, body {
    overflow-x: hidden;
    color: #231F20;
}

.header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background-color: var(--tgp-dark-grey);
    position: fixed;
    height: 60px!important;
    overflow: hidden;
    z-index: 10;
}

.sidebarMenu {
    height: 100% !important;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    width: 250px;
    transform: translateX(250px);
    transition: transform 250ms ease-in-out;
    background: var(--tgp-red);
    padding-top: 65px;
}

@media(min-width: 992px) {
    .sidebarMenu {
        display: block;
        position: static;
        right: auto;
        height: auto;
        width: auto;
        transform: none;
        transition: none;
        padding: 0;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .sidebarMenu {
        margin-right: 7rem;
    }
    
    .tgp-nav {
        margin: 0;
    }
}

/* Styles of the Two Column Section        */

.home-container {
    margin-bottom: 4rem;
 }

 /* Featured Section Styles */
 .featured-section {
    background-color: var(--tgp-dark-grey);
    color: white;
    
}

.btn-learn-more {
   background-color: var(--tgp-red);
  color: var(--tgp-white);
  padding: 15px 51px;
  border-radius: 62px;
  font-size: 15px;
}

/* Dark red with no Underline on Hover */
.btn-learn-more:hover {
  background-color: var(--tgp-dark-red);
  text-decoration: none;
 color: var(--tgp-white);
}


 /* Reset margins and padding for mobile */
        @media (max-width: 992px) {
            .btn-learn-more {
                padding: 12px 30px;
            }

            .left-btn {
                margin-bottom: 3rem !important;
            }
        }

        @media (max-width: 576px) {            
           .featured-section {
                 padding: 25px;
            }
        }

/* Style for the button container on big screens
@media (min-width: 992px) {
    .left-btn {
        
        top: 180px;
        right: 326px;

    }

  .right-btn {
    position: absolute;
    top: 191px;

  }
} */

/* @media (min-width: 768px) and (max-width: 992px) {
        .featured-section {
            padding: 81px;
        }
    } */

    /* End Styles of the Two Column Section        */

    /* Styles of the 50/50 Section        */

    .fcl-image {
        max-width: 100%;
          border-radius: 13px;
          height: auto;
      }
      
      .image-container {
         padding: 0.75rem;
      
      }
      @media (min-width: 992px) {
        .left-text {
         padding-left: 0;
        padding-right: 1.5rem;
      }
       .left-image {
       
         padding-right: 1.5rem;
      }
       .right-image {
      
       padding-left: 1.5rem;
      }
       .right-text {
         padding-left: 1.5rem;
      
      }
      }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .fcl-image {
          max-width: 100%;
          height: fit-content;
        }
      }
     /* End Styles of the 50/50 Section        */



      /* Styles of the PT - Article - TGP        */
      
      /* Reset margins and padding for mobile */
  @media (max-width: 768px) {
    .detail-left-column, .detail-right-column {
      width: 100%;
      max-width: 100%;
      margin-left: 0;
    }

    

    .detail-right-column {
      margin-top: 3rem !important; /* Adjust margin for the right column on mobile */
    }
  }

  .detail-title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0.5rem !important;
    
  }

  .detail-date {
    margin-bottom: 0.5rem !important;
    
  }

  .hero-image img {
    border-radius: 15px;
    max-width: 100%; /* Ensure images don't overflow their containers */
  }

  /* Additional styles for the right column (4) */
  .detail-right-column {
    
    margin-left: 0.5rem;
  }

	.detail-left-column a {
		text-decoration: underline;
	}
    
 .article-sidebar {

   background-color: var(--tgp-red);
    padding: 1.5rem;
    margin: 0.5rem;
    color: var(--tgp-white);

}

 .article-sidebar a {
    color: var(--tgp-white) !important;
}


  /* Apply max-width: 60% to detail-left-column on screens larger than 768px */
  @media (min-width: 768px) {
    .detail-left-column {
      max-width: 60%;
    }
  }

  /* End Styles of the PT - Article - TGP        */

/*  Styles of the PT - Offers Article - TGP       */

  .detail-title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0.5rem !important;
    padding-bottom: 1rem;
}

.hero-image img {
    border-radius: 15px;
    max-width: 100%; /* Ensure images don't overflow their containers */
}

/* .tgp-blog {
    padding-top: 1.3rem;
} */

 /* End Styles of the PT - Offers Article - TGP       */

/*  Styles of  Menu - TGP       */
    .add-btn {
        margin: 0.5rem;
        margin-right: 0.5rem;
        background-color: var(--tgp-red);
        padding: .5rem;
        margin-right: 5px;
        color: var(--tgp-white);
    }
    .add-btn:hover {
        text-decoration: none;
        color: var(--tgp-white);
        background-color: var(--tgp-dark-red);
    }
    
    .whats-new img {
        border-radius: 15px;
        max-width: 100%;
        /* width: 100%;
        object-fit: cover;
        min-height: 260px;
        max-height: 260px; */
    } 
    
    .tgp-headline {
        font-size: 1.5rem;
        padding-bottom: 0.5rem;
    }
    
    @media (min-width: 768px) {
        .tgp-menu-articles .tgp-article-text-col {
            align-content: center;
        }
    
        /* .whats-new img {
            max-height: 320px;
        }  */
    }
    
    @media (max-width: 768px) {
        .author-btn {
            margin-bottom: 3rem !important;
        }
    }

/* End Styles of  Menu - TGP       */

/*  Styles of  MENU - Featured Offers - TGP       */

    .tgp-featured img {
        border-radius: 20px;
        max-width: 100%;
        width: 100%;
        padding: 0.5rem;
    }

    .detail-more-grid-outer a:hover {
        text-decoration: none !important;
    }

    .featured-title {
        color: var(--tgp-white);
        font-weight: 700;
        text-align: center;
        font-size: 20px;
    }

    .featured-section a:hover {
        text-decoration: none;
    }

    .featured-title:hover {
        /* color: var(--tgp-yellow); */
        text-decoration: none !important;
    }

    @media (max-width: 768px) {
        .featured-items {
            padding: 1rem !important;
        }
    }

/*  End Styles of  MENU - Featured Offers - TGP     */

/*  Styles of  MENU - Featured Sidebar - TGP       */
    .tgp-featured-sidebar img {
        max-width: 100%;
        border-radius: 10px
    }
 /* End Styles of  MENU - Featured Sidebar - TGP       */