/*
Theme Name: Amfissa Child
Theme URI: https://amfissa.qodeinteractive.com
Description: A child theme of Amfissa
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: amfissa
Template: amfissa
*/

#qodef-page-mobile-header-inner .qodef-mobile-header-right {
	display: flex;
	align-items: center;
	gap: 8px;
}
#qodef-page-mobile-header-inner .qodef-mobile-header-right .widget_amfissa_core_woo_side_area_cart {
	margin-bottom:0px;
}
.qodef-header-navigation>ul {
    gap: 30px;
}
#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs li a:before {
    background-color: #A4C841;
}
.woocommerce-tabs .wc-tabs li:not(.active) a {
	color: #5B543A!important;
}
#qodef-woo-page.qodef--single .entry-summary .price {
	font-family: "Noto Serif";
}
.qodef-blog-item .tqodef-e-read-more a {
	font-size:12px;
}
.qodef-header--sticky-display .qodef-header-sticky {
	padding-top: 5px;
    padding-bottom: 5px;
}
.blog-section .elementor-widget-amfissa_core_button {
	margin: 0 auto;
}
#qodef-page-footer-top-area-inner .qodef-grid-item {
	width:33%!important;
}
#qodef-page-footer-top-area-inner .qodef-grid-item .qodef-widget-title,
#qodef-page-footer-top-area-inner .qodef-grid-item ul li a {
	color:#fff!important;
}
#qodef-page-footer-top-area-inner .qodef-grid-item ul li a:hover {
	color:#a4c841!important;
}
.qodef-portfolio-list .portfolio-item .qodef-e-info {
	display:none;
}
.qodef-woo-product-mark {
	display:none;
}
.timeline-wrapper .qodef-workflow .qodef-workflow-item:nth-child(2n) .qodef-workflow-text {
    padding-left: 70px;
}
.timeline-wrapper .qodef-workflow .qodef-workflow-item:nth-child(2n+1):not(:first-child) .qodef-workflow-text {
	padding-right: 70px;
}
.description__container {
    overflow: hidden;
    transition: .6s height ease;
    position: relative;
}
.desc-wrapper:not(.opened) .description__container:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 125px;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #FCFDF6 100%);
}
.timeline-wrapper .qodef-workflow .qodef-workflow-item {
	padding-bottom:87px;
}
.whiteText .qodef-woo-product-title.entry-title a {
	color:#fff;
}
.qodef-portfolio-single .qodef-portfolio-title {
    font-size: 30px;
}
.mfp-gallery .mfp-figure .mfp-bottom-bar {
	display:none;
}