.elementor-39 .elementor-element.elementor-element-b2a945a{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;box-shadow:0px 0px 10px -2px rgba(0,0,0,0.5);--padding-top:5px;--padding-bottom:5px;--padding-left:200px;--padding-right:200px;}.elementor-39 .elementor-element.elementor-element-b2a945a:not(.elementor-motion-effects-element-type-background), .elementor-39 .elementor-element.elementor-element-b2a945a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-39 .elementor-element.elementor-element-baf0112{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-39 .elementor-element.elementor-element-11a0f1c3{text-align:center;}.elementor-39 .elementor-element.elementor-element-11a0f1c3 img{max-width:25%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-39 .elementor-element.elementor-element-793732e{text-align:center;}.elementor-39 .elementor-element.elementor-element-793732e .elementor-heading-title{font-family:"Tahoma", Sans-serif;font-size:19px;font-weight:100;color:var( --e-global-color-text );}.elementor-39 .elementor-element.elementor-element-5ccbd35{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:nowrap;--border-radius:50px 50px 50px 50px;box-shadow:0px 0px 4px 0px rgba(0,0,0,0.5);--margin-top:0px;--margin-bottom:10px;--margin-left:0px;--margin-right:0px;}.elementor-39 .elementor-element.elementor-element-5ccbd35:not(.elementor-motion-effects-element-type-background), .elementor-39 .elementor-element.elementor-element-5ccbd35 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFFDE;}.elementor-39 .elementor-element.elementor-element-706b29f img{max-width:50%;}.elementor-39 .elementor-element.elementor-element-7bd4647 img{max-width:50%;}.elementor-39 .elementor-element.elementor-element-e32ec91 img{max-width:50%;}.elementor-39 .elementor-element.elementor-element-b9b7348 img{max-width:50%;}.elementor-39 .elementor-element.elementor-element-13e4515 img{max-width:50%;}.elementor-39 .elementor-element.elementor-element-92bdd2d img{max-width:50%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-39 .elementor-element.elementor-element-baf0112{--width:50%;}.elementor-39 .elementor-element.elementor-element-5ccbd35{--width:30vw;}}@media(max-width:767px){.elementor-39 .elementor-element.elementor-element-b2a945a{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:0px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}.elementor-39 .elementor-element.elementor-element-baf0112.e-con{--align-self:center;}.elementor-39 .elementor-element.elementor-element-706b29f img{max-width:70%;}.elementor-39 .elementor-element.elementor-element-7bd4647 img{max-width:70%;}.elementor-39 .elementor-element.elementor-element-e32ec91 img{max-width:70%;}.elementor-39 .elementor-element.elementor-element-b9b7348 img{max-width:70%;}.elementor-39 .elementor-element.elementor-element-13e4515 img{max-width:70%;}.elementor-39 .elementor-element.elementor-element-92bdd2d img{max-width:70%;}}/* Start custom CSS for container, class: .elementor-element-b2a945a *//*————————————————————————————————————————————
  1) Hide the built-in accent line under the title
————————————————————————————————————————————*/
#top-gallery .cv-post-title::after,
#bottom-gallery .cv-post-title::after,
#side-gallery .cv-post-title::after {
  display: none !important;
}

/*————————————————————————————————————————————
  2) Base card styling for all galleries (2px border)
————————————————————————————————————————————*/
#top-gallery .cv-post,
#bottom-gallery .cv-post,
#side-gallery .cv-post {
  background: #ffffff !important;
  border: 2px solid #e6e6e6 !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06) !important;
  padding: 16px !important;
  margin-bottom: 16px !important;
  overflow: hidden !important;
  position: relative;
}

/*————————————————————————————————————————————
  3) Neutralize inner wrappers & image hygiene
————————————————————————————————————————————*/
#top-gallery .cv-post-desc--wrap,
#bottom-gallery .cv-post-desc--wrap,
#side-gallery .cv-post-desc--wrap,
#top-gallery .cv-post-thumb,
#bottom-gallery .cv-post-thumb,
#side-gallery .cv-post-thumb {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#top-gallery .cv-post-thumb img,
#bottom-gallery .cv-post-thumb img,
#side-gallery .cv-post-thumb img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

