/*
Theme Name: Ahangaryan Resume - WordPress Theme
Theme URI: https://ahangaryan.ir
Author: Hamid Ahangaryan
Version: 1.0
Description: A custom WordPress theme built from a static HTML layout with full Elementor compatibility and optimized structure for flexibility and performance.
*/

.resume-item {
    display: none;
}

.load-more-btn {
    margin-top: 15px;
    padding: 8px 16px;
    cursor: pointer;
}
@media (min-width:800px){
.exp-load-more {
    margin-right: 100px !important;
}
}
.exp-load-more {
    margin-bottom:50px !important;
}
@media (min-width: 992px) {

    .portfolio-box {
        display: flex;
        flex-wrap: wrap;
    }

    .portfolio-item {
        display: flex;
    }

    .portfolio-card {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%;
    }

    .portfolio-card .content-box {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

}