/* 
Theme Name:		Digital Evolution Child
Theme URI:		https://elementor.com/
Description:	Digital Evolution child theme. Website designed by Digital Evolution
Author:			Elementor Team
Author URI:		https://elementor.com/
Template:		hello-elementor
Version:		1.0.0
Text Domain:	hello-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

  
  /* Facet customisations
   ========================================================================== */
.facetalpha span {font-size: 13px !important}
.facetwp-dropdown select {font-size: 14px !important}
.facetwp-dropdown option {font-size: 13px !important}

 /* Home preloader SVG customisations
   ========================================================================== */
.homepage {
    background: #231f20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}
.homepage .biglink {
    width: 90%;
    height: auto;
    max-width: 32em;
}
.homepage .biglink svg.toplogy-animation {
    width: 100%;
    max-width: none;
}
svg.toplogy-animation .st0,
svg.toplogy-animation .st1,
svg.toplogy-animation .st2,
svg.toplogy-animation .st3,
svg.toplogy-animation .st4 {
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    -ms-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s;
    fill: #fff;
}
svg.toplogy-animation .st0 {
    opacity: 0;
}
svg.toplogy-animation .st2 {
    opacity: 0;
}