/*————————————————————————————————————————————
  4) Hide specific posts in each gallery
————————————————————————————————————————————*/
#bottom-gallery article.cv-post:first-of-type { 
  display: none !important; 
}

#side-gallery article.cv-post:nth-of-type(-n+20) { 
  display: none !important; 
}

#fourth-gallery article.cv-post:nth-of-type(-n+12) { 
  display: none !important; 
}

#third-gallery article.cv-post:nth-of-type(-n+8) { 
  display: none !important; 
}

/*————————————————————————————————————————————
  5) Category-based border, left-divider & title-link colors
     (swap these hexes for your final palette)
————————————————————————————————————————————*/

/* cv-cat-40 (Celebs) */
#top-gallery .cv-post:has(.cv-post-cat.cv-cat-40),
#bottom-gallery .cv-post:has(.cv-post-cat.cv-cat-40),
#side-gallery .cv-post:has(.cv-post-cat.cv-cat-40) {
  border-color: #DD0000 !important;
}
#top-gallery .cv-post:has(.cv-post-cat.cv-cat-40) .cv-post-right-wrap-inner,
#bottom-gallery .cv-post:has(.cv-post-cat.cv-cat-40) .cv-post-right-wrap-inner,
#side-gallery .cv-post:has(.cv-post-cat.cv-cat-40) .cv-post-right-wrap-inner {
  border-left: 2px solid #DD0000 !important;
  padding-left: 30px !important;
}
#top-gallery .cv-post:has(.cv-post-cat.cv-cat-40) .cv-post-title a,
#bottom-gallery .cv-post:has(.cv-post-cat.cv-cat-40) .cv-post-title a,
#side-gallery .cv-post:has(.cv-post-cat.cv-cat-40) .cv-post-title a {
  color: #DD0000 !important;
}

/* cv-cat-37 (Auto) */
#top-gallery .cv-post:has(.cv-post-cat.cv-cat-37),
#bottom-gallery .cv-post:has(.cv-post-cat.cv-cat-37),
#side-gallery .cv-post:has(.cv-post-cat.cv-cat-37) {
  border-color: #003E34 !important;
}
#top-gallery .cv-post:has(.cv-post-cat.cv-cat-37) .cv-post-right-wrap-inner,
#bottom-gallery .cv-post:has(.cv-post-cat.cv-cat-37) .cv-post-right-wrap-inner,
#side-gallery .cv-post:has(.cv-post-cat.cv-cat-37) .cv-post-right-wrap-inner {
  border-left: 2px solid #003E34 !important;
  padding-left: 30px !important;
}
#top-gallery .cv-post:has(.cv-post-cat.cv-cat-37) .cv-post-title a,
#bottom-gallery .cv-post:has(.cv-post-cat.cv-cat-37) .cv-post-title a,
#side-gallery .cv-post:has(.cv-post-cat.cv-cat-37) .cv-post-title a {
  color: #003E34 !important;
}

/* cv-cat-38 (Beauty) */
#top-gallery .cv-post:has(.cv-post-cat.cv-cat-38),
#bottom-gallery .cv-post:has(.cv-post-cat.cv-cat-38),
#side-gallery .cv-post:has(.cv-post-cat.cv-cat-38) {
  border-color: #9500C9 !important;
}
#top-gallery .cv-post:has(.cv-post-cat.cv-cat-38) .cv-post-right-wrap-inner,
#bottom-gallery .cv-post:has(.cv-post-cat.cv-cat-38) .cv-post-right-wrap-inner,
#side-gallery .cv-post:has(.cv-post-cat.cv-cat-38) .cv-post-right-wrap-inner {
  border-left: 2px solid #9500C9 !important;
  padding-left: 30px !important;
}
#top-gallery .cv-post:has(.cv-post-cat.cv-cat-38) .cv-post-title a,
#bottom-gallery .cv-post:has(.cv-post-cat.cv-cat-38) .cv-post-title a,
#side-gallery .cv-post:has(.cv-post-cat.cv-cat-38) .cv-post-title a {
  color: #9500C9 !important;
}

