/*
Theme Name: Fabrica Child
Theme URI: https://example.com/
Description: Child theme for Fabrica Child
Author: Your Name
Author URI: https://example.com/
Template: fabrica
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fabrica-child
*/

/* Custom Portfolio Hover Styles */
.custom-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.custom-overlay-title {
    background: white;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    padding: 8px 12px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    pointer-events: auto;
}

.custom-overlay-button {
    background-color: white;
    color: #F15A29;
    padding: 6px 14px;
    border-radius: 0;
    font-size: 14px;
    text-decoration: none;
    margin-top: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    pointer-events: auto;
}

.custom-overlay-button svg {
    width: 14px;
    height: 14px;
    fill: #F15A29;
    transition: transform 0.3s ease;
}

.custom-overlay-button:hover svg {
    transform: translateX(4px);
}

.sc_portfolio_item .post_featured {
    position: relative;
    overflow: hidden;
}

.sc_portfolio_item .post_featured:hover .custom-overlay {
    opacity: 1;
    pointer-events: auto;
}

.sc_portfolio_item .post_info {
    display: none !important;
}


/* Css icon Language Switcher */
.language-switcher {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 6px;
}
.language-switcher i {
    font-size: 16px;
    color: #333;
}
.language-links {
    display: flex;
    gap: 10px;
}
.language-links a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}
.language-links a:hover {
    color: #0073aa;
}
.language-links a:not(:last-child)::after {
    content: '|';
    margin-left: 6px;
    margin-right: 6px;
    color: #999;
}
.htecom-icon-lang-header .language-switcher i {
    transform: translateY(-1px);
}

.single.single-cpt_portfolio .navigation.post-navigation .nav-next {
	margin: 0 0 0 auto;
}
  







