/*
 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;
}
.top-right .order-now-button > ul li a, .top-right .order-now-button > a, .top-right .order-now-button > a:hover, .top-right .order-now-button:hover a {
	color: #fff !important;	
}
.sc_services_default .sc_services_item_thumb img {
	max-height:306px !important
}
 @media (max-width: 767px) {
	 .order-now-button>a {
		 padding-left:1em !important;
	 }
	 .open_child_menu {
		 right: 20px !important
	 }
}
.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;
}
.sc_services .post_featured>.sc_services_item_price {
	font-size: 1.3em;
}
@media (max-width: 767px) {
	.bottomCTA {
		height: 170px;
	}
	.bottomCTA a.sc_button.sc_button_default.sc_button_size_normal.sc_button_icon_left {
		padding: 15px;
		margin-bottom: 15px;
	}
}
.bottomCTA.show {
    opacity: 1;
    bottom: 2em;
}
 @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;
	}
	 .is_single .top_panel_custom_header-everest-main > div > section,
	 .blog_mode_services .top_panel_custom_header-everest-main > div > section, 
	 .blog_mode_post .top_panel_custom_header-everest-main > div > section,
	 .blog_template .top_panel_custom_header-everest-main > div > section,
	 .blog_style_classic_3 .top_panel_custom_header-everest-main > div > section{
		 background:url("/everest/wp-content/uploads/2023/01/decoration-bg-1.png") left top no-repeat #FFB936 !important;
	 }
}
.sc_services .post_featured>.sc_services_item_price {
	background: #ec3d08;
    padding: 10px 10px;
    display: block;
    position: absolute;
    right: 1px;
    bottom: 0;
    text-shadow: none;
}
.sc_services_columns_wrap .trx_addons_column-1_3 {
    width: 25%;
}
.sc_services_default .sc_services_item_thumb img {
    max-height: 300px !important;
    object-fit: cover;
	height: 300px;
}

.categories_list_item .sc_button_arrow {
    position: relative;
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.85em;
    text-align: center;
    color: #fff;
    background-color: var(--theme-color-text_dark_008);
    border: none;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: color 0.3s ease,background-color 0.3s ease,box-shadow 0.3s ease-out;
    -ms-transition: color 0.3s ease,background-color 0.3s ease,box-shadow 0.3s ease-out;
    transition: color 0.3s ease,background-color 0.3s ease,box-shadow 0.3s ease-out;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.categories_list_item .sc_button_arrow:before {
    content: '\E9A4';
    font-family: "fontello";
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.categories_list_item:hover .sc_button_arrow,
.categories_list_item .sc_button_arrow:hover {
    color: #FFF;
    background-color:#ec3d08;
    -webkit-box-shadow: 0 5px 16px var(--theme-color-text_link_02);
    -ms-box-shadow: 0 5px 16px var(--theme-color-text_link_02);
    box-shadow: 0 5px 16px var(--theme-color-text_link_02)
}

.categories_list_item:hover .sc_button_arrow,
.categories_list_item .sc_button_arrow:hover {
    background-color:#ec3d08;
    -webkit-box-shadow: 0 5px 16px var(--theme-color-text_link2_02);
    -ms-box-shadow: 0 5px 16px var(--theme-color-text_link2_02);
    box-shadow: 0 5px 16px var(--theme-color-text_link2_02)
}
.sc_services .post_featured>.sc_services_item_price {
    font-size: 1em;
}