/* Sticky arrows bg-color, post description bg-color, slide bg-color, etc. */

.fixed-nav .desc { background-color: rgba(0,0,0,.5) !important; }

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure {background-color: #d3d3d3 !important; }

/*Logo color hardcoding*/

.titlebd {
  color: yellow !important;
}
.titles {
  color: #1f6aed !important;
}
.titlem {
  color: red !important;
}

/* Main menu text shadow selectors for more contrast */

.menu-item a {
text-shadow: 2px 2px 8px grey;
}

.current_page_item > a {
text-shadow: 2px 2px 8px black;
}

.menu-item a:hover {
text-shadow: 2px 2px 8px black;
}

/* blog slider font */

.style-simple .sliding_box .desc_wrapper h4 a {
color: white !important;   
} 

/* other font specific styling custom classes*/

.white {
color: white !important;
}

.reddish {
color: #a35b5b;
}

.justify {
text-align: justify;
}

.centr {
text-align: center;
}

a.reddish:hover  {
    color: #a35b5b;
    text-shadow: 2px 2px 8px #a35b5b;
}

a:active .reddish {
    color: #a3845b;
 /*   text-shadow: 2px 2px 8px #a35b5b; */
}

/* Contrast for footer widget text */

#Footer .widget_recent_episodes, .widget_recent_entries li:hover a {
    color: white !important;
}

/* Drop Shadow filter custom class if needed */

.shadowy {
  filter: drop-shadow(10px 10px 10px black);
}


.textshadow {
  text-shadow: 10px 10px 10px black;
}
