/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/*****Add any custom CSS below this line*****/

.media_items{
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
/* 	align-items: center; */
    gap: 10px 1%;
}
@media (max-width: 770px){
	.media_items{
		justify-content: center;
	}
}
.media_items *{
	font-family: 'Boton-Medium',Helvetica,Arial,Lucida,sans-serif;
}
.media_items > .article{
	display: block;
	width: 32.6%;
	max-width: 100%;
	position: relative;
/* 	margin: 10px; */
	color: #414141;
}
.media_items > .article .title{
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 5px;
	line-height: 28px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
		   line-clamp: 3;
   -webkit-box-orient: vertical;
}
@media screen and (max-width: 980px) {
	.media_items > .article {
		width: 49%;
	}
}


@media (max-width: 768px){
	.media_items > .article .title{
		height: auto;
	}
	.media_items > .article {
		width: 100%;
	}
	.media_items > .article .title{
	   -webkit-line-clamp: unset; /* number of lines to show */
			   line-clamp: unset;
	   -webkit-box-orient: vertical;
	}
}
.media_items > .article .category{
	margin-top: 10px;
	text-transform: uppercase;
}
.media_items > .article .title_date *{
    color: #777;
    font-size: 16px;
    font-family: 'Oswald Light';
}
.media_items .sep{
	display: inline-block;
    margin: 0 5px;
}
.media_items > .article .image{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    width: 100%;
    height: 380px;
	max-width: 100%;
}
.media_items .text_content{
	background: #fff;
	padding: 15px;
}
.media_items .lower_size{
	font-size: 15px;
	line-height: 22px;
}
.media_items .restaurant_title, .media_items .date{
	display: inline-block;
}
.et_pb_menu__wrap .mobile_menu_bar{
	transform: translateY(145%);
}

.accessibility{
	font-size: 18px;
	color: rgba(255,255,255,0.3);
	text-align: center;
	font-weight: 600;
}
.access_heading{
	color: rgba(255,255,255,0.3) !important;
}

/* menu page */
span.c-time-font-style {
    font-family: 'Oswald', Helvetica, Arial, Lucida, sans-serif;
    color: #404040 !important;
    letter-spacing: 1px;
    line-height: 24px;
    font-size: 20px;
    font-weight: 300;
}
/* menu page */
/* .et_pb_row_dap_15571_1 img{
	max-width: 350px;
} */

/*
 Lunch hiding
 */
/* .page-id-2225 li#menu-item-58119, .page-id-2225 li#menu-item-58120, .page-id-2225 .et_pb_row_3 .et_pb_column_4_4 > div:nth-child(2){
	display: none;
} */


.et-db #et-boc .et-l .area-outer-wrap[data-da-area='divi-area-68857'] {
    width: 550px !important;
    max-width: 90%;
}
