/*
 Theme Name:   Buildera Child Theme
 Theme URI:    https://buildera.axiomthemes.com/
 Description:  Buildera Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com
 Template:     buildera
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  buildera
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

.sc_portfolio_item_thumb a {
    cursor: default !important;
    pointer-events: none; 
}


.slider_width_auto .sc_portfolio.sc_portfolio_extra .sc_portfolio_slider .slider_container .slider-wrapper .swiper-slide:nth-child(even) {
    width: 45% !important;
}

.sc_icons_image {
	position: relative;
	z-index: 2;
}

.sc_icons_image:after {
   

    content: '';
    display: block;
    width: 74px;
    height: 74px;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    top: -20%;
    right: 25px;
     opacity: 1;
    z-index: -1;
    background-color: var(--theme-color-alter_bg_color);
    -webkit-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

#slidehome1 .elementor-container {
	max-width: 100% !important;
	margin: 0 30px;
}

#slidehome .slider-row-wrap {
	padding-left: 100px !important;
}

@media (max-width: 1000px){
    .slider_width_auto .sc_portfolio.sc_portfolio_extra .sc_portfolio_item .post_featured .post_info {
        top:20px !important;
        bottom: inherit !important;
    }
}

@media (max-width: 520px){
	#slidehome .slider-row-wrap {
		padding-left: 20px !important;
	}
	
	#port_slider_1 .slider-wrapper .swiper-slide {
		width: 100% !important;
	}
}