/* cv-cat-16 (Tech) */
#top-gallery .cv-post:has(.cv-post-cat.cv-cat-16),
#bottom-gallery .cv-post:has(.cv-post-cat.cv-cat-16),
#side-gallery .cv-post:has(.cv-post-cat.cv-cat-16) {
  border-color: #10006E !important;
}
#top-gallery .cv-post:has(.cv-post-cat.cv-cat-16) .cv-post-right-wrap-inner,
#bottom-gallery .cv-post:has(.cv-post-cat.cv-cat-16) .cv-post-right-wrap-inner,
#side-gallery .cv-post:has(.cv-post-cat.cv-cat-16) .cv-post-right-wrap-inner {
  border-left: 2px solid #10006E !important;
  padding-left: 30px !important;
}
#top-gallery .cv-post:has(.cv-post-cat.cv-cat-16) .cv-post-title a,
#bottom-gallery .cv-post:has(.cv-post-cat.cv-cat-16) .cv-post-title a,
#side-gallery .cv-post:has(.cv-post-cat.cv-cat-16) .cv-post-title a {
  color: #10006E !important;
}

/* cv-cat-39 (Fashion) */
#top-gallery .cv-post:has(.cv-post-cat.cv-cat-39),
#bottom-gallery .cv-post:has(.cv-post-cat.cv-cat-39),
#side-gallery .cv-post:has(.cv-post-cat.cv-cat-39) {
  border-color: #CF6D01 !important;
}
#top-gallery .cv-post:has(.cv-post-cat.cv-cat-39) .cv-post-right-wrap-inner,
#bottom-gallery .cv-post:has(.cv-post-cat.cv-cat-39) .cv-post-right-wrap-inner,
#side-gallery .cv-post:has(.cv-post-cat.cv-cat-39) .cv-post-right-wrap-inner {
  border-left: 2px solid #CF6D01 !important;
  padding-left: 30px !important;
}
#top-gallery .cv-post:has(.cv-post-cat.cv-cat-39) .cv-post-title a,
#bottom-gallery .cv-post:has(.cv-post-cat.cv-cat-39) .cv-post-title a,
#side-gallery .cv-post:has(.cv-post-cat.cv-cat-39) .cv-post-title a {
  color: #CF6D01 !important;
}

/* cv-cat-58 (Food) */
#top-gallery .cv-post:has(.cv-post-cat.cv-cat-58),
#bottom-gallery .cv-post:has(.cv-post-cat.cv-cat-58),
#side-gallery .cv-post:has(.cv-post-cat.cv-cat-58) {
  border-color: #009E12 !important;
}
#top-gallery .cv-post:has(.cv-post-cat.cv-cat-58) .cv-post-right-wrap-inner,
#bottom-gallery .cv-post:has(.cv-post-cat.cv-cat-58) .cv-post-right-wrap-inner,
#side-gallery .cv-post:has(.cv-post-cat.cv-cat-58) .cv-post-right-wrap-inner {
  border-left: 2px solid #009E12 !important;
  padding-left: 30px !important;
}
#top-gallery .cv-post:has(.cv-post-cat.cv-cat-58) .cv-post-title a,
#bottom-gallery .cv-post:has(.cv-post-cat.cv-cat-58) .cv-post-title a,
#side-gallery .cv-post:has(.cv-post-cat.cv-cat-58) .cv-post-title a {
  color: #009E12 !important;
}



/* cv-cat-58 (All Stories) */
#top-gallery .cv-post:has(.cv-post-cat.cv-cat-17),
#bottom-gallery .cv-post:has(.cv-post-cat.cv-cat-17),
#side-gallery .cv-post:has(.cv-post-cat.cv-cat-17) {
  border-color: #5F9EA0 !important;
}
#top-gallery .cv-post:has(.cv-post-cat.cv-cat-17) .cv-post-right-wrap-inner,
#bottom-gallery .cv-post:has(.cv-post-cat.cv-cat-17) .cv-post-right-wrap-inner,
#side-gallery .cv-post:has(.cv-post-cat.cv-cat-17) .cv-post-right-wrap-inner {
  border-left: 2px solid #5F9EA0 !important;
  padding-left: 30px !important;
}
#top-gallery .cv-post:has(.cv-post-cat.cv-cat-17) .cv-post-title a,
#bottom-gallery .cv-post:has(.cv-post-cat.cv-cat-17) .cv-post-title a,
#side-gallery .cv-post:has(.cv-post-cat.cv-cat-17) .cv-post-title a {
  color: #5F9EA0 !important;
}/* End custom CSS */