/* 
Theme Name: HULAKULA Child
Author: MODERN CREATIVE
Author URI: https://moderncreative.pl
Template: hulakula
Version: 1.0.0
Text Domain: hulakula-child
*/

/* Add your custom styles here */

a {
    color: #F09819;
}

a:active, a:hover {
    color: #EDDE5D;
}

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");

.sl-caption.pos-bottom {
    display: none !important;
}

.border-ctn {
  position: relative;
  z-index: 1;
}

.border-ctn::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 2px;
  background: linear-gradient(45deg, #EDDE5D, #F09819);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  border-radius: inherit;
}

.gradient-svg svg path {
  fill: url(#myGradient);
}

/* Szerokość rozwijanego menu */
.eael-simple-menu-container ul.sub-menu {
    min-width: 260px; 
}

.eael-simple-menu-container ul.sub-menu li a {
    white-space: nowrap;
}
