/*
 Theme Name:     Dine and Drink Child
 Description:    Dine and Drink Child Theme
 Author:         Chris Davis
 Author URI:     http://famousdavispro.com
 Template:       dine-and-drink
 Version:        1.0.7
*/

@import url("../dine-and-drink/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

.home_slider_container {
    width: 940px;
    margin-left: auto ;
    margin-right: auto ;

}

@media screen and (max-width: 980px) {
    .home_slider_container {
        width: 100%;
    }
}

@media screen and (max-width: 415px) {
    .lifetreevideo {
        display: none;
    }
}

.icon-food:before{content:"\f0f4" !important;}

#slider {
//width: 961px;
//height: 390px;
list-style: none;
overflow-y: auto;
overflow-x: hidden;
}

#slider li:first-child {
    //display: none;
}

.slider ul {
padding: 0;
margin: 0;
list-style: none;
}

.slider li {
float: left;
width: 192px;
//height: 200px;
padding: 0 0 10px;
margin: 0;
display: list-item;
text-align: -webkit-match-parent;
}

.slider li img {
padding: 4px;
background: #e7e3d4;
-webkit-box-shadow: 0 0 6px #9e978b;
-moz-box-shadow: 0 0 6px #9e978b;
-o-box-shadow: 0 0 6px #9e978b;
box-shadow: 0 0 6px #9e978b;
}

.slider li figure {
padding: 0;
margin: 0;
text-align: center;
}

.slider li .item {
padding: 5px;
width: 182px;
border: 1px solid #fff;
margin: auto;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
}

.slider li figcaption {
font: normal 0.81em/14px TradeGothicOblique, Arial,Georgia, Times, Times New Roman;
color: #4b5e27;
text-align: left;
font-weight: bold;
padding-left: 3px;
}

.no_comments_wrap {
    display: none;
}

.single-post-comment {
    display: none;
}

.ai1ec-calendar-toolbar, .ai1ec-title-buttons, .ai1ec-calendar-title, .ai1ec-pagination {
    display: none !important;
}

.ai1ec-allday-badge {
    display: none !important;
}

.ai1ec-event-time {
    display: none !important;
}


@media print {
    .header_mainmenu {
        display: none;
    }
    
    .footer_widgets {
        display: none;
    }
    
    .footer_copyright {
        display: none;
    }
    
    .food_menu_recommended {
        display: none;
    }
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
