.etn-widget.etn-add-calender-url{
    margin-top: 25px;
}

/* all custom css here */
.header-navigation .header_right_switch_off{
    display: none;
}
@media screen and (max-width: 1199.98px) {
    .header-navigation .header_right_switch_off {
        display: block;
    }
}
/* Header social design */
.button-for-search-header label {
    cursor: pointer;
}
/* Header side social style */
@media screen and (max-width: 1199.98px) {
    .header-navigation .theme-menu-bottom .social-link li {
        margin-bottom: 10px;
    }
}

/* Footer copyright center design */

.text-center-push{
    text-align: center ;
}

.float-right-menu{
    
}
@media screen and (min-width: 992px) {
    .copyright-textx {
        text-align: start;
    }
}
@media screen and (min-width: 992px) {
    .float-right-menu {
        float: right ;
    }
}

@media screen and (min-width: 767.98px) {
    .float-right-menu {
        text-align: center;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .copyright-textx {
            text-align: center;
        }
}

/* Footer li text style */

.footer-widget .widget-content ul li:not(:last-child) {
    margin-bottom: 10px;
}

/* Blog post Sidebar Design */
.sidebar-widget .widget-content .tagcloud a.tag-cloud-link {
    margin-right: 5px;
    background-color: var(--white-color);
    padding: 13px 16px;
    font-size: 18px !important;
    line-height: 1;
    font-weight: 500;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #000;
}


/* .sidebar-widget.sidebar-categories-widget .widget-content ul li.cat-item a::after{
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 18px;
} */

.sidebar-search-widget .widget-content input.form_control {
    border: none;
    background-color: var(--gray-color);
    border-radius: 5px;
    line-height: 31px;
    font-weight: 500;
    font-size: 18px;
    color: var(--heading-color);
    width: 90%;
}
.sidebar-search-widget .widget-content button.search-btn {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -4px;
    right: -15px;
    background-color: var(--secondary-color);
}
.pageontent.blog-search-content.blog-search-content-custom.blog-search-content-d-none .search-btn {
    right: 15px;
}

/* Follow on Blog Sidbar CTA */
.sidebar-widget.sidebar-categories-widget .social-box a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--heading-color);
    color: var(--heading-color);
    margin-right: 5px;
}

.sidebar-banner-widget-blog h4 {
    margin-bottom: 15px;
}
.sidebar-banner-widget-blog p {
    margin-bottom: 30px;
}
.sidebar-banner-widget-blog span {
    margin-bottom: 20px;
}
.sidebar-banner-widget-blog {
    padding: 10px 0;
}

/* Blog Post Video icon */
.post-thumbnail .video-play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 20px;
    width: 70px;
    height: 70px;
    border: 1px solid #a3a3a3;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    color: #a3a3a3;
    z-index: 1;
}

.foodix-post-item-video .post-thumbnail::after {
    content: "";
    position: absolute;
    background: #000000ad;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0px 0px;
}
.z-index-10-blog-post-cat{
    z-index: 10;
}

/* Blog Post Video icon */
.foodix-post-item-gallery .slick-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    height: 50px;
    width: 50px;
    border: 1px solid #cfcfcf;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    background: #ffffff40;
    color: #a1a1a1;

}

.foodix-post-item-gallery .next.slick-arrow {
    right: 5px;
}

.foodix-post-item-gallery .prev.slick-arrow {
    left: 5px;
}

.foodix-post-item-gallery .slick-arrow i {
    font-size: 20px;
    font-weight: 700;
}
.foodix-blog-standard-sec .foodix-post-item .post-thumbnail iframe{
    border-radius: 10px 10px 0 0;
}
.blog-post-main .blog-post-item .post-thumbnail iframe{
    border-radius: 10px;
}

/* blockquote */
blockquote {
    position: relative;
    border-radius: 10px;
    padding: 20px 30px;
    background-color: var(--gray-color);
    border-left: 2px solid var(--primary-color);
}
blockquote .icon{
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 35px;

}

blockquote .content p {
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 0;
}

/* Blog Post item category none */
.foodix-post-item span.blog-post-item-d-none {
    display: none !important;
}
.p-relative{
    position: relative;
}

.blog-post-main.foodix-post-item-video .post-thumbnail::after {
    border-radius: 10px 10px 10px 10px;
}
.comments-list .comment-custon-remove-flex{
    display: inline-block !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}
.comment-respond p {
    margin-bottom: 10px;
}

.comment-respond .comment-reply-title{
    margin-bottom: 30px;
    margin-top: 30px;
}
.comment-respond #cancel-comment-reply-link{
    color: red;
}
.comments-area .comment-custon-remove-flex .author-name{
    margin-right: 10px;
}
/* Sidebar recent post style */



.sidebar-widget-area .sidebar-post-widget .post-thumbnail-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}



.sidebar-widget-area .sidebar-post-widget .post-thumbnail-content .post-title-date span.posted-on {
    color: var(--primary-color);
    line-height: 1;
}
.sidebar-widget-area .sidebar-post-widget .post-thumbnail-content .post-title-date span.posted-on a {
    font-size: 16px;
    font-weight: 400;
}
.sidebar-widget-area .sidebar-post-widget .post-thumbnail-content .post-title-date .posted-title-blog {
    font-size: 16px;
    line-height: 26px;
}
.sidebar-widget-area .sidebar-post-widget .post-thumbnail-content .post-title-date .posted-title-blog a{
    font-size: 16px;
    font-weight: 700;
}

/* BLog Search None Page Style */


.blog-search-content-custom input.form_control {
    width: 100% !important;
    padding: 15px;
}
.blog-search-content-custom button.search-btn {
    top: 10px !important;
}


@media screen and (max-width: 992px) {
    .blog-search-content-d-none .sidebar-search-widget {
    display: none;
    }
}

.header-navigation .site-branding {
    line-height: 90px;
}
.footer-margin-top{
    margin-top: 100px;
}


@media screen and (max-width: 1199.98px) {
    .home-one-foodix {
        padding-top: 0px !important;
    }
}
.home-one-foodix h1{
        font-size: 100px !important;
        text-transform: capitalize;
        margin-bottom: 30px !important;
        font-family: var(--accent-font);
        font-weight: 400;
        font-size: 100px;
        line-height: 125px !important;
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    width: auto !important;
}


/*woo */
.star-rating{
	position: relative;
	display: inline-block;
}
.star-rating span {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	font-size: 0px;
}
.star-rating::before {
	font-family: "Font Awesome 5 Pro";
	content: "\f005 \f005 \f005 \f005 \f005";
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #d9d9ea;
	font-size: 16px;

}
.star-rating span::before {
	font-family: "Font Awesome 5 Pro";
	content: "\f005 \f005 \f005 \f005 \f005";
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #ffbf14;
	font-weight: 900;
	display: inline-block;
	font-size: 16px;
}
.header-side-social ul li {
    display: inline-block;
    border: 1px solid #ddd;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 37px;
    border-radius: 100%;
}