/**
Theme Name: Astra SY
Author: WPKEJI.COM
Author URI: https://www.wpkeji.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites.
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
input,button,select,textarea{
    outline:none;
}

.hidden {
    display: none;
}
.main-header-menu .lang-item.current_page_parent > .menu-link {
    color: var(--ast-global-color-1);
}
.main-header-menu .lang-item.current_page_parent:hover > .menu-link,
.main-header-menu .current_page_parent > .menu-link,
.main-header-menu .current-menu-parent > .menu-link {
    color: var(--ast-global-color-0);
}

.ast-separate-container .ast-archive-description,
.ast-separate-container .ast-author-box {
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #eee;
}
@media (min-width: 1201px) {
    .ast-separate-container .ast-archive-description,
    .ast-separate-container .ast-author-box {
        margin: 0;
        padding: 20px;
    }
}

.entry-content .product-quote-form {
    display: block!important;
}

.archive .entry-content p {
    max-height: 60px;
    overflow: hidden;
}

/*************************************/
.archive .wpkj-product .ast-blog-featured-section.post-thumb {
    float: none;
}
.archive .wpkj-product .entry-header {
    margin: 10px 0;
}
.archive .wpkj-product .entry-content p {
    margin-bottom: 10px;
    max-height: 78px;
    overflow: hidden;
}
.wpkj-product.ast-col-md-4 {
	width: 33.33333%;
	float: left;
}
@media (max-width: 921px) {
	.wpkj-product.ast-col-md-4 {
		width: 33.33333%;
	}
}
@media (max-width: 544px) {
	.wpkj-product.ast-col-md-4 {
		width: 100%;
	}
}

/**********************************/
.product-slider {
    margin-bottom: 20px;
}
.product-info {
    padding-left: 0;
}
.entry-content .wp-block-cover-image .wp-block-cover__inner-container,
.entry-content .wp-block-cover .wp-block-cover__inner-container {
    max-width: 1000px;
}

@media (min-width: 1201px) {
    .product-slider.has-gallery {
        /* min-height: 476px; */
    }
    .product-slider.has-post-thumbnail {
        min-height: 380px;
    }
}
@media (max-width: 544px) {
    .product-info {
        padding-left: 20px;
    }
    .ast-right-sidebar #secondary, 
    .ast-left-sidebar #secondary, 
    .ast-separate-container.ast-two-container.ast-left-sidebar #secondary, 
    .ast-separate-container.ast-two-container.ast-right-sidebar #secondary, 
    .ast-separate-container.ast-right-sidebar #secondary, 
    .ast-separate-container.ast-left-sidebar #secondary {
        padding-right: 0;
    }
    .entry-content .wp-block-cover-image .wp-block-cover__inner-container,
    .entry-content .wp-block-cover .wp-block-cover__inner-container {
        width: 100%;
    }
}
.splide__slide img {
    width: auto;
    max-height: 600px;
    margin: 0 auto;
    display: block;
}
.splide-slider-thumb {
    width: 100%;
    margin: 12px auto 0 auto;
}
.splide-slider .splide__arrow{
    width: 3em;
    height: 3em;
}
.splide__track--nav>.splide__list>.splide__slide {
    border-width: 2px;
}
.splide__track--nav>.splide__list>.splide__slide.is-active {
    border-width: 2px;
    border-color: var(--ast-global-color-0);
}

.product-info .product-quote{
    width: 180px;
    text-align: center;
    margin-bottom: 20px;
}
.product-info ol, .product-info ul {
    margin: 0 0 1.5em 1.2em;
}

/**********************************************/

.switch-nav {
    position: relative;
    margin-bottom: 20px;
}

.switch-nav .fixed {
    position: fixed;
    top: 0;
    width: auto;
}
.admin-bar .switch-nav .fixed {
    top: 32px;
}
.switch-nav > ul {
    padding: 0;
    border-bottom: 1px solid #EAEAEA;
    background-color: #fff;
    transition: all 2s;
    margin: 0;
}
.switch-nav ul li{
    display: inline-block;
    list-style: none;
    border: 1px solid #EAEAEA;
    line-height: 2.2;
    margin-bottom: -1px;
    background-color: #F3F4F7;
}
.switch-nav ul li a{
    padding: 0 15px;
    font-size: 18px;
    color: #333;
}

