/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* ================================
   جایگزینی آیکن‌های پیش‌فرض وودمارت
   Behance -> Eitaa | Dribbble -> Rubika | Flickr -> Aparat
   ================================ */

/* --- Behance -> Eitaa --- */
.wd-social-icon.social-behance .wd-icon {
  color: inherit;
  background-color: currentColor;

  -webkit-mask-image: url("https://powinn.com/wp-content/uploads/2025/08/eitaa-icon-black.svg");
  mask-image: url("https://powinn.com/wp-content/uploads/2025/08/eitaa-icon-black.svg");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;

  width: 1em;
  height: 1em;
  display: inline-block;
  line-height: 1;
}
.wd-social-icon.social-behance .wd-icon:before {
  content: none !important;
}

/* --- Dribbble -> Rubika --- */
.wd-social-icon.social-dribbble .wd-icon {
  color: inherit;
  background-color: currentColor;

  -webkit-mask-image: url("https://powinn.com/wp-content/uploads/2025/08/logo-icon.svg");
  mask-image: url("https://powinn.com/wp-content/uploads/2025/08/logo-icon.svg");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;

  width: 1em;
  height: 1em;
  display: inline-block;
  line-height: 1;
}
.wd-social-icon.social-dribbble .wd-icon:before {
  content: none !important;
}

/* --- Flickr -> Aparat --- */
.wd-social-icon.social-flickr .wd-icon {
  color: inherit;
  background-color: currentColor;

  -webkit-mask-image: url("https://powinn.com/wp-content/uploads/2025/08/icon-black.svg");
  mask-image: url("https://powinn.com/wp-content/uploads/2025/08/icon-black.svg");

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;

  width: 1em;
  height: 1em;
  display: inline-block;
  line-height: 1;
}
.wd-social-icon.social-flickr .wd-icon:before {
  content: none !important;
}
