/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 17 2020 | 03:11:46 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.custom-category-list a {
    font-size: 15px;
    color: #606060;
}

.custom-category-list li {
    color: #606060;
}

@media screen and (max-width: 600px) {
  	.custom-category-list li {
    	margin-bottom: 15px;
    }
  
  	.custom-category-list a {
    	font-size: 14px;
    	color: #606060;
    }
}