/*
Theme Name: Excel Automations
Theme URI: https://crustdigital.com/
Template: hello-elementor
Author: Crust Digital
Author URI: https://crustdigital.com/
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.1688784905
Updated: 2023-07-08 02:55:05

*/
.menu-crunchbase a,
.menu-manta a,
.menu-facebook a,
.menu-linkedin a,
.menu-x a {
  font-size: 0;
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.menu-facebook a::before,
.menu-x a::before,
.menu-linkedin a::before,
.menu-manta a::before,
.menu-crunchbase a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: filter 0.3s ease;
}
/* Hover color */
.menu-facebook a:hover::before,
.menu-x a:hover::before,
.menu-linkedin a:hover::before,
.menu-manta a:hover::before,
.menu-crunchbase a:hover::before {
  filter: none;
}
/* Facebook */
.menu-facebook a::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 320 512'><path d='M279.14 288l14.22-92.66h-88.91V127.91c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S265.43 0 225.36 0c-73.22 0-121.14 44.38-121.14 124.72V195.3H22.89V288h81.33v224h100.2V288z'/></svg>");
 width: 20px;
 height: 20px;
}

/* X (Twitter/X.com) */
.menu-x a::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 512 512'><path d='M389.2 48h70.6L305.6 224.6 480 464H354.5L241 308.5 113.3 464H42.7l165.1-188.7L32 48h128.9l99.6 132.6L389.2 48z'/></svg>");
 width: 20px;
 height: 20px;
}

/* LinkedIn */
.menu-linkedin a::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 448 512'><path d='M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.69 0 54S24.09 0 53.79 0a53.79 53.79 0 110 107.6zM447.9 448h-92.68V302.4c0-34.7-.7-79.3-48.32-79.3-48.4 0-55.8 37.8-55.8 76.8V448h-92.68V148.9h88.97v40.8h1.3c12.4-23.4 42.5-48.3 87.4-48.3 93.5 0 110.7 61.5 110.7 141.3V448z'/></svg>");
 width: 20px;
 height: 20px;
}

/* Manta */
.menu-manta a::before {
  background-image: url("/wp-content/uploads/2025/10/manta-network-manta-logo-png_seeklogo-476308-removebg-preview.png");
 width: 20px;
 height: 20px;
}

/* Crunchbase */
.menu-crunchbase a::before {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><path d='M28.802 0h-25.604c-1.76 0.005-3.193 1.438-3.198 3.198v25.604c0.005 1.76 1.438 3.193 3.198 3.198h25.604c1.76-0.005 3.193-1.438 3.198-3.198v-25.604c-0.005-1.76-1.438-3.193-3.198-3.198z'/><path style='fill:%23ffffff' d='M28.802 0h-25.604c-1.76 0.005-3.193 1.438-3.198 3.198v25.604c0.005 1.76 1.438 3.193 3.198 3.198h25.604c1.76-0.005 3.193-1.438 3.198-3.198v-25.604c-0.005-1.76-1.438-3.193-3.198-3.198zM9.396 19.286c1.411 0.646 3.078 0.021 3.724-1.391h2.214c-1.38 5.651-9.698 4.651-9.698-1.167 0-5.823 8.318-6.823 9.698-1.167h-2.214c-0.813-1.786-3.161-2.214-4.547-0.823-1.391 1.385-0.964 3.734 0.823 4.547zM24.521 20.411c-0.422 0.365-0.896 0.646-1.417 0.844-1.495 0.578-3.182 0.391-4.516-0.51v0.51h-2.016v-14.094h2v5.479c0.714-0.484 1.542-0.771 2.401-0.839h0.359c4.552-0.010 6.646 5.656 3.188 8.609zM24.224 16.724c0.031 1.573-1.234 2.87-2.807 2.87s-2.839-1.297-2.802-2.87c0.078-3.656 5.526-3.656 5.609 0z'/></svg>");

 width: 20px;
 height: 20px;
}
@media(max-width: 767px){
	#menu-social{
      padding: 20px 0px;
   }
}