/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

a.elementor-icon::after {
    content: "Back to top"!important;
    font-size: 15px!important;
    text-align: center!important;
    margin: auto!important;
    display: flex!important;
    padding-top: 5px!important;
    color: #fff!important;
}
.cta,
form input[type=submit] {
 font-family:noto-sans-display-extraconde,sans-serif;
 font-weight:900;
 font-style:normal;
 display:table;
 font-size:16px;
 line-height:1em;
 -webkit-border-radius:25px;
 -moz-border-radius:25px;
 border-radius:25px;
 padding:10px 60px;
 text-transform:uppercase;
 cursor:pointer;
 background:#24e7d4;
 color:#00314d;
 -webkit-transition:.3s;
 -o-transition:.3s;
 -moz-transition:.3s;
 transition:.3s
}
.cta:hover,
form input:hover[type=submit] {
 background:#28d0bf;
 color:#00314d;
 text-decoration:none
}
.cta:active,
form input:active[type=submit] {
 background:#1fb2a3;
 color:#00314d
}
.cta.dark,
form input[type=submit] {
 background:#08314d;
 color:#24e7d4
}
.cta.dark:hover,
form input:hover[type=submit] {
 background:#011d2e;
 color:#24e7d4
}
.cta.dark:active,
form input:active[type=submit] {
 background:#01090d;
 color:#24e7d4
}
/* ul{padding-left: 20px!important} */
p{font-family: noto-sans-display,sans-serif!important;}
header, header nav {justify-content: end!important}