/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/**
 * 
 * General Styles
 * 
 */
.display-none {
	display: none !important;
}
.sz-btn .elementor-button {
    padding: 16px 32px 16px 57px !important;
}

.sz-btn .elementor-button .icon-icon-hand:before, .sz-btn .elementor-button .icon-icon-video:before {
    font-size: 30px;
    position: absolute;
    margin-left: -26px;
    line-height: 50px;
    top: 0;    
}

.elementor-button {
  transition: background-image 2s, box-shadow .3s;
}
.elementor-button:hover {
    background-image: radial-gradient(rgb(255 255 255 / 0%), rgb(248 249 252 / 15%));
    box-shadow: inset 0px 6px 8px rgba(0, 0, 0, 0.25);
    transition: background-image 2s, box-shadow .3s;
}
.btn-link-hover .elementor-widget-container:hover {
    border-color: transparent !important;
}
.btn-link-hover .elementor-widget-container:hover .elementor-button {
    background-image: none;
    box-shadow: none;
}
.menu-item a:hover {
    color: #ED752F !important;
}


/**
 * 
 * Homepage
 * 
 */
@media (max-width: 767px) {
     .skills-box {
        background: #FFFFFF;
        /* Round Inner Shadow */
        box-shadow: inset 0px 6px 8px rgba(0, 0, 0, 0.25);
        border-radius: 8px;
        padding: 12px;
         
     }
    .skills-box ul.elementor-icon-list-items {
        gap: 8px;
    }
    .skills-box ul.elementor-icon-list-items li span {
        color: #85878C !important;
        font-size: 14px !important;
        font-weight: 400 !important;
    }    
    .skills-box .elementor-icon-list-icon i {
        width: 1.25em;
        font-size: 14px !important;
        color: #85878C !important;
    }    
}

/**
 * 
 * Footer Styles
 * 
 */
#default-footer a {
	color: var(--e-global-color-bc6b20b) !important;
}
#default-footer a:hover {
	color: var(--e-global-color-primary) !important;	
}
.footer-form button {
	height: 50px !important;
}


@media (max-width: 767px) {
    #default-footer .elementor-widget-image-box figure {
        margin-bottom: 5px !important;
    }
	.footer-form span.elementor-button-text {
		display: none;
	}	
	.perfect-section {
		background-image: none !important;
	}
	.footer-cta span.elementor-icon-list-text:before {
		content: url("data:image/svg+xml,%3Csvg aria-hidden='true' class='e-font-icon-svg e-fas-circle' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23495779' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z'%3E%3C/path%3E%3C/svg%3E");
		display: inline-block !important;
		width: 18px;
		height: 18px;
		fill: #495779;
		padding-right:5px !important;
	}
	.footer-cta span.elementor-icon-list-icon {
		display: none !important;
	}	
	
}