/*
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%;
}


/*start style for All-in-One Event Calendar by Time.ly*/
.content-sidebar-events-wrapper .ai1ec-agenda-widget-view .ai1ec-date {
	display: flex;
}
.content-sidebar-events-wrapper .ai1ec-agenda-widget-view .ai1ec-date-title {
    margin-bottom: 10px;
    flex: 0 0 62px;
    height: 58px;
}
.content-sidebar-events-wrapper .ai1ec-agenda-widget-view .ai1ec-month {
        width: auto;
}
.content-sidebar-events-wrapper .ai1ec-agenda-widget-view .ai1ec-day {
    width: auto;
    background: transparent;
    color: #000;
}
.content-sidebar-events-wrapper .ai1ec-agenda-widget-view .ai1ec-weekday {
    width: auto;
    color: #000;
    margin-top: 0;
    background: transparent;
}

.content-sidebar-events-wrapper .ai1ec-agenda-widget-view .ai1ec-date-events {
    display: block !important;
	width: 100%;
    padding-left: 0px;
}
.content-sidebar-events-wrapper .ai1ec-agenda-widget-view .ai1ec-event {
	width: calc(100% - 10px);
    margin: 0 0 10px 10px !important;
    border: none !important;
    padding: 0 !important;
}
.content-sidebar-events-wrapper .ai1ec-agenda-widget-view .ai1ec-date {
    border: none;
    padding: 0;
}

.ai1ec-event-title .ai1ec-load-event {
    color: #2a2a2a !important;
    font-weight: 700 !important;
}
/*end style for All-in-One Event Calendar by Time.ly*/





@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%;
	}
}