/* 
Theme Name: Print Mule
Author: Silvertoad Ltd.
Template: hello-elementor
Version: 0.0.1
*/

.elementor-element-e65eeed {
    background: repeating-conic-gradient(at 55% 50%, #f07baf 0deg 4.9deg, transparent 5deg 9.9deg, #f07baf 10deg), #ea0a8c !important;
}

.elementor-element-96d9188 {
    position: relative;
}
    
.elementor-element-c265ed2 {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    
    
    background: black;
    filter: contrast(20) invert(1);
    opacity: 0.2;
    mix-blend-mode: multiply;
}

.elementor-element-c265ed2::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at center, white 0.1em, transparent 0.5em), radial-gradient(circle at center, white 0.1em, transparent 0.5em);
    background-position: 0 0, 0.5em 0.5em;
    background-repeat: round;
    background-size: 1em 1em;
    mask-image: linear-gradient(-20deg, black, rgba(0, 0, 0, 0.5));
    
    
}