/*
Theme Name: Wineyard Child
Template: code4rest
Author: Code4rest
Description: Code4rest Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.1.40.1694078127
Updated: 2023-09-07 09:15:27

*/
/* Theme customization starts here
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* common css */
body .single-content h1,
body .single-content h2,
body .single-content h3,
body .single-content h4,
body .single-content h5,
body .single-content h6 {
    margin-top: 0;
}

.site-footer-section .widget-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-navigation,
.post-navigation {
    border-top: 1px solid var(--global-palette6);
    border-bottom: 1px solid var(--global-palette6);
    padding: 50px 0;
}

.elementor-widget-image-carousel .swiper .swiper-slide figure {
    display: inline-block;
    text-align: center;
}

body .loop-entry .entry-content-wrap .entry-footer .more-link-wrap .post-more-link {
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 500;
    color: var(--global-palette1);
}

.more-link-wrap .code4rest-svg-iconset.svg-baseline {
    display: none;
}

/* image hover  */
.loop-entry .post-thumbnail-inner img{
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.elementor-widget-ucaddon_post_carousel .uc_image_carousel_placeholder:hover img,
.loop-entry .post-thumbnail-inner:hover img{
	transform: scale(1.05);
}

/* -------------------- elementor section css -------------------- */



.uc_image_carousel_container_holder.uc_carousel_item.ue-item {
    margin-right: 8px;
}

/* image box */
.code4-imagebox .elementor-image-box-img {
    overflow: hidden;
}

.our-member .elementor-image-box-img {
    overflow: hidden;
}


/* blog sidebar */
.primary-sidebar.widget-area .widget_block {
    padding-block-end: 30px;
    border-block-end: 1px solid var(--global-palette6);
}
.primary-sidebar.widget-area .widget_block:first-child {
	padding: 0;
}
.primary-sidebar.widget-area .widget_block.widget_search,
.primary-sidebar.widget-area .widget_block:last-child,
.wp-block-search .wp-block-search__input {
    border: none;
}
.elementor-post__title:hover {
	color: var(--global-palette2);
}
.wp-block-search__inside-wrapper {
    border-block-end: 1px solid var(--global-palette6);
}

.wp-block-search .wp-block-search__button:hover,
.wp-block-search__inside-wrapper #wp-block-search__input-1:focus {
    box-shadow: none;
}

.wp-block-latest-posts.wp-block-latest-posts__list,
body .wp-block-latest-posts__list li,
body.search-results.content-style-unboxed .site .post-thumbnail,
body.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
    margin: 0;
}

/* blog comment */
@media screen and (max-width: 766px) {

    form.comment-form .comment-input-wrap .comment-form-author,
    form.comment-form .comment-input-wrap .comment-form-email,
    form.comment-form p.comment-form-float-label {
        margin: 0px;
    }

    body .comment-form p {
        margin-bottom: 20px;
    }

}

#secondary .woocommerce.widget_product_categories>ul li,
.widget .tagcloud a,
.widget li,
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,
.wp-block-tag-cloud .tag-cloud-link {
    padding-block: 4px;
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    display: block;
    font-size: 15px;
    color:var(--global-palette1);
    font-weight: 400;
}

.left-blog .elementor-post__title,
.right-blog .elementor-post__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

.wp-block-search .wp-block-search__button {
    color: var(--global-palette1);
}

.left-blog .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail,
.right-blog .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.left-blog .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail:hover,
.right-blog .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail:hover {
    transform: scale(1.05);
}

.left-blog .elementor-element.elementor-posts--thumbnail-top .elementor-post__thumbnail__link,
.right-blog .elementor-element.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
    overflow: hidden;
}

@media screen and (min-width: 720px) and (max-width: 1024px) {

    body .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default,
    body .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row {
        grid-template-columns: 2fr 1fr 1fr;
    }
}


/* footer */

.site-footer .textbox input[type="email"] {
    border-radius: 0;
    margin-block-end: 20px;
    border: none;
    width: 100%;
    height: 48px;

}

.mc4wp-form-fields {
    width: 400px;
}

.newsletter-form input[type="submit"] {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    padding: 0px;
    height: 50px;
    width: 140px;
}
.newsletter-form {
	justify-content: flex-start;
	display: flex;
	align-items: center;
}

.newsletter-form input[type="email"] {
    height: 50px;
    width: 100%;
    margin-right: 14px;
    border: none;
}

@media screen and (max-width: 767px) {
    .mc4wp-form-fields {
        width: 100%;
    }
    .newsletter-form input[type="email"] {
        width: 100%;
    }
    .newsletter-form {
        display: block;
    }
    .newsletter-form input[type="submit"] {
        width: 100%;
        margin-top: 20px;
    }
}

.mc4wp-response {
    padding-top: 20px;
    font-size: 16px;
}

.wp-block-columns-is-layout-flex {
    justify-content: center;
}


