/* Remove meta data */
.entry-meta .byline, .entry-meta .cat-links { display: none; }

.entry-meta .posted-on {
  display: none; 
}


/* Change the background color of the drop-down menu to black */
ul.sub-menu {
    background-color: black !important;

}

/* Style the default text color in the drop-down menu to white */
ul.sub-menu li a {
    color: white !important;
    transition: color 0.3s;
	/* Smooth transition for text color */


}

/* Style the drop-down menu's link text color on hover */
ul.sub-menu li a:hover {
    color: #9466cc !important; /* Change the text color on hover */
}

/* Change the color of the drop-down arrow symbol to white on phones and tablets */
@media screen and (max-width: 767px) {
    .menu-item-has-children > a:after {
        color: white !important;
    }
}

.menu-item-has-children > a::after {
    color: #ffffff; /* Replace with your desired color code */
}

#tidio-chat-iframe {
    bottom: 60px !important;
}

@media only screen and (max-width: 980px) {
    #tidio-chat-iframe {
        bottom: 60px !important;
    }
}

.blinking{
animation:blinkingmenu 0.9s infinite;
}
@keyframes blinkingmenu{
 0%{     color: #000000;}
49%{    color: #ffffff; }
60%{    color: #ffeb00; }
99%{    color:#f95e68;  }
100%{   color: #ffffff; }
}

.border
{
 background-color:#6013C0;
 border-width:2px;
 border-radius:8px;
 font-size:12px;
 padding:3px;
}

.menu-button{
background:#6013C0 !important;
	color:#fff !important;
	height:40px;
	margin-top:0px;
	display:flex !important;
	justify-content:center;
	align-items:center;
	border-radius:10px;
}
.menu-button a {
    color: white !important; /* Ensures the text is white */
 
}

#jp-relatedposts {
    display: none !important;
    padding-top: 1em;
    margin: 1em 0;
    position: relative;
    clear: both;
}

.elementor-33928 .elementor-element.elementor-element-130bd09 > .elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 0px 0px;
    visibility: hidden;
}


.elementor-34045 .elementor-element.elementor-element-130bd09 > .elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 0px 0px;
    visibility: hidden;
}

.



.f-label-wrap .f-key
Specificity: (0,2,0)
 {
    visibility: hidden !important;
}