/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
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 */

@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

@font-face {
    font-family: 'Digital-7';
    src: url('fonts/Digital-7.eot');
    src: url('fonts/Digital-7.eot?#iefix') format('embedded-opentype'),
         url('fonts/Digital-7.woff2') format('woff2'),
         url('fonts/Digital-7.woff') format('woff'),
         url('fonts/Digital-7.ttf') format('truetype'),
         url('fonts/Digital-7.svg#Digital-7') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Defaults */
input, a, button, * { outline: none !important; } 
body a, body .comments-area a, body .page-content a { text-decoration: none; }
a, a svg { transition: all .4s ease-in-out; }
body input[type=submit] { border: none; } 
img { vertical-align: top; }
.bg-set { background-position: center; background-size: cover; background-repeat: no-repeat; }

body ol, body ul { padding-left: 24px; }
body ol { padding-left: 17px; }
body ol li { padding: 5px 0; }

h1 span { background: var(--e-global-color-primary); font-weight: 700; }
body .bg-style > .elementor-background-overlay { border-radius: 20px; left: 75px; right: 0; width: auto; }

body .icon-list-style .elementor-icon-list-item { position: relative; margin: 25px 0; }
.icon-list-style .elementor-icon-list-item:before { content: ''; position: absolute; top: 0; height: 100%; left: 26px; right: 0; background: var(--e-global-color-8391817); border-radius: 12px; }
.icon-list-style .elementor-icon-list-text { position: relative; }

body .link-underline a { text-decoration: underline; }
body .link-underline a:hover { text-decoration: none; }
body .link-underline .elementor-icon-list-item a { text-decoration: none; }
body .link-underline .elementor-icon-list-item a .elementor-icon-list-text { text-decoration: underline; }
body .link-underline .elementor-icon-list-item a:hover .elementor-icon-list-text { text-decoration: none; }

body .register-button a strong { font-size: 130%; line-height: 130%; }
.sticky-box { position: fixed; bottom: 0; left: 0; width: 100%; }

.digital-font * { font-family: 'Digital-7' !important; }

