/* Default Styles */

.column img, .vc_column_container img, .wpb_column img, .elementor-column img {
    max-width: 100%; height: auto; display: inherit; }


/* Pop-Up Pagination Style */

.wdt-portfolio-listing-image-box-popup button[type="button"].mfp-arrow { background-color: var(--wdtBodyBGColor, #111410);
  margin: 0px 30px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); border: 1px solid rgba(225,225,225,0.7); 
  width: 1.4em; height: 1.4em; font-size: clamp(1.875rem, 1.5865rem + 1.2821vw, 3.125rem) /* Min-30 & Max-50 */; }

.wdt-portfolio-listing-image-box-popup button[type="button"].mfp-arrow:after { display: none; }

.wdt-portfolio-listing-image-box-popup button[type="button"].mfp-arrow.mfp-arrow-left:before { -webkit-transform: scaleX(-1); transform: scaleX(-1); }
.wdt-portfolio-listing-image-box-popup button[type="button"].mfp-arrow:before { content: '';  display: inline-block;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cpath d='M14.1,28h39.7L2.3,79.5l18.2,18.2L72,46.2v39.7h25.7V2.3H14.1V28z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cpath d='M14.1,28h39.7L2.3,79.5l18.2,18.2L72,46.2v39.7h25.7V2.3H14.1V28z'/%3E%3C/svg%3E");
    -webkit-mask-position: center; mask-position: center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: contain; mask-size: contain;
    background-color: var(--wdtPrimaryColor); width: 0.6em; height: 0.6em; border: none !important; margin: auto; top: 0; right: 0; bottom: 0; left: 0; }