/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 12 2023 | 14:54:53 */
* {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
   user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}
strong{
	color: var(--e-global-color-accent);
}
.wp-block-button a {
    border: solid 1px;
}
.ct-share-box.ct-hidden-sm {
    display: block !important;

}
.ct-share-box.ct-hidden-sm div{
    display:flex;
	flex-wrap:wrap;
}
.ct-share-box.ct-hidden-sm div a{
    width:100px;
}
@media all and (max-width:600px){
.wprs_unslider-arrow.next, .wprs_unslider-arrow.prev{
	display:none;
}
}
