/*
 Theme Name:   Agencium Child
 Description:  Agencium Child Theme
 Theme URI:	   https://demo.artureanec.com/themes/agencium
 Author:       Alban Sagot
 Author URI:   https://www.linkedin.com/in/alban-sagot76/
 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-container {
    background-image: none;
}

.testimonial-carousel-wrapper .testimonial,
.testimonial-carousel-wrapper .author {
    color: #cafc01;
}

.agencium-testimonial-carousel-widget .testimonial img {
    border-radius: 50%;
    max-width: 150px;
    box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .25), 0 30px 60px -30px rgba(0, 0, 0, .3);
}

.elementor-widget-agencium_testimonial_carousel .elementor-widget-container {
    background-image: none !important;
    background-color: #111111;
}

.agencium-person-widget .person-image-wrapper img {
    border-radius: 10px 10px 0 0;
    box-shadow: 0 50px 100px -20px rgba(50, 50, 93, .25), 0 30px 60px -30px rgba(0, 0, 0, .3);
}

@media only screen and (min-width: 1380px) {
    .single-agencium_portfolio .content-wrapper {
        margin: 70px auto 0px !important;
    }
    .single-agencium_portfolio .page-header-area + .content-wrapper {
        margin: 70px auto 150px !important;
    }
}

.post-type-archive-agencium_portfolio .archive-listing .post-title {
    font-size: 32px;
}

.agencium-person-widget.with-media-overlay .person-image-wrapper:before, .content-wrapper .elementor-image-gallery .gallery .gallery-item .gallery-icon:not(:last-child):before, .single-post .post-media-wrapper picture:after, .post-media-wrapper a:after, .portfolio-listing-wrapper.portfolio-grid-listing .portfolio-item-wrapper.with-media-overlay .portfolio-item-media-link:before, .portfolio-listing-wrapper.portfolio-metro-listing .portfolio-item-wrapper.with-media-overlay .portfolio-item-media-link:before, body .content-wrapper .wp-block-latest-posts li .wp-block-latest-posts__featured-image:after, body:not(.block-editor-page) ul.wp-block-latest-posts li .wp-block-latest-posts__featured-image:after, .block-editor-block-list__layout .wp-block-latest-posts li .wp-block-latest-posts__featured-image:after {
    background: radial-gradient(78.39% 69.97% at 11.63% 7.06%, #C8FA01 0%, #818801 33.33%, #4C4C1A 66.67%, #1b1b1b 100%) !important;
}

@media only screen and (min-width: 1201px) {
    .body-container .page-title-container .page-title-row, .edit-post-visual-editor__post-title-wrapper {
        height: 530px;
    }
}

.portfolio-listing-wrapper .portfolio-item-wrapper .post-categories .post-category-item,
.single-portfolio .post-categories .post-category-item {
    color: #c8fa01;
    background-color: #000;
    display: inline-block;
    margin: 0 10px 20px;
    font-size: 16px;
    line-height: 1.375em;
    font-weight: 400;
    padding: .375em .9375em .4375em;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 80%;
    min-width: .3125em;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: 0;
}

.portfolio-listing-wrapper .portfolio-item-wrapper .post-categories .post-category-item:hover,
.single-portfolio .post-categories .post-category-item:hover {
    background: #000 !important;
}

.archive-listing .portfolio-item img.wp-post-image {
    border-radius: 15px;
}

.agencium-alter-button:after {
    content: '\e815';
}