/*
 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
------------------------------------------------------- */

:root{
    --main-cl: #CEB88B;
    --sub-cl:  #1b1b1b;
}
.header-icon.callback {
    display: none !important;
}
#banner_main .content-slider-item-content {
    padding-top: 40px;
}
@media only screen and (min-width: 841px) {
    body {
        background-image: none !important;
    }
}
.add_to_cart_button {
    display: none !important;
}

.logo.retina-logo .logo-link > img{
    height: 90px;
    width: auto;
}
.page-header-area header.header .main-menu > li.current-menu-item > a{
    color: var(--main-cl) !important;
}
.page-header-area header.header .main-menu > li.lang-item{
    display: flex;
    align-items: center;
}
.header .header-icons-container > .header-icon a.header-button{
    background-color:#CEB88B;
    background-size: 250%;
    background-position: center;
}
.header .header-icons-container > .header-icon a.header-button:hover{
    background-position: 100% 0%;
    color: #FFF;
}
.service-more-button{
    display: none !important;
}
.portfolio-listing-wrapper.portfolio-metro-listing .portfolio-item-wrapper.with-media-icon .portfolio-item-media-link:after{
    content: url("assets/images/icon.png") !important;
}
.agencium-content-slider-widget .breadcrumbs{
    position: absolute;
    bottom: 40px;
    left: calc(calc(100vw - 1340px)/2 );
    z-index: 999;
}
body:not(.elementor-editor-active) .content-wrapper .single-post > .post-title:not(:first-child)+.breadcrumbs{
    margin-top: 30px;
}
.elementor-28 .elementor-element.elementor-element-a5bd071 .elementor-counter-title,
.elementor-14 .elementor-element.elementor-element-5bfb3c7 .elementor-counter-title{
    left: 47%;
    transform: translateX(-50%);
    width: max-content;
    max-width: 100%;
}
.agencium-award-widget.view-type-grid .award-image img{
    display: unset;
}
.elementor-widget-agencium_heading[data-settings*='agenciumHeadingBorder'].agenciumHeadingBorder .agencium-subtitle-text {
    font-size: 45px;
}
.agencium_service .service-item .service-post-index{
    position: relative;
}
.agencium_service .service-item .service-post-index:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #1b1b1b;
    bottom: 0;
    left: -10px;
}
.site-search .search-form input.search-form-field::placeholder {
    color: #fff;
    opacity: 1;
}

/* Chrome, Safari */
.site-search .search-form input.search-form-field::-webkit-input-placeholder {
    color: #fff;
}

/* Firefox */
.site-search .search-form input.search-form-field::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

/* IE */
.site-search .search-form input.search-form-field:-ms-input-placeholder {
    color: #fff;
}
.home .wrap_project{
    margin-top: 20px;
}
.wrap_project {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.item_project {
    position: relative;
    width: calc(calc(100% / 4) - 20px);
    margin: 0 10px 20px;
}

.item_project .box_img {
    padding-bottom: 70%;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.item_project img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    scale: 1;
    transition: .5s all;
}

.item_project  h3 {
    position: absolute;
    bottom: 0;
    z-index: 0;
    font-size: 18px;
}

.item_project h3 {
    font-size: 23px !important;
    width: 100%;
    margin: 0;
    padding: 10px;
    line-height: 1.6 !important;
    z-index: 3;
    text-align: center;
}

.item_project:hover img {
    scale: 1.2;
}

.item_project:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(
            0deg, black, transparent);
    z-index: 2;
}

.item_project>a:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.full_width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
@media only screen and (min-width: 1280px){
    .body-container .page-title-container .page-title-wrapper .page-title-box{
        max-width: 67%;
    }
    body.single-post .content-wrapper{
        margin: 180px auto 150px;
    }
}
@media only screen and (max-width: 1600px){
    .header-button{
        padding: 10px 40px;
    }
    .header-row .header-icons-container .header-icon{
        margin: 10px 20px 0;
    }
}
@media only screen and (max-width: 1024px){
    .mobile-header.mobile-header-style-1{
        height: 100px !important;
    }
    .logo-container {
        padding-top: 0;
    }
    .logo.retina-logo .logo-link > img {
        height: 60px;
    }
    #banner_main .agencium-content-slider-widget .owl-carousel.owl-theme .owl-item .agencium-content-wrapper-1 {
        width: 100%;
        font-size: 60px;
    }
    #banner_main .slide-content-column {
        padding-top: 120px;
    }
    #banner_main .content-slider-item-content {
        padding-top:0;
    }
}
@media only screen and (max-width: 767px){
    .item_project {
        width: calc(calc(100%) - 20px);
    }

    .wrap_project {
        margin: 0;
    }
    .agencium_service .service-item .service-post-index:before {
        left: -15px;
    }
    .mobile_mv .elementor-widget-container,.mobile_mv .elementor-widget-wrap.elementor-element-populated{
        margin: 0 !important;
    }
}