/*
 Theme Name:   Agencium Child
 Description:  Agencium Child Theme
 Theme URI:	   https://demo.artureanec.com/themes/agencium
 Author:       Artureanec
 Author URI:   https://demo.artureanec.com
 Template:     agencium
 Version:      1.0.0
 License: GNU  General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  agencium-child
*/

/* =Theme customization starts here
------------------------------------------------------- */

body{
    font-family: "Open sans", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
.row{
    width: 100%;
}
.page-title-container .page-title-box .page-title, body .elementor-widget-heading .elementor-heading-title, .woocommerce-Reviews-title, .woocommerce .comment-reply-title, .cart_totals h2, .woocommerce-account .woocommerce-EditAccountForm fieldset legend, .wpforms-form .wpforms-title, .wp-block-search .wp-block-search__label, .wp-block-woocommerce-product-search .wc-block-product-search__label, .woocommerce-cart-form table.shop_table th, .portfolio-item-view-standard .portfolio-item .post-title, .content-slider-item-heading-content, body.elementor-editor-active .elementor-widget-container h1, body.elementor-editor-active .sidebar h1, body:not(.elementor-editor-active) .content-wrapper h1, .mobile-header h1, .page-header-area .header h1, .footer h1, .slide-sidebar-wrapper h1, .page-title-container h1, .top-bar h1, .mobile-header-menu-container h1, .site-search h1, .editor-styles-wrapper h1, .error-404-content h1, .alter-menu-wrapper h1, body.elementor-editor-active .elementor-widget-container h2, body.elementor-editor-active .sidebar h2, body:not(.elementor-editor-active) .content-wrapper h2, .mobile-header h2, .page-header-area .header h2, .footer h2, .slide-sidebar-wrapper h2, .page-title-container h2, .top-bar h2, .mobile-header-menu-container h2, .site-search h2, .editor-styles-wrapper h2, .alter-menu-wrapper h2, body.elementor-editor-active .elementor-widget-container h3, body.elementor-editor-active .sidebar h3, body:not(.elementor-editor-active) .content-wrapper h3, .mobile-header h3, .page-header-area .header h3, .footer h3, .slide-sidebar-wrapper h3, .page-title-container h3, .top-bar h3, .mobile-header-menu-container h3, .site-search h3, .editor-styles-wrapper h3, .alter-menu-wrapper h3, body.elementor-editor-active .elementor-widget-container h4, body.elementor-editor-active .sidebar h4, body:not(.elementor-editor-active) .content-wrapper h4, .mobile-header h4, .page-header-area .header h4, .footer h4, .slide-sidebar-wrapper h4, .page-title-container h4, .top-bar h4, .mobile-header-menu-container h4, .site-search h4, .editor-styles-wrapper h4, .alter-menu-wrapper h4, body.elementor-editor-active .elementor-widget-container h5, body.elementor-editor-active .sidebar h5, body:not(.elementor-editor-active) .content-wrapper h5, .mobile-header h5, .page-header-area .header h5, .footer h5, .slide-sidebar-wrapper h5, .page-title-container h5, .top-bar h5, .mobile-header-menu-container h5, .site-search h5, .editor-styles-wrapper h5, .alter-menu-wrapper h5, body.elementor-editor-active .elementor-widget-container h6, body.elementor-editor-active .sidebar h6, body:not(.elementor-editor-active) .content-wrapper h6, .mobile-header h6, .page-header-area .header h6, .footer h6, .slide-sidebar-wrapper h6, .page-title-container h6, .top-bar h6, .mobile-header-menu-container h6, .site-search h6, .editor-styles-wrapper h6, .alter-menu-wrapper h6{
    font-family: "Open sans", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
.post-categories{
    font-size: medium;
}
.post_content_portfolio p{
    margin: 20px 0 10px !important;
}

.archive-listing-wrapper.creative-listing .post-categories {
    margin: 10px 0 0 -20px;
}

.person-socials a, .person-name a{
    text-decoration: none !important;
    color: #fff !important;
}
.team_el:nth-child(even) {
    margin-top: 40px;
}
.elementor-lightbox .elementor-image-placeholder {
    display: none !important;
}

/* MEDIA */

/* MIN */
@media (min-width: 481px) {
    .team_el{width: 25%;}
}
@media only screen and (min-width: 841px) {
    .tax-agencium_portfolio_category .page-title-container .page-title-row, .page-template-cases .page-title-container .page-title-row {
        height: 200px;
    }
    .agencium-price-item-widget .price-item.price-item-type-wide .price-item-info {
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        width: 40%;
    }
}
@media only screen and (min-width: 1201px) {
    .tax-agencium_portfolio_category .body-container .page-title-container .page-title-row, .page-template-cases .edit-post-visual-editor__post-title-wrapper, .body-container .page-title-container .page-title-row, .edit-post-visual-editor__post-title-wrapper {
        height: 300px;
    }
}


/* MAX MIN */
@media (max-width: 1020px) and (min-width: 481px) {
    .team_el{width: 50%;}
}


/* MAX */
@media (max-width: 480px) {
    .team_el{width: 100%;}
}
