.gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
    display:none !important
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox] + label{
    font-weight:normal;
    cursor:pointer;
    margin-bottom:0;
    padding-left:0;
    line-height:1; 
    margin:0;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox] + label:before {
    content:"";
    display:inline-block;
    width:17px;
    height:17px;
    vertical-align:middle;
    margin-right:8px;
    background-color:#fff;
    border:1px solid #ccc;
    border-radius:2px;
    font-weight:normal;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label:before {
    content:"\2714";
    color:white;
    background-color:#69f;
    border:1px solid #69f;
    text-align:center;
    line-height:14px;
}
.gform_wrapper ul.gfield_radio li input[type="radio"] {
    display: none;
}

.gform_wrapper ul.gfield_radio li input[type="radio"] + label{
    font-weight:normal;
    cursor:pointer;
    margin-bottom:0;
    padding-left:27px;
    line-height:1;
    margin:0;
}
.gform_wrapper ul.gfield_radio li input[type="radio"] + label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: 1px;
}
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label:before {
    background-color: #fff;
    border: 4px solid #69f;
}
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    display: none !important;
}
.gform_wrapper .gfield_error [aria-invalid=true] {
    border: 1px solid #c01f41 !important;
}
.gform_wrapper .gform_validation_errors {
    border: 1.5px solid #c01f41 !important;
}
.gform_wrapper .gfield_error .gfield_repeater_cell label, .gform_wrapper .gfield_error label, .gform_wrapper .gfield_error legend, .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message, .gform_wrapper [aria-invalid=true]+label, .gform_wrapper label+[aria-invalid=true] {
    color: #c01f41 !important;
}
.gform_wrapper .gfield_required {
    color: #c01f41 !important;
}
body .gform_wrapper .top_label .gfield_label {
    margin-top: 0;
}
body div#ui-datepicker-div[style] {
    background-color: #fff;
    padding: 10px;
    min-width: 270px;   
}
.ui-datepicker-title select {
    margin-top: 0 !important;
    width: 88px;
    float: left;
    padding: 0px 7px !important;
    height: 32px;
    font-size: 13px;
}
body .ui-datepicker-header {
    background-color: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    min-height: 40px!important;
    border-width: 0 !important;
}
.ui-datepicker .ui-datepicker-header a {
    background-color: #000 !important;
}
.ui-datepicker-prev {
    margin-right: 7px;
}
.ui-datepicker td a, .ui-datepicker td span {
    width: 100% !important;
    background: #fff !important;
    text-shadow: none !important;
    font-size: 14px !important;
    font-weight: normal !important;
    height: 30px !important;
    display: block !important;  
}
.ui-datepicker tbody td {
    padding: 0;
    border: 1px solid #ccc; 
}
td.ui-datepicker-unselectable.ui-state-disabled {
    background-color: #eee;
}
.ui-datepicker tbody td:last-child {
    border-right: 1px solid #bbb;
}
.ui-datepicker .ui-datepicker-calendar td {
    height: 30px !important;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
    background-color: transparent !important;
}
.ui-datepicker th {
    text-transform: uppercase;
    text-align: center;
    font-size: 14px !important;
    padding: 0 !important;
    color: #fff !important;
    text-shadow: none !important;
    filter: none !important;
    background-color: #555 !important;
}
.ui-datepicker .ui-datepicker-calendar td:hover, .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today {
    background-color: #eeeeee !important;
}
.sadu-gravaty-style .gform_wrapper .gfield_error .gfield_label {
    color: #e60000 !important;
}
.loader {
  border: 5px solid #eee;
  border-radius: 50%;
  border-top: 5px solid #0053A0;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.btn-load {
  position: relative;
  opacity: .8;
  color: transparent !important;
  text-shadow: none !important;
}
.btn-load:hover,
.btn-load:active,
.btn-load:focus {
  cursor: default;
  color: transparent;
  outline: none !important;
  box-shadow: none;
}
.btn-load:before {
  content: '';
  display: inline-block;
  position: absolute;
  background: transparent;
  border: 1px solid #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  -webkit-animation: ld 1s ease-in-out infinite;
  -moz-animation: ld 1s ease-in-out infinite;
  -o-animation: ld 1s ease-in-out infinite;
  animation: ld 1s ease-in-out infinite;
}
.btn-default.btn-load:before {
  border-left-color: #333333;
  border-right-color: #333333;
}
.btn-lg.btn-load:before {
  margin-top: -16px;
  margin-left: -16px;
  width: 32px;
  height: 32px;
}
.btn-sm.btn-load:before {
  margin-top: -9px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
}
.btn-xs.btn-load:before {
  margin-top: -7px;
  margin-left: -7px;
  width: 14px;
  height: 14px;
}
@-webkit-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@-moz-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@-o-keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@keyframes ld {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
.progress_load {
    height: 4px;
    position: relative;
    display: block;
    background-color: #2e4b93;
    position: relative;
    overflow: hidden;
    clear: both;
}
.loadmoreDiv{
  text-align:center;  
}
.progress_load:after {
    content: "";
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .5)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .5)), color-stop(.75, rgba(255, 255, 255, .5)), color-stop(.75, transparent), to(transparent));
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, .5) 75%, transparent 75%, transparent);
    z-index: 1;
    background-size: 30px 30px;
    -webkit-animation: move 1s linear infinite;
    -moz-animation: move 1s linear infinite;
    overflow: hidden;
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
/* Home Hero */
.latestReviewsWrap a,
.dailyDealsWraps a,
.blogWraps a {
	cursor: pointer;
}
.latestReviewsWrap h5 {
	margin: 0;
	line-height: 1;
	padding-bottom: 12px;
}
.dailyDealsWraps h5 {
	margin: 0;
	line-height: 1;
	padding-bottom: 12px;
}
.blogWraps .elementor-post__thumbnail__link {
	margin-bottom: 0 !important;
}
.blogWraps .elementor-post__text {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	padding: 25px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}



