/*
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;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.header-body{
	padding: 0;
}
.header-body:before{

}
.bg_cheese{
	position: absolute;
	top: 20px;
	width: 100%;
	padding: 7% 0;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.header-logo{
	top: 32%;
	transform: translate(-50%,-50%);
}
.bg_character_right{
	position: absolute;
	bottom: 0;
	right: 0;
	padding:7% 0;
	-webkit-background-size: cover;
	background-size: cover;
	width: 40%;
}
.bg_character{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 7% 0;
	-webkit-background-size: cover;
	background-size: cover;
	width: 40%;
}
@media only screen and (min-width: 1800px) {
	.bg_cheese{
		top: -20px;
	}
}
@media only screen and (min-width: 1440px) {
	.bg_cheese{
		top: 0;
	}
}
@media only screen and (max-width: 1024px) {
	.bg_cheese{
		top: 50px;
	}
}
@media only screen and (max-width: 1024px) {
	.header-logo{
		top: 43%;
	}
	.bg_cheese{
		top: 50px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1130px) {
	.bg_cheese{
		top: 60px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
	.bg_cheese{
		top: 70px;
	}
}
@media only screen and (max-width:767px) {
	.bg_cheese,.bg_character,.bg_character_right{
		display: none;
	}
	.header-logo{
		top: 50%;
	}
}
@media only screen and (max-width:480px){
	.header-logo{
		top: 55%;
	}
}