@charset "UTF-8";

 .sticky,
.bypostauthor,
.screen-reader-text {
outline: none;
}.widget_most_viewed_posts_widget ul {
list-style: none;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
}
.widget_most_viewed_posts_widget ul a {
color: var(--cmsmasters-colors-heading);
}
.widget_most_viewed_posts_widget ul a:hover {
color: var(--cmsmasters-colors-hover);
}
.widget_most_viewed_posts_widget .post-view-count {
font-family: var(--cmsmasters-accent-font-family);
font-weight: var(--cmsmasters-accent-font-weight);
font-style: var(--cmsmasters-accent-font-style);
text-transform: var(--cmsmasters-accent-text-transform);
-webkit-text-decoration: var(--cmsmasters-accent-text-decoration);
text-decoration: var(--cmsmasters-accent-text-decoration);
font-size: var(--cmsmasters-accent-font-size);
line-height: var(--cmsmasters-accent-line-height);
letter-spacing: var(--cmsmasters-accent-letter-spacing);
word-spacing: var(--cmsmasters-accent-word-spacing);
} .custom-menu {
list-style-type: none;
padding-left: 0;
}
.custom-menu li {
margin-bottom: 10px;
}
.custom-menu a {
text-decoration: none;
color: #333;
padding: 10px;
display: block;
background-color: #f5f5f5;
border-radius: 5px;
}
.custom-menu a:hover {
background-color: #0073aa;
color: #fff;
}