.blogWraps .eael-post-grid .eael-grid-post-holder-inner {
	position: relative;
}
.blogWraps .eael-post-grid .eael-grid-post {
	width: 100%;
}
.blogWraps .eael-post-grid .eael-grid-post .eael-entry-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
	z-index: 9;
	color: #fff;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.blogWraps .eael-post-grid .eael-grid-post .eael-entry-title {
	font-size: 32px;
	color: #fff;
}
.blogWraps .eael-post-grid .eael-grid-post .eael-entry-title a {
	font-size: 32px;
	color: #fff;
}
.blogWraps .eael-post-grid .eael-grid-post .eael-entry-title a:hover {
	color: #fff !important;
}
.blogWraps .eael-post-grid .eael-grid-post .eael-entry-meta span,
.blogWraps .eael-post-grid .eael-grid-post .eael-entry-meta a {
	color: #fff;
	font-size: 14px;
}
.eael-grid-post-holder-inner:hover .eael-entry-thumbnail {
    transform: scale(1.1);
}
.eael-grid-post-holder-inner .eael-entry-thumbnail {
    transition: 0.3s ease-in-out;
}
/* Home Tab */
.homeCatWraps .e-n-tabs-heading {
	
}
.homeCatWraps .e-n-tabs-heading button {
	min-width: 20% !important;
}
.homeCatWraps .e-n-tabs-heading button:hover {
	 color: #1B161F !important;
}
.homeCatWraps .e-n-tabs-heading button[aria-selected=true]:hover {
	 color: #fff !important;
}
.homeCatWraps .e-n-tabs-heading button[aria-selected="true"] .e-n-tab-title-text {
	color: #FFAF10;
}
.homeCatWraps .e-n-tabs-heading button[aria-selected="true"] .e-n-tab-icon path {
	fill: #FFAF10;
}
.subcategories-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.subcategories-list li {
    list-style: none;
    width: 25%;
    margin-bottom: 10px;
    padding-right: 20px;
    font-size: 14px;
}
.subcategories-list li a {
	display: block;
	padding-bottom: 10px;
	position: relative;
	color: #E2E7EE;
	line-height: 1.3;
	border-bottom: 1px solid #44444F;
	padding-left: 20px;
}
.subcategories-list li a i {
	position: absolute;
	left: 0;
	top: 2px;
}
.subcategories-list li a:hover {
	color: #FFAF10;
}

.customDivider .elementor-divider-separator {
	position: relative;
}
.customDivider .elementor-divider-separator:before {
    content: "";
    width: 20%;
    position: absolute;
    background-color: #000000;
    height: 5px;
    left: 0;
    top: -4px;
}
.eael-entry-meta {
	padding: 15px 0;
}
.eael-entry-meta span, .eael-entry-meta a {
	font-size: 12px;
	color: #70707B;
	line-height: 1;
}
.eael-entry-meta span:first-child {
    border-right: 1px solid;
    margin-right: 10px;
}
.eael-entry-meta span:before {
	display: none !important;
}
.eael-entry-media .post-carousel-categories {
	opacity: 1;
	visibility: visible;
}
.eael-entry-media .post-carousel-categories a {
	font-size: 11px;
	background-color: #E59901;
	padding: 6px 12px 5px 12px;
	display: inline-block;
	line-height: 1;
	border-radius: 50px;
}

.latestBlogsWraps .eael-post-grid .eael-grid-post-holder-inner {
	position: relative;
}
.latestBlogsWraps .eael-post-grid .eael-grid-post:nth-child(2),
.latestBlogsWraps .eael-post-grid .eael-grid-post:nth-child(4) {
	width: 50%;
}
.latestBlogsWraps .eael-post-grid .eael-grid-post:nth-child(2) .eael-entry-wrapper,
.latestBlogsWraps .eael-post-grid .eael-grid-post:nth-child(4) .eael-entry-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
	z-index: 9;
	color: #fff;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.latestBlogsWraps .eael-post-grid .eael-grid-post:nth-child(2) .eael-entry-title,
.latestBlogsWraps .eael-post-grid .eael-grid-post:nth-child(4) .eael-entry-title {
	font-size: 32px;
	color: #fff;
}
.latestBlogsWraps .eael-post-grid .eael-grid-post:nth-child(2) .eael-entry-title a,
.latestBlogsWraps .eael-post-grid .eael-grid-post:nth-child(4) .eael-entry-title a {
	font-size: 32px;
	color: #fff;
}
.latestBlogsWraps .eael-post-grid .eael-grid-post:nth-child(2) .eael-entry-content,
.latestBlogsWraps .eael-post-grid .eael-grid-post:nth-child(4) .eael-entry-content {
	display: none;	
}
.latestBlogsWraps .eael-post-grid .eael-grid-post:nth-child(2) .eael-entry-meta span,
.latestBlogsWraps .eael-post-grid .eael-grid-post:nth-child(2) .eael-entry-meta a,
.latestBlogsWraps .eael-post-grid .eael-grid-post:nth-child(4) .eael-entry-meta span,
.latestBlogsWraps .eael-post-grid .eael-grid-post:nth-child(4) .eael-entry-meta a {
	color: #fff;
	font-size: 14px;
}

.mealDeliveryWraps .eael-grid-post-holder-inner {
	display: flex;
	align-items: center;
}
.mealDeliveryWraps .eael-entry-media {
	width: 40%;
}
.mealDeliveryWraps .eael-entry-wrapper {
	width: 60%;
}
