/*
Theme Name: WordPress Starter Theme
Author: {CLIENT_NAME}
Description: Fully Respnosive WordPress Theme for {PROJECT_NAME}
Version: 1.1
*/
.content-menu-item-option{
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}
.section-content {
	margin-bottom: 20px;
}

.custom_post{
	margin-bottom: 30px;
}
.custom_post .post_title a{
	color: #B80000;
	font-weight: bold;
}
.custom_post .post_title, .custom_post h6{
	margin-bottom: 10px;
}
.custom_post h6{
	font-size: 14px;
}
.custom_post .excerpt-read-more{
	color: #333;
}
.custom_post .excerpt-read-more:hover{
	color: #B80000;
	text-decoration: none;
}
.custom_post .date{
	margin-top: 10px;
	font-size: 14px;
}

.custom_post .date span a{
	color: #B80000;
}

.custom_pagination {
	text-align: center;
}

.custom_pagination .pagination.current{
	color: #B80000;
}

.custom_pagination .pagination li a:hover{
	color: #B80000;
}
.page-template-locations .locations{
	background-attachment: fixed;
}