.switch-nav ul li.active{
    border-top: 2px solid #113CFE;
    border-bottom: 1px solid #fff;
    font-weight: 600;
    background-color: #fff;
}
.switch-nav ul li.active a {
    color: #113CFE;
}


/*********************************/
.archive .site-main > .ast-row {
    margin-left: -10px;
    margin-right: -10px;
}
.archive .site-main > .ast-row .ast-archive-post {
    padding-left: 10px;
    padding-right: 10px;
}
.archive .site-main > .ast-row .ast-col-md-3:nth-child(4n+1),
.archive .site-main > .ast-row .ast-col-md-6:nth-child(2n+1),
.archive .site-main > .ast-row .ast-col-md-4:nth-child(3n+1) {
    clear: left;
}
.has-post-thumbnail .ast-blog-featured-section.post-thumb.ast-width-md-6 {
    width: 33.33333%;
}
.has-post-thumbnail .post-content.ast-width-md-6 {
    width: 66.6666%;
}
.archive .site-main .post-content {
    background: #fff;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.ast-separate-container .ast-separate-posts.ast-article-post {
    margin-bottom: 20px;
}

.archive .ast-pagination .prev {
    float: left;
}
/***********************/
.ast-header-breadcrumb {
    border: none;
}
/****************************/
.uagb-post-grid .uagb-post__cta {
    display: none;
}
.uagb-slick-carousel {
    padding: 20px 0 45px 0;
}
.elementor-element .uael-post__excerpt {
    max-height: 52px;
    overflow: hidden;
}
.uael-video-gallery-wrap {
    margin-bottom: 0;
}

/*****************************/
.ast-blog-featured-section {
    margin-bottom: 0;
}
@media (min-width: 922px) {
    .ast-left-sidebar .ast-container #secondary {
        border-right: none;
        margin-right: 0;
    }
    .blog-layout-3 .post-content {
        padding-left: 20px;
    }
}

.blog .entry-content p {
    max-height: 52px;
    overflow: hidden;
}

/*******************************/
.single .entry-header {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 1.5em;
}
.single-wpkj-product .entry-header {
    padding-bottom: 0;
}
.single-wpkj-product .entry-content {
	padding-top: 1.5em;
}
/*******************************/
.widget ul li .angle {
    top: 8px;
    right: 0;
}
.secondary .widget-title {
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}
.secondary .widget-title::after {
    content: "";
    height: 2px;
    width: 84px;
    background-color: var(--ast-global-color-0);
    position: absolute;
    left: 0;
    bottom: -2px;
}
.secondary .widget_categories ul li,
.secondary .woocommerce ul.product-categories>li, 
.secondary .widget_product_categories ul li, 
.secondary .widget_wpkj_related_terms ul li, 
.secondary .widget_nav_menu ul li {
    padding: 3px 0;
    border-bottom: 1px solid #ddd;
}
.widget_categories ul.children li,
.woocommerce ul.product-categories>li ul li, 
.widget_wpkj_related_terms ul.children li, 
.widget_product_categories ul.children li, 
.widget_nav_menu ul.sub-menu li {
    padding: 3px 0 3px 20px;
    border-bottom: 0;
    border-top: 1px solid #ddd;
    background: #f8f8f8;
}
.widget_categories ul.children, 
.widget_nav_menu ul ul.sub-menu, 
.widget_wpkj_related_terms ul.children, 
.widget_product_categories ul.children {
    background: #f8f8f8;
}
.widget_nav_menu .current-post-ancestor .current-post-parent > a,
.widget_nav_menu .current-menu-item > a, 
.widget_categories .current-cat > a, 
.widget_wpkj_related_terms .current-cat > a, 
.widget_product_categories .current-cat > a {
    color: var(--ast-global-color-0);
}
/*************************************/
.share-customize-link {
    display: none;
}
.product-info div.sharedaddy h3.sd-title:before {
    border: none;
}

/***********************************************/
.site-footer .widget-title {
    color: #fff;
}
.site-footer .widget {
    color: #767676;
}
.site-footer .widget p {
    margin-bottom: 2px;
}
.site-footer .widget a {
    color: var(--ast-global-color-6);
}
.site-footer .widget a:hover {
    color: var(--ast-global-color-0);
}
.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    border-top: 1px solid #383838;
    padding-top: 20px;
}
.site-below-footer-wrap p {
    margin-bottom: 0;
}
