/*
Theme Name: HRG Child Theme
Description: hrg child theme
Author: Icomm Studios
Template: Divi
Version: 0.1.0
*/
@import url("../Divi/style.css");
#header-title-link{
	display:inline-block;
	font-size:15px;
	color: rgba(251,251,251, .4);
}
#header-title-link:hover{
		color: rgba(251,251,251, .9);
}
.error404 #content-area {
	text-align:center;
}

.et-pb-arrow-next, .et-pb-arrow-next:hover, .et-pb-arrow-prev, .et-pb-arrow-prev:hover {
	color: black !important;
}

/* FADE hack for full-width slider 
.header-slider .et_pb_slide_description {
	-webkit-animation-name: fade !important;
    -moz-animation-name: fade !important;
    -ms-animation-name: fade !important;
    -o-animation-name: fade !important;
    animation-name: fade !important;
}*/

/*custom css written on 9mar20*/
li.dishes__item.second{padding-left:40px;margin-bottom: 1em;position: relative;list-style:none;}
li.dishes__item.third{padding-left:70px;margin-bottom: 1em;position: relative;list-style:none;}
/*li.dishes__item.second:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 10px;
	width: 6px;
	height: 6px;
	background-color: #000;
	border-radius: 50%;
}

li.dishes__item.third:before{
	content: "";
	position: absolute;
	left: 40px;
	top: 10px;
	width: 6px;
	height: 6px;
	background-color: #000;
	border-radius: 50%;
	
}*/

@media only screen and (max-width: 767px){
	li.dishes__item.second{padding-left: 30px;margin-bottom: 1em;}
	li.dishes__item.third{padding-left:50px;margin-bottom: 1em;}
}

/* Vertically Center Badges */
@media only screen and (max-width: 980px){
	.et_pb_slides .et_pb_slider_container_inner {
		vertical-align: top !important;
	}
}

/* Juicer */
ul.juicer-feed {
	margin: 0px !important; padding: 0px !important;
}


/* Inline Side by Side buttons */
.inline-buttons {
	text-align: center !important;
}

.inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
	margin: 0px 10px !important;
}

/* Stop image modules with a hover image from flickering */
.no-animation img, .no-animation:hover img, .no-animation .et_multi_view_image__loaded, .no-animation:hover .et_multi_view_image__loaded, .no-animation > * { animation: none !important; }
