/*
 Theme Name:   EasyEat Child Theme
 Theme URI:    https://easyeat.ancorathemes.com/
 Description:  EasyEat Child Theme
 Author:       AncoraThemes
 Author URI:   https://ancorathemes.com/
 Template:     easyeat
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  easyeat
*/


/* =Theme customization starts here
------------------------------------------------------------ */
li.order-now-button > a {
	border-color: var(--theme-color-text_link);
    background-color: var(--theme-color-text_link);
	padding: 20px 25px;
	
}
.order-now-button > ul:not(.sc_item_filters_tabs),
.order-now-button > ul {
	background-color: var(--theme-color-text_link) !important;
}
.order-now-button > ul li a {
	color: var(--theme-color-text_dark) !important;	
}
 @media (max-width: 767px) {
	 .order-now-button>a {
		 padding-left:1em !important;
	 }
	 .open_child_menu {
		 right: 20px !important
	 }
}
 @media (min-width: 767px) {
	.order-now-button>a>span:after {
		position: relative;
		top: -2px;
		font-size: 11px;
		font-weight: 400;
		font-family: "fontello";
		content: '\EA08';
		rotate: 180deg;
		display: inline-block;
		margin-left: 10px;
	}
}
.sc_icons_decoration .sc_icons_item .sc_icons_item_more_link .link_icon:before {
	color:red
}
table > tbody > tr:nth-child(2n) > td {
	background:RGBA(0,0,0,0)
}
.menu_hover_zoom_line .sc_layouts_menu_nav li li:not(.menu-collapse) > a:hover > span {
	padding-left: 0
}

.bottomCTA {
	transition: transform 0.3s, bottom 0.3s, color 0.3s, background-color 0.3s, border-color 0.3s, opacity 0.3s;
	position: fixed;
	z-index: 7999;
}

@media (max-width: 767px) {
	.bottomCTA {
		height: 230px;
	}
	.bottomCTA a.sc_button.sc_button_decoration.sc_button_size_normal.sc_button_icon_right {
		padding: 15px;
		margin-bottom: 15px;
	}
}
.bottomCTA.show {
    opacity: 1;
    bottom: 2em;
}
input[type="date"] {
	background-color: var(--theme-color-input_bg_color);
   border:none;
	    padding: 13px 0;
    line-height: 1em;
	
}
body:not(.home) .post_featured.with_thumb.sc_services_item_thumb {
	width: 100% !important
}
.post_featured.with_thumb.hover_link.sc_services_item_thumb img {
	max-height:250px;
}
#homePage .sc_button{display:none}