@media only screen and (max-width: 719px) {
    .wp-block-columns-is-layout-flex {
        justify-content: start;
    }
  }

.search-form .search-submit[type="submit"]:hover ~ .code4rest-search-icon-wrap {
    color: var(--global-palette8);
}

.header-search-bar .search-form .search-field {
    background: transparent;
    border: none;
    box-shadow: none;
}

.wp-block-column.footer-icon.is-layout-flow.wp-block-column-is-layout-flow {
    display: flex;
    justify-content: center;
    column-gap: 1em;
}

.team .elementor-icon-list-item.elementor-inline-item .elementor-icon-list-icon:hover {
    background: #ab9743;
    color: aliceblue;
}

.team .elementor-icon-list-item.elementor-inline-item .elementor-icon-list-icon {
    border: 1px solid #ab9743;
    border-radius: 50%;
    padding: 10px;
}

/* loader */
.pageloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(assets/image/loader.gif) center no-repeat #fff;
}

/* comments */
.comment-form-comment.comment-form-float-label:focus,
textarea:focus {
    color: var(--global-palette1);
}

textarea,
input[type="email"],
input[type="text"],
input[type="url"] {
    background-color: var(--global-palette8);
    border: 1px solid var(--global-palette6);
    color: var(--global-palette1);
    border-radius: 0px;
    box-shadow: none;
}

textarea:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="url"]:focus {
    color: var(--global-palette1);
    box-shadow: none;
}

textarea::placeholder,
input[type="email"]::placeholder,
input[type="text"]::placeholder,
input[type="url"]::placeholder {
    color: var(--global-palette1);
}

.comments-area .comment-form p.comment-form-float-label label.float-label,
.comment-input-wrap .comment-form-author .float-label,
.comment-input-wrap .comment-form-email .float-label,
.comment-input-wrap .comment-form-url .float-label {
    color: var(--global-palette1);
}

.comments-area textarea:focus {
    box-shadow: none;

}

.faq .elementor-accordion .elementor-accordion-item {
    border-bottom: 1px solid #e5e5e5 !important;
}

.faq .elementor-accordion .elementor-accordion-item:last-child {
    border-bottom: none !important;
}

.search-results.content-style-unboxed .entry-content-wrap {
    margin-block-start: 20px;
}

.entry-taxonomies a {
    font-weight: 400;
    text-transform: capitalize;
}

.entry-hero{
	height:150px;
}

html body.wp-singular.page-template-default.page.page-id-23.wp-custom-logo.wp-embed-responsive.wp-theme-code4rest.wp-child-theme-wineyard-child.footer-on-bottom.hide-focus-outline.link-style-standard.content-title-style-above.content-width-normal.content-style-unboxed.content-vertical-padding-show.transparent-header.mobile-non-transparent-header.code4rest-elementor-colors.elementor-default.elementor-kit-8.elementor-page.elementor-page-23.e--ua-isTouchDevice.e--ua-firefox div#wrapper.site.wp-site-blocks div#inner-wrap.wrap.hfeed.kt-clear div#primary.content-area div.content-container.site-container main#main.site-main div.content-wrap div.post-thumbnail.article-post-thumbnail.code4rest-thumbnail-position-behind.alignfull.code4rest-thumbnail-ratio-2-3{
	display:none;
}

html body.wp-singular.page-template-default.page.page-id-23.logged-in.admin-bar.wp-custom-logo.wp-embed-responsive.wp-theme-code4rest.wp-child-theme-wineyard-child.footer-on-bottom.hide-focus-outline.link-style-standard.content-title-style-above.content-width-normal.content-style-unboxed.content-vertical-padding-show.transparent-header.mobile-non-transparent-header.code4rest-elementor-colors.elementor-default.elementor-kit-8.elementor-page.elementor-page-23.customize-support.dialog-body.dialog-buttons-body.dialog-container.dialog-buttons-container.e--ua-isTouchDevice.e--ua-firefox div#wrapper.site.wp-site-blocks div#inner-wrap.wrap.hfeed.kt-clear section.entry-hero.page-hero-section.entry-hero-layout-standard div.entry-hero-container-inner div.hero-container.site-container{
	display:none;
}

html body.wp-singular.page-template-default.page.page-id-23.logged-in.admin-bar.wp-custom-logo.wp-embed-responsive.wp-theme-code4rest.wp-child-theme-wineyard-child.footer-on-bottom.hide-focus-outline.link-style-standard.content-title-style-above.content-width-normal.content-style-unboxed.content-vertical-padding-show.transparent-header.mobile-non-transparent-header.code4rest-elementor-colors.elementor-default.elementor-kit-8.elementor-page.elementor-page-23.customize-support.dialog-body.dialog-buttons-body.dialog-container.dialog-buttons-container.e--ua-isTouchDevice.e--ua-firefox div#wrapper.site.wp-site-blocks div#inner-wrap.wrap.hfeed.kt-clear section.entry-hero.page-hero-section.entry-hero-layout-standard{display:none;}